From 44f72bf8cdbd6159b5576bbb587d729e7142a26b Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 21 Jun 2007 17:58:03 +0000 Subject: [PATCH] A couple more $VERSION corrections git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6638 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Compiler.pm | 2 +- Shorewall-perl/Shorewall/Config.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index 512993406..e995b34b0 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -45,7 +45,7 @@ use Shorewall::Proxyarp; our @ISA = qw(Exporter); our @EXPORT = qw( compiler EXPORT TIMESTAMP ); our @EXPORT_OK = qw( $export ); -our @VERSION = 1.00; +our $VERSION = 1.00; our $export; diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index 97f600f9e..fb044ea4c 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -65,7 +65,6 @@ our @EXPORT = qw( %capabilities ); our @EXPORT_OK = qw( $shorewall_dir initialize ); -our @VERSION = 1.00; our $VERSION = 1.00; #