From: Dagfinn Ilmari Mannsåker Date: Wed, 8 Aug 2012 23:58:10 +0000 (+0100) Subject: Fix module name in Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7039442be4d18db910d41e9795278de24b745355;p=scpubgit%2FObject-Remote.git Fix module name in Makefile.PL --- diff --git a/Changes b/Changes index ef33fe2..af190db 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index d85e0f4..5729fce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,