X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=abf306d19811f80253893209f560afdd5fc086cc;hb=refs%2Ftags%2F5.90061;hp=76ea133addea7d3e7d073383579b0ac50529f951;hpb=ac34e337f6bc778b8e5622d9c41fe70ca2056a3d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 76ea133..abf306d 100755 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -126,7 +126,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90060'; +our $VERSION = '5.90061'; sub import { my ( $class, @arguments ) = @_;