fixed regression in previous release
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 2aa3a30..d84ddbf 100644 (file)
@@ -122,7 +122,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90059_002';
+our $VERSION = '5.90059_003';
 
 sub import {
     my ( $class, @arguments ) = @_;