From 2685b6b98734438df1666a0759740314e05d06c3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Aug 2007 18:12:20 +0000 Subject: Have to use the module we inherit from. --- perl/Wallet/ACL/Krb5.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl') 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 -- cgit v1.2.3