Subject: | glob() is deprecated (0.39) |
It seems that File::Glob::glob() is deprecated and will be removed in future. With perl 5.27.7:
...
File::Glob::glob() will disappear in perl 5.30. Use File::Glob::bsd_glob() instead. at /home/cpansand/.cpan/build/2017123003/File-Copy-Recursive-0.39-4/blib/lib/File/Copy/Recursive.pm line 93.
# Looks like you failed 1 test of 301.
t/01.legacy.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/301 subtests
...