From: John Napiorkowski Date: Sat, 21 Dec 2013 20:48:11 +0000 (-0600) Subject: tag the next dev version to make it easier to locally install X-Git-Tag: 5.90060~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a74d53e34e33a6252905b25f93a8a7359e1fb5d1 tag the next dev version to make it easier to locally install --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index bed3da7..c07a1c7 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -122,7 +122,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_001'; +our $VERSION = '5.90059_002'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 79ab272..d98fc06 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90059_001'; +our $VERSION = '5.90059_002'; =head1 NAME