From: Christian Walde Date: Mon, 17 Oct 2011 15:40:58 +0000 (+0200) Subject: NAME in the makefile needs to be a module name or it breaks in Carton X-Git-Tag: v0.011~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9136e7f4fad0da1b14ccd2563a9d2b417ef0f137;hp=67a6b9da784f1245688796c26d2da5b9a4c8962c;p=catagits%2FWeb-Simple.git NAME in the makefile needs to be a module name or it breaks in Carton --- diff --git a/Makefile.PL b/Makefile.PL index 45042d1..bbd51bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Web-Simple', + NAME => 'Web::Simple', VERSION_FROM => 'lib/Web/Simple.pm', PREREQ_PM => { 'Syntax::Keyword::Gather' => '1.001',