From c71e0f8ecdb1530f13d870117dc91b5e64116d59 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 22 Jan 2008 22:49:38 +0000 Subject: Update documentation for the API to Wallet::Object::Base and Wallet::ACL to take Wallet::Database objects instead of database handles. --- perl/Wallet/ACL.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl/Wallet/ACL.pm') 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]) -- cgit v1.2.3