CC: | cwhitener [...] gmail.com |
Subject: | File::Slurp diagnostics changed |
The test suite fails with File::Slurp 9999.25 because of changed implementation --- now open() is used instead of sysopen():
# Failed test 'bad filename caught'
# at t/100-basic.t line 78.
# expecting: Regexp ((?^:read_file 'why\ do\ you\ have\ a\ file\ named\ like\ this\?' - sysopen: No such file or directory))
# found: read_file 'why do you have a file named like this?' - open: No such file or directory at /home/cpansand/.cpan/build/2018111702/Config-NameValue-1.03-0/blib/lib/Config/NameValue.pm line 57.
# Looks like you failed 1 test of 32.
t/100-basic.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/32 subtests
Probably the regexp should be changed to (sysopen|open) or so.