Version 5.80009. 5.80009
Florian Ragwitz [Fri, 21 Aug 2009 20:28:30 +0000 (20:28 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 364e5ce..43fab34 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80009 2009-08-21 22:21:08
+
   Bug fixes:
       - Fix and add tests for generating inner packages inside the COMPONENT
         method, and those packages being correctly registered as components.
index c5f8df5..8f4e192 100644 (file)
@@ -79,7 +79,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80008';
+our $VERSION = '5.80009';
 
 {
     my $dev_version = $VERSION =~ /_\d{2}$/;
index 0b35d2d..0f2a61b 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008006; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80008';
+our $VERSION='5.80009';
 
 $VERSION = eval $VERSION;