more fixes for external command error handling
[scpubgit/System-Introspector.git] / Makefile.PL
index 3f768cb..9de6950 100644 (file)
@@ -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