implement port properties table and error disable gathering to it

This commit is contained in:
Oliver Gorwits
2018-02-20 22:45:53 +00:00
parent 3e7ffe8045
commit 7191a1cd00
7 changed files with 114 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 46; # schema version used for upgrades, keep as integer
$VERSION = 47; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';