upped verison info
John Napiorkowski [Thu, 31 Oct 2013 20:40:48 +0000 (15:40 -0500)]
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

index 2e7e837..65521ec 100644 (file)
@@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90049_004';
+our $VERSION = '5.90049_005';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 669b98c..d93de21 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90049_004';
+our $VERSION = '5.90049_005';
 
 =head1 NAME