remove Path::Class dependency from netdisco-daemon scripts

This commit is contained in:
Oliver Gorwits
2017-07-02 09:53:42 +01:00
parent ad5d0dd28e
commit 49f1ff40a6
3 changed files with 8 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ use FindBin;
FindBin::again();
use File::Spec;
use Path::Class;
use Cwd 'realpath';
my $me = realpath(File::Spec->catfile($FindBin::RealBin, $FindBin::RealScript));