Version 5.80031 5.80031
Tomas Doran [Mon, 31 Jan 2011 08:24:44 +0000 (08:24 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 7bd048f..cb244df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80031 2011-01-31 08:13:02
+
  Bug fixes:
   - Update dependency on MooseX::Role::WithOverloading to ensure that
     a version which can deal with / depends on a new Package::Stash
index 1c45fbb..f8a0210 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80030';
+our $VERSION = '5.80031';
 
 sub import {
     my ( $class, @arguments ) = @_;
index dc1c673..63ec2bd 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80030';
+our $VERSION = '5.80031';
 
 =head1 NAME