[Catalyst-commits] r9681 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Sun Apr 12 17:38:59 GMT 2009
Author: marcus
Date: 2009-04-12 18:38:59 +0100 (Sun, 12 Apr 2009)
New Revision: 9681
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 maybe-release
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-04-12 16:36:19 UTC (rev 9680)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-04-12 17:38:59 UTC (rev 9681)
@@ -1,5 +1,6 @@
# This file documents the revision history for Perl extension Catalyst.
+5.8000_07 2009-04-12 13:37
- Add the Catalyst::Dispatcher->dispatch_type method (ash)
- Throw an exception rather than loading an app if an action
tries to chain to itself (t0m)
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-04-12 16:36:19 UTC (rev 9680)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-04-12 17:38:59 UTC (rev 9681)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.8000_06';
+our $VERSION='5.8000_07';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-12 16:36:19 UTC (rev 9680)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-04-12 17:38:59 UTC (rev 9681)
@@ -76,7 +76,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.8000_06';
+our $VERSION = '5.8000_07';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list