[Bps-public-commit] HTTP-Server-Simple-Mason branch, master, updated. 0.13-3-g0bbc00b
? sunnavy
sunnavy at bestpractical.com
Sun Sep 5 10:25:25 EDT 2010
The branch, master has been updated
via 0bbc00b8237dee4c13684ccc9a98b14607bfc84d (commit)
from c8af3e79ade8e281b6a2f43c8213068184658031 (commit)
Summary of changes:
Changes | 4 ++++
lib/HTTP/Server/Simple/Mason.pm | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0bbc00b8237dee4c13684ccc9a98b14607bfc84d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sun Sep 5 22:27:46 2010 +0800
bump version 0.14
diff --git a/Changes b/Changes
index 04a92bb..c9fe1b0 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.14 Sun Sep 5 09:24:13 EDT 2010
+
+ * encode out string only if the string is in utf8
+
0.13 Fri Oct 9 15:01:07 EDT 2009
* Better cleanup temp files after tests
diff --git a/lib/HTTP/Server/Simple/Mason.pm b/lib/HTTP/Server/Simple/Mason.pm
index ef8fcc5..5a84bc7 100644
--- a/lib/HTTP/Server/Simple/Mason.pm
+++ b/lib/HTTP/Server/Simple/Mason.pm
@@ -1,7 +1,7 @@
package HTTP::Server::Simple::Mason;
use base qw/HTTP::Server::Simple::CGI/;
use strict;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list