From 96a3313fb72ce966c298012d4a830f35347ae258 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 20 Apr 2017 08:43:41 +0100 Subject: [PATCH] explicit mention to use File::Copy --- bin/netdisco-deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/netdisco-deploy b/bin/netdisco-deploy index ed0c86c1..2c9839b2 100755 --- a/bin/netdisco-deploy +++ b/bin/netdisco-deploy @@ -55,6 +55,7 @@ use HTTP::Tiny; use Digest::MD5; use Try::Tiny; use File::Path (); +use File::Copy (); use Encode; =head1 NAME