fixed result iteration
[scpubgit/System-Introspector.git] / Makefile.PL
index f3a036f..35aab3f 100644 (file)
@@ -32,7 +32,7 @@ my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 };
 my $mymeta = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5702 };
 
 WriteMakefile(
-  NAME => 'File-Tree-Snapshot',
+  NAME => 'System-Introspector',
   VERSION_FROM => 'lib/System/Introspector.pm',
   PREREQ_PM => {
     %requires,
@@ -52,4 +52,5 @@ WriteMakefile(
   ),
   ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()),
   LICENSE => 'perl',
+  EXE_FILES => ['bin/system-introspector'],
 );;