X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=256526a6b5727c1f1d43d73beb7ec649a3c218e8;hb=0cb2eb0f8842c7047e7e47a67d1b11f13195c5ab;hp=567dbfe0a3be36557d0a476c40d35918aacc9ffc;hpb=003eeeb99ddb48dd6bff514a443e19441a35c572;p=gitmo%2FMooseX-MetaDescription.git diff --git a/Makefile.PL b/Makefile.PL index 567dbfe..256526a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use strict; use warnings; use inc::Module::Install; -name 'MooseX::MetaDescription'; +name 'MooseX-MetaDescription'; all_from 'lib/MooseX/MetaDescription.pm'; license 'perl'; @@ -10,7 +10,7 @@ license 'perl'; requires 'Moose' => 0.40; # things the tests need -build_requires 'Test::More' => '0.62'; +build_requires 'Test::More' => '0.62'; tests('t/*.t');