Skip Menu |

This queue is for tickets about the File-Copy-Recursive CPAN distribution.

Report information
The Basics
Id: 123966
Status: resolved
Priority: 0/
Queue: File-Copy-Recursive

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 ...
thanks! will rectify ASAP :) On Fri Dec 29 16:29:16 2017, SREZIC wrote: Show quoted text
> 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 > ...
Should be resolved by 0.40 just uploaded to CPAN, thanks!