fixed distribution name
Robert 'phaylon' Sedlacek [Wed, 11 Jul 2012 20:58:00 +0000 (20:58 +0000)]
Makefile.PL

index f3a036f..a48fa1b 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,