X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9de69505b6799251a5d113b7b3c8fc951242e70b;hb=025e0d3f36c4b9bc3fc7db95d80625cfa61ee389;hp=3f768cbc3e042f52b967ccc30218a4b3d4740a36;hpb=9d42b191ba6995b4f2429ee76bf7e56809eca8df;p=scpubgit%2FSystem-Introspector.git diff --git a/Makefile.PL b/Makefile.PL index 3f768cb..9de6950 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ my %requires = ( 'Digest::SHA' => 0, 'strictures' => 1, 'IPC::Run' => 0, -) +); # have to do this since old EUMM dev releases miss the eval $VERSION line my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 }; @@ -29,10 +29,9 @@ my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 }; WriteMakefile( NAME => 'File-Tree-Snapshot', - VERSION_FROM => 'lib/File/Tree/Snapshot.pm', + VERSION_FROM => 'lib/System/Introspector.pm', PREREQ_PM => { %requires, - ($] >= 5.010 ? () : ('MRO::Compat' => 0)), ($mymeta_works ? () : (%build_requires)), }, ($mymeta_works