Prerequisite Net::Netmask for mogilefsd start

Fred Moyer fred at redhotpenguin.com
Tue Aug 30 17:23:59 PDT 2005


Hi,

I was deploying MogileFS today and came across a dependency which arose 
when starting the mogilefsd daemon.  Nothing big, but might be a nicety 
to have in the Makefile.PL prerequisites, so here's a small patch to 
include it should that be so desired.

Thanks for continued developent of MogileFS and Perlbal guys.

- Fred

--- mogilefs/server/Makefile.PL	2005-08-30 17:21:05.000000000 -0700
+++ mogilefs/server/Makefile.PL	2005-08-30 17:21:26.000000000 -0700
@@ -28,6 +28,7 @@
          'Sys::Syslog'      => 0,
          'Getopt::Long'     => 0,
          'Symbol'           => 0,
+        'Net::Netmask'     => 0,
          fields            => 0,
      },
      dist                    => {


More information about the mogilefs mailing list