X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bd99f7a3822142a1dfc119216204b1a70d9852b8;hb=c07ca8fc6c41203ce9ef8d015e6078d0b77cc274;hp=d6132c99dbab9062aca9f9bdf37778bece2da85b;hpb=c5a105b3850f1901287595ca26c20b9a8144aabf;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Makefile.PL b/Makefile.PL index d6132c9..bd99f7a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,12 @@ use inc::Module::Install; # Define metadata name 'MooseX-Emulate-Class-Accessor-Fast'; -abstract 'Emnulate Class::Accessor::Fast using attributes'; +abstract 'Emulate Class::Accessor::Fast using attributes'; all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm'; # Specific dependencies -requires 'Moose'; - +requires 'Moose' => '0.73_01'; +requires 'namespace::clean' => 0; build_requires 'Test::More' => 0; -auto_install; WriteAll;