Version 5.80033 5.80033
Tomas Doran [Sun, 24 Jul 2011 15:10:10 +0000 (16:10 +0100)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 6cbe712..fe5426c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80033 2011-07-24 16:09:00
+
  Bug fixes:
   - Fix Catalyst::Request so that the hostname accessor is not incorrectly
     populated with 'localhost' if a reverse DNS lookup fails.
index 9e41ec6..fd57ca6 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80032';
+our $VERSION = '5.80033';
 
 sub import {
     my ( $class, @arguments ) = @_;
index c2e2876..fc8c555 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.80032';
+our $VERSION = '5.80033';
 
 =head1 NAME