Skip Menu |

This queue is for tickets about the CGI-Buffer CPAN distribution.

Report information
The Basics
Id: 75309
Status: resolved
Priority: 0/
Queue: CGI-Buffer

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

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



Subject: Calling the wrong perl
Found this line in t/output.t line 31: open(my $fout, '-|', 'perl -Iblib/lib ' . $tmp->filename); This calls the first perl in the PATH, which is not necessarily the one that called the test. Sample fail report: http://www.cpantesters.org/cpan/report/20156134 Solutions exist many, the most trivial is to replace "perl" with $^X. HTH,
Show quoted text
> Solutions exist many, the most trivial is to replace "perl" with $^X.
That makes sense. Thanks for the fix and for using CGI::Buffer.
Fixed in 0.32, released 25/2/12.