X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a2094d2e61b2bf86949fe942f2bc75e17341bf37;hb=23575d4623f4f5357c62c5f5ff57053abf357e35;hp=2b51fe1c78afb29e322b41f687bf45d9039f0f37;hpb=8034a2324bcef31b91a45a83baec1508acee2763;p=gitmo%2FMooseX-Getopt.git diff --git a/Build.PL b/Build.PL index 2b51fe1..a2094d2 100644 --- a/Build.PL +++ b/Build.PL @@ -6,8 +6,8 @@ my $build = Module::Build->new( module_name => 'MooseX::Getopt', license => 'perl', requires => { - 'Moose' => '0.17', - 'Getopt::Long' => '2.36', + 'Moose' => '0.19', + 'Getopt::Long' => '2.35', }, optional => { },