fix module name in Makefile.PL (RT#78591)
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 23:54:57 +0000 (00:54 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index e52d7d0..c451a61 100644 (file)
--- 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
index d64aaa7..7628592 100644 (file)
@@ -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)),