Version 5.90019 5.90019
Tomas Doran [Tue, 4 Dec 2012 21:34:22 +0000 (21:34 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index a2244a1..2da69b2 100644 (file)
--- 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
index e238bd1..18a0f35 100644 (file)
@@ -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 ) = @_;
index adb710d..e45f57b 100644 (file)
@@ -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