summaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-05-02 23:12:30 +0000
committerRuss Allbery <rra@stanford.edu>2007-05-02 23:12:30 +0000
commit81ba1afddb1f008c28fad84aa4f3b80ef2de247c (patch)
tree57f239cd1a48e4c1ed684708f3929d7953bf4fbc /perl/Wallet/ACL
parentf758ea1eb109911e2b06191c7a204ce6269e0447 (diff)
Add a test suite for the new ACL modules and declare $VERSION so that
they'll load properly.
Diffstat (limited to 'perl/Wallet/ACL')
-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 c5e8527..e8d8921 100644
--- a/perl/Wallet/ACL/Krb5.pm
+++ b/perl/Wallet/ACL/Krb5.pm
@@ -14,7 +14,7 @@ package Wallet::ACL::Krb5;
require 5.006;
use strict;
-use vars qw(@ISA);
+use vars qw(@ISA $VERSION);
@ISA = qw(Wallet::ACL);