better warnings when code is stupid and calls ->params(undef)
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index f02d62a..958e005 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.90071';
+our $VERSION = '5.90072';
 
 sub import {
     my ( $class, @arguments ) = @_;