Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 5780
Status: resolved
Priority: 0/
Queue: IO-All

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: t\synopsis3.t needs to be rewritten (sh/bash ain't universal)
open TEST, '-|', qq{perl -Ilib -MIO::All -e 'io("-")->print(io("-")->slurp)' < t/mystuff} or die "open failed: $!"; doesn't work on win32 oneliners generally don't belong in tests, but in eithercase my $quote = $^O =~ /win32/i ? '"' : "'"; open TEST, '-|', qq{perl -Ilib -MIO::All -e $quoteio(q,-,)->print(io(q,-,)->slurp)$quote < t/mystuff} or die "open failed: $!";