X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a2c5965ae96915f08ed88eb88874fddfd592808f;hb=457ad5fca1742d8f2a1a3561fab578e862344120;hp=740bc53a021d877634f0073f397523dabe0bafcc;hpb=c373cc5cefb3109b65e37adc3f1c9869b1b9ffeb;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 740bc53..a2c5965 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,10 +10,11 @@ license 'perl'; my $win32 = !! ( $^O eq 'Win32' or $^O eq 'cygwin' ); # prereqs +requires 'perl' => '5.008'; requires 'Scalar::Util' => $win32 ? '1.17' : '1.18'; requires 'Carp'; -requires 'Class::MOP' => '0.64'; -requires 'namespace::clean' => '0.08'; +requires 'Class::MOP' => '0.64_01'; +requires 'List::MoreUtils'; requires 'Sub::Exporter' => '0.972'; # only used by oose.pm, not Moose.pm :P @@ -26,7 +27,5 @@ build_requires 'Test::LongString'; tests_recursive; -auto_install; - WriteAll();