From: Marcus Ramberg Date: Sun, 12 Oct 2008 00:31:07 +0000 (+0000) Subject: Prepare for dev release X-Git-Tag: 5.8000_03~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8e642f7fb9467d34b307df4b412ce3dc756e2f73;hp=3ea37672f96be0393a84199bf098d0111b347f33 Prepare for dev release --- diff --git a/Makefile.PL b/Makefile.PL index d7a9493..ac74e0a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00300'; -requires 'Moose' => '0.58'; +requires 'Moose' => '0.57'; requires 'Carp'; requires 'Class::Accessor::Fast'; requires 'Class::Data::Inheritable'; diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 23a5ea9..7f0e7d2 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -76,7 +76,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.7099_03'; +our $VERSION = '5.8000_01'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 6c680a8..3873575 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008001; } # Remember to update this in Catalyst as well! -our $VERSION='5.7099_03'; +our $VERSION='5.8000_01'; $VERSION= eval $VERSION;