From: Yuval Kogman Date: Sat, 16 Aug 2008 02:13:07 +0000 (+0000) Subject: bump dep X-Git-Tag: 0.16~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbf12c1a7124b57b1e8a6cd74227fa62d6ebee0e;p=gitmo%2FMooseX-AttributeHelpers.git bump dep --- diff --git a/Makefile.PL b/Makefile.PL index 14f589a..f7f394b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ license 'perl'; all_from 'lib/MooseX/AttributeHelpers.pm'; -requires 'Moose' => '0.45'; +requires 'Moose' => '0.56'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21';