[Catalyst-commits] r7453 - in trunk/HTTP-Body: . lib/HTTP
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Sat Feb 23 15:59:13 GMT 2008
Author: andyg
Date: 2008-02-23 15:59:12 +0000 (Sat, 23 Feb 2008)
New Revision: 7453
Removed:
trunk/HTTP-Body/MANIFEST
Modified:
trunk/HTTP-Body/Changes
trunk/HTTP-Body/lib/HTTP/Body.pm
Log:
Prep for release
Modified: trunk/HTTP-Body/Changes
===================================================================
--- trunk/HTTP-Body/Changes 2008-02-23 15:57:07 UTC (rev 7452)
+++ trunk/HTTP-Body/Changes 2008-02-23 15:59:12 UTC (rev 7453)
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension HTTP::Body.
-1.00
+1.00 2008-02-23 11:00:00
- Added support for chunked requests if no $length value is passed to new().
- Added support for XForms submissions. (Daniel Ruoso)
- Fixed urlencoded parser to handle spaces after semicolons and equal signs
Deleted: trunk/HTTP-Body/MANIFEST
===================================================================
--- trunk/HTTP-Body/MANIFEST 2008-02-23 15:57:07 UTC (rev 7452)
+++ trunk/HTTP-Body/MANIFEST 2008-02-23 15:59:12 UTC (rev 7453)
@@ -1,60 +0,0 @@
-Changes
-lib/HTTP/Body.pm
-lib/HTTP/Body/MultiPart.pm
-lib/HTTP/Body/OctetStream.pm
-lib/HTTP/Body/UrlEncoded.pm
-Makefile.PL
-MANIFEST This list of files
-META.yml
-README
-t/01use.t
-t/02pod.t
-t/03podcoverage.t
-t/04multipart.t
-t/05urlencoded.t
-t/06octetstream.t
-t/data/multipart/001-content.dat
-t/data/multipart/001-headers.yml
-t/data/multipart/001-results.yml
-t/data/multipart/002-content.dat
-t/data/multipart/002-headers.yml
-t/data/multipart/002-results.yml
-t/data/multipart/003-content.dat
-t/data/multipart/003-headers.yml
-t/data/multipart/003-results.yml
-t/data/multipart/004-content.dat
-t/data/multipart/004-headers.yml
-t/data/multipart/004-results.yml
-t/data/multipart/005-content.dat
-t/data/multipart/005-headers.yml
-t/data/multipart/005-results.yml
-t/data/multipart/006-content.dat
-t/data/multipart/006-headers.yml
-t/data/multipart/006-results.yml
-t/data/multipart/007-content.dat
-t/data/multipart/007-headers.yml
-t/data/multipart/007-results.yml
-t/data/multipart/008-content.dat
-t/data/multipart/008-headers.yml
-t/data/multipart/008-results.yml
-t/data/multipart/009-content.dat
-t/data/multipart/009-headers.yml
-t/data/multipart/009-results.yml
-t/data/multipart/010-content.dat
-t/data/multipart/010-headers.yml
-t/data/multipart/010-results.yml
-t/data/multipart/011-content.dat
-t/data/multipart/011-headers.yml
-t/data/multipart/011-results.yml
-t/data/octetstream/001-content.dat
-t/data/octetstream/001-headers.yml
-t/data/octetstream/001-results.dat
-t/data/octetstream/002-content.dat
-t/data/octetstream/002-headers.yml
-t/data/octetstream/002-results.dat
-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: trunk/HTTP-Body/lib/HTTP/Body.pm
===================================================================
--- trunk/HTTP-Body/lib/HTTP/Body.pm 2008-02-23 15:57:07 UTC (rev 7452)
+++ trunk/HTTP-Body/lib/HTTP/Body.pm 2008-02-23 15:59:12 UTC (rev 7453)
@@ -4,7 +4,7 @@
use Carp qw[ ];
-our $VERSION = 1.00;
+our $VERSION = '1.00';
our $TYPES = {
'application/octet-stream' => 'HTTP::Body::OctetStream',
More information about the Catalyst-commits
mailing list