Skip Menu |

This queue is for tickets about the HTTP-Body CPAN distribution.

Report information
The Basics
Id: 100492
Status: patched
Priority: 0/
Queue: HTTP-Body

People
Owner: GETTY [...] cpan.org
Requestors: spudsoup [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.19
Fixed in: (no value)



Subject: Documentatin bug - Multipart has a capital P
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
--- 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
Am Fr 21. Nov 2014, 06:52:04, SPUDSOUP schrieb: Show quoted text
> 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.
I will take care of that when I get the time, thanks for noticing.
Patched in git for the next release.