X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=d84ddbf3aee19ae3bcf0561488afa2e055d8b512;hp=2aa3a302fb41cdd96b181345c7f13707e1652aec;hb=7af15a33a6d54bdd91fe1635612c54fe026694bc;hpb=22564b1f563173d2dab6bbf995fc80be2c663312 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2aa3a30..d84ddbf 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -122,7 +122,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90059_002'; +our $VERSION = '5.90059_003'; sub import { my ( $class, @arguments ) = @_;