[Catalyst-commits] r11190 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Aug 21 20:28:31 GMT 2009
Author: rafl
Date: 2009-08-21 20:28:30 +0000 (Fri, 21 Aug 2009)
New Revision: 11190
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Version 5.80009.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 19:54:58 UTC (rev 11189)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 20:28:30 UTC (rev 11190)
@@ -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.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 19:54:58 UTC (rev 11189)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 20:28:30 UTC (rev 11190)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80008';
+our $VERSION='5.80009';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 19:54:58 UTC (rev 11189)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 20:28:30 UTC (rev 11190)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80008';
+our $VERSION = '5.80009';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list