[Catalyst-commits] r13220 - in Catalyst-Runtime/5.80/trunk: . lib
wreis at dev.catalyst.perl.org
wreis at dev.catalyst.perl.org
Thu May 6 13:30:19 GMT 2010
Author: wreis
Date: 2010-05-06 14:30:19 +0100 (Thu, 06 May 2010)
New Revision: 13220
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
minor fix for Changes file | add me as a contributor
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2010-05-06 12:34:10 UTC (rev 13219)
+++ Catalyst-Runtime/5.80/trunk/Changes 2010-05-06 13:30:19 UTC (rev 13220)
@@ -53,7 +53,7 @@
5.80021 2010-03-03 23:02:01
Bug fixed:
- - $c->uri_for will now escape unsafe characterss in captures
+ - $c->uri_for will now escape unsafe characters in captures
($c->request->captures) and correctly encode utf8 charracters.
5.80020 2010-02-04 06:51:18
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-05-06 12:34:10 UTC (rev 13219)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-05-06 13:30:19 UTC (rev 13220)
@@ -3181,6 +3181,8 @@
willert: Sebastian Willert <willert at cpan.org>
+wreis: Wallace Reis <wallace at reis.org.br>
+
Yuval Kogman, C<nothingmuch at woobling.org>
=head1 LICENSE
More information about the Catalyst-commits
mailing list