Subject: | Documentatin bug - Multipart has a capital P |
MIME-Version: | 1.0 |
X-Mailer: | MIME-tools 5.504 (Entity 5.504) |
X-RT-Interface: | Web |
Message-ID: | <rt-4.0.18-27386-1416570724-1547.0-0-0 [...] rt.cpan.org> |
X-RT-Original-Encoding: | utf-8 |
Content-Type: | multipart/mixed; boundary="----------=_1416570724-27386-2" |
X-RT-Encrypt: | 0 |
X-RT-Sign: | 0 |
Content-Length: | 0 |
Content-Disposition: | inline |
Content-Type: | text/plain; charset="utf-8" |
Content-Transfer-Encoding: | binary |
Content-Length: | 193 |
In the POD SYNOPSIS, it should read:
use HTTP::Body::MultiPart;
With a capital 'P'
Though minor, it is annoying when the example code in the Synopsis does not work.
Patch file attached.
Subject: | Fix_POD.patch |
MIME-Version: | 1.0 |
Content-Type: | text/x-patch; name="Fix_POD.patch" |
X-Mailer: | MIME-tools 5.504 (Entity 5.504) |
Content-Disposition: | inline; filename="Fix_POD.patch" |
Content-Transfer-Encoding: | binary |
Content-Length: | 257 |
--- HTTP/Body/MultiPart.pm_OLD 2014-11-21 11:47:15.589223683 +0000
+++ HTTP/Body/MultiPart.pm 2014-11-21 11:47:48.753886666 +0000
@@ -17,7 +17,7 @@
=head1 SYNOPSIS
- use HTTP::Body::Multipart;
+ use HTTP::Body::MultiPart;
=head1 DESCRIPTION