[Catalyst-commits] r6192 - branches/HTTP-Body
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Sat Mar 24 02:25:51 GMT 2007
Author: andyg
Date: 2007-03-24 02:17:14 +0000 (Sat, 24 Mar 2007)
New Revision: 6192
Modified:
branches/HTTP-Body/Changes
branches/HTTP-Body/MANIFEST
branches/HTTP-Body/META.yml
Log:
HTTP::Body 0.8
Modified: branches/HTTP-Body/Changes
===================================================================
--- branches/HTTP-Body/Changes 2007-03-24 00:27:26 UTC (rev 6191)
+++ branches/HTTP-Body/Changes 2007-03-24 02:17:14 UTC (rev 6192)
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension HTTP::Body.
-0.8
+0.8 2007-03-23 18:40:00
- Some browsers such as MSIE send extra data after the body content. We now
properly ignore anything beyond Content-Length.
Modified: branches/HTTP-Body/MANIFEST
===================================================================
--- branches/HTTP-Body/MANIFEST 2007-03-24 00:27:26 UTC (rev 6191)
+++ branches/HTTP-Body/MANIFEST 2007-03-24 02:17:14 UTC (rev 6192)
@@ -55,3 +55,6 @@
t/data/urlencoded/001-content.dat
t/data/urlencoded/001-headers.yml
t/data/urlencoded/001-results.yml
+t/data/urlencoded/002-content.dat
+t/data/urlencoded/002-headers.yml
+t/data/urlencoded/002-results.yml
Modified: branches/HTTP-Body/META.yml
===================================================================
--- branches/HTTP-Body/META.yml 2007-03-24 00:27:26 UTC (rev 6191)
+++ branches/HTTP-Body/META.yml 2007-03-24 02:17:14 UTC (rev 6192)
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: HTTP-Body
-version: 0.7
+version: 0.8
version_from: lib/HTTP/Body.pm
installdirs: site
requires:
More information about the Catalyst-commits
mailing list