Skip Menu |

This queue is for tickets about the Text-Parser CPAN distribution.

Report information
The Basics
Id: 128245
Status: open
Priority: 0/
Queue: Text-Parser

People
Owner: balaji.ramasubramanian [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Failed test 'No issues in reading from STDIN' (0.800)
I see the following error on Fedora 28 systems (various perls): ... # Failed test 'No issues in reading from STDIN' # at t/Text-Parser.t line 102. # died: Text::Parser::Exception::FileNotReadable (The filehandle *main::STDIN is not readable) # Looks like you failed 1 test of 55. t/Text-Parser.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/55 subtests ...
Can you please open an issue on this GitHub page: http://github.com/me/Text-Parser/issues I would like to resolve this, but I don't know what is exactly wrong. It seems that some Operating Systems behave differently with regard to STDIN and STDOUT file handles. Please create an issue on the GitHub page and link to a failure message. I am not seeing this error in my Continuous Integration Virtual Machines, like Travis-CI. Thanks for trying out the module and reporting the bug. -Balaji
On 2019-01-15 11:47:13, BALAJIRAM wrote: Show quoted text
Can you also correct the meta data in your distribution? Currently metacpan.org's issues link points to https://github.com/me/Text-Parser/issues which looks wrong.
Just released 0.802 to fix that. I also documented under the method "filehandle" that Win32 systems seem to return 0 for -r STDIN. This is the reason the test is failing on Win32 systems. Thanks, Balaji
I've asked for help in the documentation too. So hope someone has the time to figure out what is the right way to do this on Win32.