aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL/Krb5.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-27 16:46:50 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-27 16:46:50 +0000
commit10c21db62ffe14c6f208cbfa938f72bc4876f594 (patch)
tree5289375b51af835e36153aeacc41ced86f56c021 /perl/Wallet/ACL/Krb5.pm
parent8fc83f27c6c0845e2e2319cd0e2f3ea321bbb105 (diff)
Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACL
package name for higher-level ACL handling.
Diffstat (limited to 'perl/Wallet/ACL/Krb5.pm')
-rw-r--r--perl/Wallet/ACL/Krb5.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm
index e8d8921..bc03405 100644
--- a/perl/Wallet/ACL/Krb5.pm
+++ b/perl/Wallet/ACL/Krb5.pm
@@ -16,7 +16,7 @@ require 5.006;
use strict;
use vars qw(@ISA $VERSION);
-@ISA = qw(Wallet::ACL);
+@ISA = qw(Wallet::ACL::Base);
# This version should be increased on any code change to this module. Always
# use two digits for the minor version with a leading zero if necessary so