diff options
Diffstat (limited to 'perl/lib/Wallet')
| -rw-r--r-- | perl/lib/Wallet/ACL/Nested.pm | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/perl/lib/Wallet/ACL/Nested.pm b/perl/lib/Wallet/ACL/Nested.pm index 3be84bd..945d881 100644 --- a/perl/lib/Wallet/ACL/Nested.pm +++ b/perl/lib/Wallet/ACL/Nested.pm @@ -30,10 +30,8 @@ $VERSION = '0.01';  # Interface  ############################################################################## -# Creates a new persistant verifier, taking a database handle.  This parent -# class just creates an empty object and ignores the handle.  Child classes -# should override if there are necessary initialization tasks or if the handle -# will be used by the verifier. +# Creates a new persistant verifier, taking a database handle to use for +# syntax check validation.  sub new {      my $type = shift;      my ($name, $schema) = @_; | 
