mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-05 04:58:49 +01:00
Fix module versioning
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
86e053be7a
commit
0abd51c796
@ -34,6 +34,7 @@ use strict;
|
|||||||
|
|
||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = ( qw( process_arprules create_arptables_load preview_arptables_load ) );
|
our @EXPORT = ( qw( process_arprules create_arptables_load preview_arptables_load ) );
|
||||||
|
our $VERSION = 'MODULEVERSION';
|
||||||
|
|
||||||
our %arp_table;
|
our %arp_table;
|
||||||
our $arp_input;
|
our $arp_input;
|
||||||
|
@ -280,7 +280,7 @@ our %EXPORT_TAGS = (
|
|||||||
|
|
||||||
Exporter::export_ok_tags('internal');
|
Exporter::export_ok_tags('internal');
|
||||||
|
|
||||||
our $VERSION = '4.5_18';
|
our $VERSION = 'MODULEVERSION';
|
||||||
|
|
||||||
#
|
#
|
||||||
# Chain Table
|
# Chain Table
|
||||||
|
@ -232,7 +232,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
|
|||||||
|
|
||||||
Exporter::export_ok_tags('internal');
|
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.
|
# describe the current command, it's present progressive, and it's completion.
|
||||||
|
@ -47,7 +47,7 @@ our @EXPORT = qw( process_providers
|
|||||||
map_provider_to_interface
|
map_provider_to_interface
|
||||||
);
|
);
|
||||||
our @EXPORT_OK = qw( initialize provider_realm );
|
our @EXPORT_OK = qw( initialize provider_realm );
|
||||||
our $VERSION = '4.4_24';
|
our $VERSION = 'MODULEVERSION';
|
||||||
|
|
||||||
use constant { LOCAL_TABLE => 255,
|
use constant { LOCAL_TABLE => 255,
|
||||||
MAIN_TABLE => 254,
|
MAIN_TABLE => 254,
|
||||||
|
Loading…
Reference in New Issue
Block a user