X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b1026b0b005f783bb3092f12294c0caeb3561e00;hb=5a9b6d38459e9fde284735a9ddc28cec3b30d366;hp=51c3b3b2410ccd5322570f8b6e933fea4263c3c6;hpb=4fdea3d87f66d1ddc07e7e2af9c6c866433390cd;p=gitmo%2FMooseX-Types.git diff --git a/Makefile.PL b/Makefile.PL index 51c3b3b..b1026b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,13 +6,13 @@ 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.60; +requires q{Moose}, 0.61; requires q{Sub::Install}, 0.924; requires q{namespace::clean}, 0.08; requires q{Carp}, 0;