remove Path::Class dependency from netdisco-daemon scripts
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user