version 2.034003

migrate from Module::Install to Module::Build
This commit is contained in:
Oliver Gorwits
2017-04-14 22:21:23 +01:00
parent b7724bc16c
commit 9a016ea6ba
10 changed files with 1191 additions and 124 deletions

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.034002';
our $VERSION = '2.034003';
use App::Netdisco::Configuration;
use Module::Find ();

View File

@@ -11,7 +11,8 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 41; # schema version used for upgrades, keep as integer
$VERSION # try harder
= 41; # schema version used for upgrades, keep as integer
use Path::Class;
use File::Basename;