X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=fd275b14e7070e4cc41f5e9e1c3ef8b4882fd093;hb=d1672c76d7d191e59bf78dee574f889496cf3d71;hp=0c0c5c997b6f461e690b402763bf7ca437b49ae8;hpb=6a75eb0e7b3fe2602a97e4016c1b4dd7cf7ce002;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 ) = @_;