X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9dfb58a726e161c0ecb65cab7027f01e489ba940;hb=30cbeb5e3fce1f04a782071018f40e7e75d4b094;hp=c37a1f37838831951c31f0201ca83cd643634cf5;hpb=6b8ba79f1c7975eccdcc17212646d85b8f842dc2;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Makefile.PL b/Makefile.PL index c37a1f3..9dfb58a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,8 +9,7 @@ abstract 'Emnulate Class::Accessor::Fast using attributes'; all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm'; # Specific dependencies -requires 'Moose'; - +requires 'Moose' => '0.31'; build_requires 'Test::More' => 0; WriteAll;