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