diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-07 06:46:27 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-07 06:46:27 +0000 |
commit | 1a50830ac212a53123aeea33df7bcf577b21d0ed (patch) | |
tree | 3950fb095116dcff96bf24569bcea4d07d4fb427 /perl | |
parent | 9dfab149f778754dadc67eb3ad97b916b8f7817f (diff) |
Fix the module name in the SYNOPSIS example.release/0.5debian/0.5-1
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Wallet/ACL/NetDB/Root.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/ACL/NetDB/Root.pm b/perl/Wallet/ACL/NetDB/Root.pm index 6ce7c88..8c2c6b2 100644 --- a/perl/Wallet/ACL/NetDB/Root.pm +++ b/perl/Wallet/ACL/NetDB/Root.pm @@ -55,7 +55,7 @@ Wallet::ACL::NetDB::Root - Wallet ACL verifier for NetDB roles (root instances) =head1 SYNOPSIS - my $verifier = Wallet::ACL::NetDB->new; + my $verifier = Wallet::ACL::NetDB::Root->new; my $status = $verifier->check ($principal, $node); if (not defined $status) { die "Something failed: ", $verifier->error, "\n"; |