Skip Menu |

This queue is for tickets about the Pod-S5 CPAN distribution.

Report information
The Basics
Id: 25902
Status: resolved
Priority: 0/
Queue: Pod-S5

People
Owner: tlinden [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: t/run.t calls perl instead of $^X
(tested with version 0.04) t/run has these lines: if ( system ( qq(perl blib/script/pod2s5 > /dev/null 2>&1) )) { These is only correct if the perl we are building with is the same as the first perl in the path, so not for any other perl. Please use $^X instead. Thanks!
fixed in 0.07