tag the next dev version to make it easier to locally install
John Napiorkowski [Sat, 21 Dec 2013 20:48:11 +0000 (14:48 -0600)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index bed3da7..c07a1c7 100644 (file)
@@ -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 ) = @_;
index 79ab272..d98fc06 100644 (file)
@@ -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