Version 5.80019. 5.80019
Florian Ragwitz [Fri, 29 Jan 2010 00:16:48 +0000 (00:16 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index fff6e97..b0a04fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.80019 2010-01-29 01:04:09
+
   Bug fixed:
    - Calls to $c->uri_for with private paths as strings (e.g.
      $c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have
index 1c1102d..16510e5 100644 (file)
@@ -78,7 +78,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.80018';
+our $VERSION = '5.80019';
 $VERSION = eval $VERSION;
 
 sub import {
index c65bfbb..b1bbaae 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008004; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.80018';
+our $VERSION='5.80019';
 
 $VERSION = eval $VERSION;