From: Dagfinn Ilmari Mannsåker Date: Wed, 8 Aug 2012 23:54:57 +0000 (+0100) Subject: fix module name in Makefile.PL (RT#78591) X-Git-Tag: v1.002000~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5daa18daa1983e19ea34458444ed8a56bd8ef030;p=gitmo%2FRole-Tiny.git fix module name in Makefile.PL (RT#78591) --- diff --git a/Changes b/Changes index e52d7d0..c451a61 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - fix module name in Makefile.PL (RT#78591) + 1.001005 - 2012-07-18 - localize UNIVERSAL::can change to avoid confusing TB2 - properly report roles consumed by superclasses diff --git a/Makefile.PL b/Makefile.PL index d64aaa7..7628592 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ my %BUILD_DEPS = ( my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 }; WriteMakefile( - NAME => 'Role-Tiny', + NAME => 'Role::Tiny', VERSION_FROM => 'lib/Role/Tiny.pm', PREREQ_PM => { ($] >= 5.010 ? () : ('MRO::Compat' => 0)),