X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=6e9d63cdaae2a2ba7395fbeb09d50447ee46227f;hp=4e97a4922c70987bef9ad2ff0fc60ebd6b99c94a;hb=84755bc3c6c73deaa10f3f7ba4e1a0432220c9fc;hpb=13e3699abaac396381c0dc9283033223ce2e310f diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 4e97a49..6e9d63c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90003'; +our $VERSION = '5.90002'; sub import { my ( $class, @arguments ) = @_;