Release 0.06
[MogileFS-Network.git] / Makefile.PL
blob3932292ecdd6e3feea54739bc3e0366f99c79f64
1 #!/usr/bin/perl
3 use ExtUtils::MakeMaker;
5 WriteMakefile(
6 NAME => 'MogileFS-Network',
7 VERSION_FROM => 'lib/MogileFS/Network.pm',
8 AUTHOR => 'Jonathan Steinert <hachi@cpan.org>',
9 ABSTRACT => 'MogileFS Server class for representing networks based on host IPs.',
10 PREREQ_PM => {
11 'Net::Netmask' => 0,
12 'Net::Patricia' => 0,
13 'MogileFS::Server' => '2.50',