From 1a50830ac212a53123aeea33df7bcf577b21d0ed Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 7 Dec 2007 06:46:27 +0000 Subject: Fix the module name in the SYNOPSIS example. --- perl/Wallet/ACL/NetDB/Root.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3