[Catalyst-commits] r12619 - in Catalyst-Runtime/5.80/trunk: . lib lib/Catalyst

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Jan 12 21:37:47 GMT 2010


Author: rafl
Date: 2010-01-12 21:37:46 +0000 (Tue, 12 Jan 2010)
New Revision: 12619

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.80018.

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2010-01-12 21:37:39 UTC (rev 12618)
+++ Catalyst-Runtime/5.80/trunk/Changes	2010-01-12 21:37:46 UTC (rev 12619)
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80018 2010-01-12 22:24:20
+
   Bug fixed:
    - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get
      paths correctly decoded. This bug was previously hidden by a bug

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2010-01-12 21:37:39 UTC (rev 12618)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm	2010-01-12 21:37:46 UTC (rev 12619)
@@ -7,7 +7,7 @@
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80017';
+our $VERSION='5.80018';
 
 $VERSION = eval $VERSION;
 

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-01-12 21:37:39 UTC (rev 12618)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-01-12 21:37:46 UTC (rev 12619)
@@ -78,7 +78,7 @@
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80017';
+our $VERSION = '5.80018';
 $VERSION = eval $VERSION;
 
 sub import {




More information about the Catalyst-commits mailing list