Version 5.80027 5.80027
Tomas Doran [Wed, 1 Sep 2010 21:19:13 +0000 (21:19 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 258405b..07697ee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.80027 2010-09-01
+5.80027 2010-09-01 22:14:00
 
  Bug fixes:
   - Fix an issue with newly added test cases which depended on Catalyst::Action::RenderView
index 0c0c5c9..fd275b1 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80026';
+our $VERSION = '5.80027';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 084ba9a..10e1ce0 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80026';
+our $VERSION = '5.80027';
 
 =head1 NAME