X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0bff2e247b9117a06ae943116ae0f6cf986ac84d;hb=0cb8c0c845da4b2599d82328eebfd3ba99a50f6d;hp=4f491c7237810189b10835f3c783911fb93b610c;hpb=f3e571b2501fe4fe535dc31fb4dfd89ff0111ba6;p=gitmo%2FMoose-Autobox.git diff --git a/Makefile.PL b/Makefile.PL index 4f491c7..0bff2e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ all_from('lib/Moose/Autobox.pm'); requires 'autobox' => '2.23'; requires 'parent' => 0; requires 'Moose' => '0.42'; -requires 'Perl6::Junction' => '1.40000'; +requires 'Syntax::Keyword::Junction' => 0; test_requires 'Test::More' => '0.89'; test_requires 'Test::Exception' => '0.21';