[Catalyst-commits] r11218 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Aug 23 11:55:48 GMT 2009
Author: rafl
Date: 2009-08-23 11:55:48 +0000 (Sun, 23 Aug 2009)
New Revision: 11218
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.80011.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-08-23 11:46:42 UTC (rev 11217)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-08-23 11:55:48 UTC (rev 11218)
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80011 2009-08-23 13:48:15
+
Bug fixes:
- Remove leftovers of the restarter engine. The removed code caused test
failures, which weren't apparent for anyone still having an old version
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-23 11:46:42 UTC (rev 11217)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-23 11:55:48 UTC (rev 11218)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80010';
+our $VERSION='5.80011';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-23 11:46:42 UTC (rev 11217)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-23 11:55:48 UTC (rev 11218)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80010';
+our $VERSION = '5.80011';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list