X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=fd275b14e7070e4cc41f5e9e1c3ef8b4882fd093;hb=88806717d5dbddca673493938f82d8164e3f9876;hp=0c0c5c997b6f461e690b402763bf7ca437b49ae8;hpb=032356664922990eef248a741d9a6c851b365748;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0c0c5c9..fd275b1 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.80026'; +our $VERSION = '5.80027'; sub import { my ( $class, @arguments ) = @_;