Version 5.80003. 5.80003
Florian Ragwitz [Wed, 29 Apr 2009 14:33:19 +0000 (14:33 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 5079514..d3ab9f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80003 2009-04-29 16:23:53
         - Various POD tweaks. (hdp, dandv)
         - Fix formatting error in the regex fallback warning. (rafl)
         - Convert the dispatcher's and restarter engine's BUILD method to
index 67caa15..bab0bd4 100644 (file)
@@ -75,7 +75,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80002';
+our $VERSION = '5.80003';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index fcd4c41..6e83d28 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80002';
+our $VERSION='5.80003';
 
 $VERSION = eval $VERSION;