Subject: | Tests fail due to newly introduced warnings in File::Path |
The change https://metacpan.org/source/RICHE/File-Path-2.11/Changes#L4 trickles through Path::Class into t/06dir.t of this module, with the following result:
t/06dir.t ......... 1/?
# Failed test 'no warnings'
# at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/site_perl/5.8.5/Test/NoWarnings.pm line 45.
# There were 1 warning(s)
# Previous test 1 'use Pod::Inherit;'
# t/output/files for t/output/files: No such file or directory at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/site_perl/5.8.5/Path/Class/Dir.pm line 155.
# at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/5.8.5/File/Path.pm line 65.
# File::Path::_error(HASH(0x1f0f7e0), "t/output/files", "t/output/files") called at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/5.8.5/File/Path.pm line 346
# File::Path::_rmtree(HASH(0x1f0f7e0), ARRAY(0x1aa5200)) called at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/5.8.5/File/Path.pm line 320
# File::Path::rmtree("t/output/files") called at /home/rabbit/perl5/perlbrew/perls/5.8.5_trv/lib/site_perl/5.8.5/Path/Class/Dir.pm line 155
# Path::Class::Dir::rmtree(Path::Class::Dir=HASH(0x1bbf140)) called at t/06dir.t line 16
#
# Looks like you failed 1 test of 33.
t/06dir.t ......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/33 subtests