X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b1026b0b005f783bb3092f12294c0caeb3561e00;hb=5a9b6d38459e9fde284735a9ddc28cec3b30d366;hp=6adb45ae71f30e4fb774403063b4d33f8f322d21;hpb=6958950dc64534f19098b8a21a936f7e06d29379;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 6adb45a..b1026b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,24 +6,22 @@ use inc::Module::Install 0.67; name q{MooseX-Types}; license q{perl}; -author q{Robert 'phaylon' Sedlacek }; +author q{Robert "phaylon" Sedlacek }; all_from q{lib/MooseX/Types.pm}; build_requires q{Test::More}, 0.80; build_requires q{FindBin}, 0; -requires q{Moose}, 0.57; +requires q{Moose}, 0.61; requires q{Sub::Install}, 0.924; requires q{namespace::clean}, 0.08; requires q{Carp}, 0; requires q{Carp::Clan}, 6.00; -requires q{Class::MOP}, 0.65; +requires q{Scalar::Util}, 1.19; system 'pod2text lib/MooseX/Types.pm > README' if -e 'MANIFEST.SKIP'; auto_provides; - auto_install; - WriteAll;