Version 5.80032 5.80032
Tomas Doran [Wed, 23 Feb 2011 01:10:30 +0000 (01:10 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index f6b5e65..b6ec42c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.80032 UNRELEASED
+5.80032 2011-02-23 01:10:00
 
  Bug fixes:
   - Fix compatibility issue with code which was testing the value of
index c472f4a..4f2e792 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80031';
+our $VERSION = '5.80032';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 63ec2bd..66946a5 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80031';
+our $VERSION = '5.80032';
 
 =head1 NAME