From 0abd51c7966ef4c2e6965c8e4525ef1ae2027009 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 28 Apr 2015 11:59:01 -0700 Subject: [PATCH] Fix module versioning Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/ARP.pm | 1 + Shorewall/Perl/Shorewall/Chains.pm | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/Perl/Shorewall/Providers.pm | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Shorewall/Perl/Shorewall/ARP.pm b/Shorewall/Perl/Shorewall/ARP.pm index ca5be6b65..1fd276a23 100644 --- a/Shorewall/Perl/Shorewall/ARP.pm +++ b/Shorewall/Perl/Shorewall/ARP.pm @@ -34,6 +34,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = ( qw( process_arprules create_arptables_load preview_arptables_load ) ); +our $VERSION = 'MODULEVERSION'; our %arp_table; our $arp_input; diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 09022187c..e1ecb5192 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -280,7 +280,7 @@ our %EXPORT_TAGS = ( Exporter::export_ok_tags('internal'); -our $VERSION = '4.5_18'; +our $VERSION = 'MODULEVERSION'; # # Chain Table diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 177e277a2..23ada3572 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -232,7 +232,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script Exporter::export_ok_tags('internal'); -our $VERSION = '4.6.0-Beta1'; +our $VERSION = 'MODULEVERSION'; # # describe the current command, it's present progressive, and it's completion. diff --git a/Shorewall/Perl/Shorewall/Providers.pm b/Shorewall/Perl/Shorewall/Providers.pm index ed2a063d6..9ea616a8f 100644 --- a/Shorewall/Perl/Shorewall/Providers.pm +++ b/Shorewall/Perl/Shorewall/Providers.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( process_providers map_provider_to_interface ); our @EXPORT_OK = qw( initialize provider_realm ); -our $VERSION = '4.4_24'; +our $VERSION = 'MODULEVERSION'; use constant { LOCAL_TABLE => 255, MAIN_TABLE => 254,