Skip Menu |

This queue is for tickets about the IO-Die CPAN distribution.

Report information
The Basics
Id: 108282
Status: resolved
Priority: 0/
Queue: IO-Die

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

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



Subject: Tests fail (with Test::Deep 0.119?)
Test suite fails, probably only if Test::Deep 0.119 is installed: ... # Failed test 'exception on invalid fileno()' # at t/IO-Die.t line 2955. # (in t::IO::Die->test_fileno) # Using Regexp on (Part 1 of 1 in $data) # got : '' # expect : (?^:Fileno) # Failed test 'exception from invalid flock()' # at t/IO-Die.t line 3031. # (in t::IO::Die->test_flock) # Using Regexp on (Part 1 of 2 in $data) # got : '' # expect : (?^:Flock) ... (etc.) ...
Thank you for the bug report. I’ve fixed this in the latest release. On Sat Oct 31 06:56:25 2015, SREZIC wrote: Show quoted text
> Test suite fails, probably only if Test::Deep 0.119 is installed: > > ... > # Failed test 'exception on invalid fileno()' > # at t/IO-Die.t line 2955. > # (in t::IO::Die->test_fileno) > # Using Regexp on (Part 1 of 1 in $data) > # got : '' > # expect : (?^:Fileno) > > # Failed test 'exception from invalid flock()' > # at t/IO-Die.t line 3031. > # (in t::IO::Die->test_flock) > # Using Regexp on (Part 1 of 2 in $data) > # got : '' > # expect : (?^:Flock) > ... (etc.) ...
I also put in a Test::Deep bug report about the change in that module’s handling of the $@ variable. On Sat Oct 31 06:56:25 2015, SREZIC wrote: Show quoted text
> Test suite fails, probably only if Test::Deep 0.119 is installed: > > ... > # Failed test 'exception on invalid fileno()' > # at t/IO-Die.t line 2955. > # (in t::IO::Die->test_fileno) > # Using Regexp on (Part 1 of 1 in $data) > # got : '' > # expect : (?^:Fileno) > > # Failed test 'exception from invalid flock()' > # at t/IO-Die.t line 3031. > # (in t::IO::Die->test_flock) > # Using Regexp on (Part 1 of 2 in $data) > # got : '' > # expect : (?^:Flock) > ... (etc.) ...