Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 45160
Status: resolved
Priority: 0/
Queue: IO-CaptureOutput

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

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



Subject: [PATCH] Broken test: capture.t
t/capture.t includes the following lines: capture sub {system($^X, '-V:archname')}, \$out; like($out, "/$^O/", 'capture() caught stdout from external command'); However, on my platform, HPUX the "perl -V:archname" output is "archname='PA-RISC2.0-LP64';" and $^O is "hpux" [FIX] The test should instead use "-V:osname" instead of "-V:archname".
RT-Send-CC: dagolden [...] cpan.org
This problem has been fixed and released in 1.1102. David, could you fix the 'Changes': the attribution is incorrect (or at least incomplete). -- Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/
Le 2010-09-23 17:35:47, DOLMEN a écrit : Show quoted text
> David, could you fix the 'Changes': the attribution is incorrect (or at > least incomplete).
Completely fixed now in commit 0cde01a85. https://github.com/dagolden/io-captureoutput/commit/0cde01a85ed7160dbca2f238074d04e6b48176eb Thanks David.