Re: Incompatibility between Test::Command and System::Command?

2012-01-03 Thread Grzegorz Dzięgielewski
W dniu 03.01.2012 23:55, Buddy Burden pisze: > Guys, > > Okay, I got it down to this, but I can't seem to narrow it down > further. Time to call in the big guns.(*) > > This code: > > #! /usr/bin/perl > > use Test::More 0.88; > use Test::Command; > > stderr_like(q{ perl -le 'print STDERR "STDERR p

Incompatibility between Test::Command and System::Command?

2012-01-03 Thread Buddy Burden
Guys, Okay, I got it down to this, but I can't seem to narrow it down further. Time to call in the big guns.(*) This code: #! /usr/bin/perl use Test::More 0.88; use Test::Command; stderr_like(q{ perl -le 'print STDERR "STDERR points to ", readlink "/proc/self/fd/2"' }, qr/STDERR point