reversing rolskys patch so that it can be provided upstraeam to Module::Pluggable...
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index f62bfe7..06bcf09 100644 (file)
@@ -63,7 +63,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7009';
+our $VERSION = '5.7011';
 
 sub import {
     my ( $class, @arguments ) = @_;