From: Stevan Little Date: Wed, 30 Apr 2008 14:11:36 +0000 (+0000) Subject: prepping for 0.08 X-Git-Tag: 0_08^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a73bc93825d51284658170361933d2d329462eb;p=gitmo%2FMoose-Autobox.git prepping for 0.08 --- diff --git a/Changes b/Changes index c276551..33b9dde 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Moose::Autobox +0.08 + - upped the dependency on autobox from 1.22 to 2.23 + at the suggestion of chocolateboy + - might as well up the Moose dependency too. + 0.07 Mon. April 28, 2008 ~~ no more Module::Build, thanks mst ~~ diff --git a/Makefile.PL b/Makefile.PL index 0d52b87..b6e1691 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,11 +5,11 @@ use inc::Module::Install; name('Moose-Autobox'); all_from('lib/Moose/Autobox.pm'); -requires 'autobox' => '1.22'; -requires 'Moose' => '0.34'; +requires 'autobox' => '2.23'; +requires 'Moose' => '0.42'; requires 'Perl6::Junction' => '1.10'; -test_requires 'Test::More' => '0.62'; +test_requires 'Test::More' => '0.62'; test_requires 'Test::Exception' => '0.21'; tests_recursive; diff --git a/README b/README index e21ab3e..f519861 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose::Autobox version 0.07 +Moose::Autobox version 0.08 =========================== See the individual module documentation for more information diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index 4e4aa76..e56e56f 100644 --- a/lib/Moose/Autobox.pm +++ b/lib/Moose/Autobox.pm @@ -8,7 +8,7 @@ use Carp qw(confess); use Scalar::Util (); use Moose::Util (); -our $VERSION = '0.07'; +our $VERSION = '0.08'; use base 'autobox';