diff options
author | Russ Allbery <rra@stanford.edu> | 2010-03-08 10:57:43 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-03-08 10:57:43 -0800 |
commit | bc74e98546f6d291c8b4fde55d2d3b62ac876831 (patch) | |
tree | 4810b8a40368d84cc11e18a07fb2401c85314b7c /perl/Wallet/ACL/NetDB.pm | |
parent | 98ba541f3b5e3d63604d29412847ec4d807e8e16 (diff) | |
parent | 602ff7584d3668c36b1bf5fd43988e6f45eceb48 (diff) |
Merge commit 'upstream/0.11' into debian
Diffstat (limited to 'perl/Wallet/ACL/NetDB.pm')
-rw-r--r-- | perl/Wallet/ACL/NetDB.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/ACL/NetDB.pm b/perl/Wallet/ACL/NetDB.pm index 2096ba8..0fb5a2c 100644 --- a/perl/Wallet/ACL/NetDB.pm +++ b/perl/Wallet/ACL/NetDB.pm @@ -23,7 +23,7 @@ use Wallet::Config; # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so # that it will sort properly. -$VERSION = '0.04'; +$VERSION = '0.05'; ############################################################################## # Interface @@ -163,7 +163,7 @@ only if that principal has one of the roles user, admin, or team for that node. To use this object, several configuration parameters must be set. See -Wallet::Config(3) for details on those configuration parameters and +L<Wallet::Config> for details on those configuration parameters and information about how to set wallet configuration. =head1 METHODS |