Skip Menu |

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

Report information
The Basics
Id: 104323
Status: resolved
Priority: 0/
Queue: IO-AsyncX-System

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

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



Subject: stdin argument does not work
The argument providing stdin doesn't work as intended. Quick patch: 82,83c82,83 < defined($stdin) < ? (from => join "\n", @$stdin) --- Show quoted text
> defined($args{stdin}) > ? (from => join "\n", @{$args{stdin}})
Hi, Good catch - thanks for spotting that. 0.003 was uploaded yesterday with this applied. thanks, Tom