remove regexp for good
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 4aa3601..671960f 100644 (file)
@@ -120,7 +120,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90052';
+our $VERSION = '5.90059_001';
 
 sub import {
     my ( $class, @arguments ) = @_;