Version 5.89001 5.89001
Florian Ragwitz [Tue, 1 Mar 2011 14:26:46 +0000 (15:26 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index d95993b..f183edf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.89001 2011-03-01 15:27:00 (TRIAL release)
+
  Bug fixes:
   - Fixed command-line argument passing in Catalyst::Script::FastCGI.
 
index 02110ed..d70d4c4 100644 (file)
@@ -81,7 +81,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.89000';
+our $VERSION = '5.89001';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 6fa696a..cbf30cb 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.89000';
+our $VERSION = '5.89001';
 
 =head1 NAME