[Catalyst-commits] r9201 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Wed Feb 4 20:05:39 GMT 2009
Author: marcus
Date: 2009-02-04 20:05:38 +0000 (Wed, 04 Feb 2009)
New Revision: 9201
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 development release of runtime
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-02-04 20:01:31 UTC (rev 9200)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-02-04 20:05:38 UTC (rev 9201)
@@ -1,5 +1,6 @@
# This file documents the revision history for Perl extension Catalyst.
+5.8000_06 2009-02-04 21:00
- Disallow writing to config after setup (rafl)
- Disallow calling setup more than once (rafl)
- Documentation fix regarding overloading of Engine and Dispatcher
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-02-04 20:01:31 UTC (rev 9200)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-02-04 20:05:38 UTC (rev 9201)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.8000_05';
+our $VERSION='5.8000_06';
$VERSION= eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-02-04 20:01:31 UTC (rev 9200)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-02-04 20:05:38 UTC (rev 9201)
@@ -77,7 +77,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.8000_05';
+our $VERSION = '5.8000_06';
sub import {
my ( $class, @arguments ) = @_;
More information about the Catalyst-commits
mailing list