Fix module name in Makefile.PL
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 23:58:10 +0000 (00:58 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index ef33fe2..af190db 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
   - Propagate errors from FatNode code
   - Fall back to core non-arch modules in FatNode
+  - Fix module name in Makefile.PL
 
 0.002003 - 2012-07-25
   - Exclude vendorarch and sitearch from FatNode and ModuleSender
index 8ab218b..6ee313e 100644 (file)
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Object-Remote',
+  NAME => 'Object::Remote',
   VERSION_FROM => 'lib/Object/Remote.pm',
   PREREQ_PM => {
     Moo => 0,