From: Shawn M Moore Date: Sat, 24 Jul 2010 03:58:34 +0000 (-0400) Subject: Minor X-Git-Tag: 0.03~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ccf6a19293a8bece73f79d9bf3a7cd16a42fbb4f;p=gitmo%2FMooseX-HasDefaults.git Minor --- diff --git a/Changes b/Changes index ce9d9e9..05facdc 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.03 2010-07-23 + * Use the new Moose::Exporter API + 0.02 2009-12-28 * Stop using "has +" in roles, especially since it wasn't doing anything anyway diff --git a/Makefile.PL b/Makefile.PL index 95f1eae..1ea53aa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ name 'MooseX-HasDefaults'; all_from 'lib/MooseX/HasDefaults.pm'; repository 'gitmo@git.moose.perl.org:MooseX-HasDefaults.git'; -requires 'Moose'; +requires 'Moose' => '0.94'; build_requires 'Test::Exception';