aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-28 18:12:20 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-28 18:12:20 +0000
commit2685b6b98734438df1666a0759740314e05d06c3 (patch)
tree36043417283f8e873afc671c4ddb5403047694e3 /perl/Wallet/ACL
parent9b6c4dd39ad97575b742ae3608b942e44e94a202 (diff)
Have to use the module we inherit from.
Diffstat (limited to 'perl/Wallet/ACL')
-rw-r--r--perl/Wallet/ACL/Krb5.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm
index b0a1b62..782b340 100644
--- a/perl/Wallet/ACL/Krb5.pm
+++ b/perl/Wallet/ACL/Krb5.pm
@@ -16,6 +16,8 @@ require 5.006;
use strict;
use vars qw(@ISA $VERSION);
+use Wallet::ACL::Base;
+
@ISA = qw(Wallet::ACL::Base);
# This version should be increased on any code change to this module. Always