Skip Menu |

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

Report information
The Basics
Id: 29110
Status: resolved
Priority: 0/
Queue: Net-OpenID-Server

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

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



Subject: POD synopsis code buglet
Sorry to pile on you but figured might as well if you're gonna be in there anyway. Missing comma in code sample from synopsis. my $nos = Net::OpenID::Server->new( get_args => $cgi, post_args => $cgi, get_user => \&get_user, is_identity => \&is_identity, is_trusted => \&is_trusted # <-- MISSING COMMA setup_url => "http://example.com/pass-identity.bml", ); -Ashley
Fixed in 0.12.