X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a8f5ab3a1eb7396c783c94b84c44fbe65b55ea6e;hb=e4fd5ab63f9415fd211c44b2326489dc0d18a97b;hp=45042d1a33dfabb78b19f8bca8da871c6c9e598a;hpb=1f993d62ad928b38f02627ffde4f3e8a5e3d7cb7;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index 45042d1..a8f5ab3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,12 +6,12 @@ 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', 'Plack' => '0.9968', - 'Moo' => '0.009005', + 'Moo' => '0.009014', 'warnings::illegalproto' => '0.001', 'Data::Dumper::Concise' => '2.020', },