Skip Menu |

This queue is for tickets about the Test-Parser CPAN distribution.

Report information
The Basics
Id: 34302
Status: resolved
Priority: 0/
Queue: Test-Parser

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

Bug Information
Severity: (no value)
Broken in:
  • 1.7
  • 0.99
  • 1.00
  • 1.1
  • 1.2
  • 1.3
  • 1.3.1
  • 1.4
  • 1.5
  • 1.5.1
  • 1.5.2
  • 1.5.3
  • 1.6
  • 1.6.1
Fixed in: 1.8



Subject: t/01_script_compile.t should use $^X instead of perl
The t/01_script_compile.t uses "perl" to call some test script. This usually fails if the perl used for the build is not the same as "perl" in the user's PATH. For example, I have multiple perls on my system (perl5.6.2, perl5.8.8, perl5.10.0 ...). A solution is to use $^X instead of the hardcoded perl. Regards, Slaven
Applies, thanks! Mark