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