first go at documentation patch for known param exploit
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index b904aa7..a94388f 100644 (file)
@@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90073';
+our $VERSION = '5.90075';
 
 sub import {
     my ( $class, @arguments ) = @_;