add Test::File::ShareDir::Dist to help Travis build

This commit is contained in:
Oliver Gorwits
2018-01-06 11:14:04 +00:00
parent 76d390d440
commit d7549637f3
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
use strict; use warnings FATAL => 'all';
use Test::More 0.88;
use Test::File::ShareDir::Dist { 'App-Netdisco' => 'share/' };
BEGIN {
use_ok( 'App::Netdisco::Util::Web', 'sort_port' );