From 81ba1afddb1f008c28fad84aa4f3b80ef2de247c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 2 May 2007 23:12:30 +0000 Subject: Add a test suite for the new ACL modules and declare $VERSION so that they'll load properly. --- perl/Wallet/ACL.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl/Wallet/ACL.pm') diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm index d22385e..5258d85 100644 --- a/perl/Wallet/ACL.pm +++ b/perl/Wallet/ACL.pm @@ -14,6 +14,7 @@ package Wallet::ACL; require 5.006; use strict; +use vars qw($VERSION); # 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 -- cgit v1.2.3