Skip Menu |

This queue is for tickets about the Config-NameValue CPAN distribution.

Report information
The Basics
Id: 127668
Status: open
Priority: 0/
Queue: Config-NameValue

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

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



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.
I've created a PR to address this: https://github.com/harleypig/Config-NameValue/pull/3 Thanks, Chase