Skip Menu |

This queue is for tickets about the Net-Plurk CPAN distribution.

Report information
The Basics
Id: 61251
Status: resolved
Priority: 0/
Queue: Net-Plurk

People
Owner: Nobody in particular
Requestors: BlueT [...] BlueT.org
Cc:
AdminCc:

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



Subject: pod bug for add_plurk
according to the code: #### =head2 add_plurk add_plurk (qualifier, content, %opt) %opt: limited_to, no_comment, lang =cut sub add_plurk { my ($self, $content, $qualifier, %opt) = @_; #### in add_plurk() params, content should go before qualifier
Fixed. Thank you. 在 2010-九月-10 15:31:35 星期五 時,BLUET 寫到: Show quoted text
> according to the code: > > #### > =head2 add_plurk > > add_plurk (qualifier, content, %opt) > %opt: limited_to, no_comment, lang > > =cut > > sub add_plurk { > my ($self, $content, $qualifier, %opt) = @_; > #### > > in add_plurk() params, content should go before qualifier