From 0b4201c8a65102227685f5cbe4f81407dce7e0b5 Mon Sep 17 00:00:00 2001 From: Jon Robertson Date: Mon, 8 Jun 2015 21:59:25 -0700 Subject: Nested.pm: Updated comments around constructor Removed some default text and explained why we grab the database handle for future use. Change-Id: I50b3ae06c1761453de3140d501830c245d550c04 --- perl/lib/Wallet/ACL/Nested.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'perl/lib/Wallet/ACL/Nested.pm') 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) = @_; -- cgit v1.2.3