Skip Menu |

This queue is for tickets about the WWW-Curl CPAN distribution.

Report information
The Basics
Id: 88614
Status: resolved
Priority: 0/
Queue: WWW-Curl

People
Owner: szbalint [...] cpan.org
Requestors: toby [...] jarpy.net
Cc:
AdminCc:

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



Subject: Capitalization in PerlDoc synopsis for Multi.pm
Date: Wed, 11 Sep 2013 09:16:42 -0700
To: bug-WWW-Curl [...] rt.cpan.org
From: Toby McLaughlin <toby [...] jarpy.net>
Hello, The example in the synopsis for Multi.pm doesn't run for me because the "use" statement has a capitalization typo. As a neophyte user of WWW:Curl, I was mildly confused. I'd like to save others the inconvenience. A patch follows. Thanks! Toby. index d6f6a95..beeda31 100644 --- a/lib/WWW/Curl/Multi.pm +++ b/lib/WWW/Curl/Multi.pm @@ -12,7 +12,7 @@ WWW::Curl::Multi - Perl extension interface for libcurl =head1 SYNOPSIS - use WWW::CURL::Multi; + use WWW::Curl::Multi; my $curlm = new WWW::Curl::Multi; $curlm->add_handle($curl); $curlm->perform;
On Wed Sep 11 12:16:57 2013, toby@jarpy.net wrote: Show quoted text
> Hello, > > The example in the synopsis for Multi.pm doesn't run for me because > the "use" statement has a capitalization typo. As a neophyte user of > WWW:Curl, I was mildly confused. I'd like to save others the > inconvenience. > > A patch follows. > > Thanks! > Toby. > > > index d6f6a95..beeda31 100644 > --- a/lib/WWW/Curl/Multi.pm > +++ b/lib/WWW/Curl/Multi.pm > @@ -12,7 +12,7 @@ WWW::Curl::Multi - Perl extension interface for libcurl > > =head1 SYNOPSIS > > - use WWW::CURL::Multi; > + use WWW::Curl::Multi; > my $curlm = new WWW::Curl::Multi; > $curlm->add_handle($curl); > $curlm->perform;
Hey, thank you for the patch, however WWW::Curl::Multi didn't have it's own documentation since at least 4.07 when the git repository was created. I did notice a capitalization problem like you've described in the source for WWW::Curl::Share, so at least that was fixed! It should show up in the next release (possibly 4.17).