From: Robert 'phaylon' Sedlacek Date: Wed, 11 Jul 2012 20:58:00 +0000 (+0000) Subject: fixed distribution name X-Git-Tag: v0.001_001~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3964214bde917e20101d2e15e0b8c22e0b8591ad;p=scpubgit%2FSystem-Introspector.git fixed distribution name --- diff --git a/Makefile.PL b/Makefile.PL index f3a036f..a48fa1b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,