[Catalyst-commits] r9774 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Tue Apr 21 10:38:17 GMT 2009
Author: marcus
Date: 2009-04-21 11:38:16 +0100 (Tue, 21 Apr 2009)
New Revision: 9774
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:
Prepare for 5.800002
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-04-21 07:50:04 UTC (rev 9773)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-04-21 10:38:16 UTC (rev 9774)
@@ -1,5 +1,6 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80002 2009-04-21 12:21:00
- Fix issues with restarting the application class due to C3 failures
on perl 5.10 (t0m)
- Work around issues in Moose with initialization order of multiple
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-04-21 07:50:04 UTC (rev 9773)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-04-21 10:38:16 UTC (rev 9774)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80001';
+our $VERSION='5.80002';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-21 07:50:04 UTC (rev 9773)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-21 10:38:16 UTC (rev 9774)
@@ -75,7 +75,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80001';
+our $VERSION = '5.80002';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list