Version 5.90002 5.90002
Tomas Doran [Mon, 22 Aug 2011 20:45:58 +0000 (21:45 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 1e38cc7..acc4c84 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90002 - 2011-08-22 21:44:00
   Backward compatibility fixes:
 
     - Deploying via mod_perl in some cases is fixed by making
index 6621825..f60af3e 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90001';
+our $VERSION = '5.90002';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 5104914..3d9f95f 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90001';
+our $VERSION = '5.90002';
 
 =head1 NAME