ho seguito il README ed ho effettuato l'installazione con il built
INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Alternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build install


DEPENDENCIES

Exporter
Getopt::Long
IO::Prompt
Filesys::SmbClient
Test::More
Test:: Differences
File::Find
File::Temp
con il Makefile.PL ottengo un file Makefile , ma mi da errore andando avanti con i passi successivi (non trova il comando make), con il built arrivo alla fine, ma mi sono accorto che mi mancano due moduli dipendenti IO::Prompt e Filesys::SmbClient


si, lo so, anch'io scrivo use nome modulo, avevo seguito un'esempio trovato in rete...

in un altro programma funzionante e che utilizzo ho usato <> per dichiare il nome file da utilizzare :master: