[Catalyst-commits] r12587 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Jan 10 02:00:03 GMT 2010
Author: rafl
Date: 2010-01-10 02:00:03 +0000 (Sun, 10 Jan 2010)
New Revision: 12587
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.80017.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-01-10 00:33:41 UTC (rev 12586)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-01-10 02:00:03 UTC (rev 12587)
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80017 2010-01-10 02:27:29
+
Documentation:
- Fix docs for ->forward method when passed a class name - this should
be a component name (e.g. View::HTML, not a full class name, like
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-01-10 00:33:41 UTC (rev 12586)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2010-01-10 02:00:03 UTC (rev 12587)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80016';
+our $VERSION='5.80017';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-01-10 00:33:41 UTC (rev 12586)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-01-10 02:00:03 UTC (rev 12587)
@@ -78,7 +78,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80016';
+our $VERSION = '5.80017';
$VERSION = eval $VERSION;
sub import {
More information about the Catalyst-commits
mailing list