set default global version to (dev)
This commit is contained in:
parent
5020d885a5
commit
eaedbe8267
|
@ -30,7 +30,7 @@ use Pod::Find qw(pod_where);
|
|||
|
||||
my %handlers = (DIE => {});
|
||||
|
||||
my $global_version = 20181031;
|
||||
my $global_version = '(dev)';
|
||||
my $alternative_fatpacker = 0;
|
||||
|
||||
sub new {
|
||||
|
|
Loading…
Reference in New Issue