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