/usr/local/CPAN/perfSONAR_PS-Status-Common/Makefile.PL


use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME' => 'perfSONAR_PS::Status::Common',
    'VERSION_FROM' => 'lib/perfSONAR_PS/Status/Common.pm',
    'AUTHOR' => 'Aaron Brown <aaron@internet2.edu>',
    'PREREQ_PM' => {
	"base" => 0,
	"Exporter" => 0,
	"fields" => 0,
	"Log::Log4perl" => 1.00,
        "strict" => 0,
	"Test::More" => 0,
        "warnings" => 0,
    }
);