aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-01-22 22:49:38 +0000
committerRuss Allbery <rra@stanford.edu>2008-01-22 22:49:38 +0000
commitc71e0f8ecdb1530f13d870117dc91b5e64116d59 (patch)
tree62ef63986c5af749939b19add207e30d040a9178 /perl/Wallet/ACL.pm
parent8014b90805aa85adf1d1155cbb07fa77e5c58f62 (diff)
Update documentation for the API to Wallet::Object::Base and
Wallet::ACL to take Wallet::Database objects instead of database handles.
Diffstat (limited to 'perl/Wallet/ACL.pm')
-rw-r--r--perl/Wallet/ACL.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm
index b9c710c..0e1018f 100644
--- a/perl/Wallet/ACL.pm
+++ b/perl/Wallet/ACL.pm
@@ -475,9 +475,9 @@ references.
=item new(ACL, DBH)
Instantiate a new ACL object with the given ACL ID or name. Takes the
-database handle to use for retrieving metadata from the wallet database.
-Returns a new ACL object if the ACL was found and throws an exception if it
-wasn't or on any other error.
+Wallet::Database object to use for retrieving metadata from the wallet
+database. Returns a new ACL object if the ACL was found and throws an
+exception if it wasn't or on any other error.
=item create(NAME, DBH, PRINCIPAL, HOSTNAME [, DATETIME])