Version 5.89003 5.89003
Tomas Doran [Thu, 28 Jul 2011 18:33:42 +0000 (19:33 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 7b91540..b2aea32 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.89003 2011-07-XX XX:XX:XX (TRIAL release)
+5.89003 2011-07-28 20:11:50 (TRIAL release)
 
  Backward compatibility fixes:
 
index 9287999..ec983a1 100644 (file)
@@ -84,7 +84,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.89002';
+our $VERSION = '5.89003';
 
 sub import {
     my ( $class, @arguments ) = @_;
index fc8c555..7b87131 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80033';
+our $VERSION = '5.89003';
 
 =head1 NAME