[Catalyst-commits] r11196 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Aug 21 21:41:05 GMT 2009
Author: rafl
Date: 2009-08-21 21:41:05 +0000 (Fri, 21 Aug 2009)
New Revision: 11196
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.80010.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 21:31:38 UTC (rev 11195)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 21:41:05 UTC (rev 11196)
@@ -1,6 +1,6 @@
# This file documents the revision history for Perl extension Catalyst.
-5.80010
+5.80010 2009-08-21 23:32:15
Bug fixes:
- Fix and add tests for a regression introduced by 5.80008.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 21:31:38 UTC (rev 11195)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 21:41:05 UTC (rev 11196)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80009';
+our $VERSION='5.80010';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 21:31:38 UTC (rev 11195)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 21:41:05 UTC (rev 11196)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80009';
+our $VERSION = '5.80010';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list