From: Tomas Doran Date: Tue, 4 Dec 2012 21:34:22 +0000 (+0000) Subject: Version 5.90019 X-Git-Tag: 5.90019^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=refs%2Ftags%2F5.90019 Version 5.90019 --- diff --git a/Changes b/Changes index a2244a1..2da69b2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.90019 - 2012-12-04 21:31:00 - Fix for perl 5.17.6 (commit g7dc8663). RT#81601 - Fix for perl 5.8. RT#61122 - Remove use of MooseX::Types as MooseX::Types is broken on perl5.8 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index e238bd1..18a0f35 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -112,7 +112,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90018'; +our $VERSION = '5.90019'; sub import { my ( $class, @arguments ) = @_; diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index adb710d..e45f57b 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90018'; +our $VERSION = '5.90019'; =head1 NAME