Skip Menu |

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

Report information
The Basics
Id: 574
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc: hellerevans1 [...] llnl.gov
AdminCc:

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



Subject: Misparsing #!perl-current as -t
The majordomo folks noticed that #!/usr/bin/perl-current was making Test::Harness think there was a -t. This is a glitch in how #! is parsed. It likely needs to change /.*-/ to /.*\b-/. This problem exists in all versions of Test::Harness and t/TEST, but has only been noticed now because it was originally looking for -T and T is not a common letter to have in a program name after a -.
[MSCHWERN - Wed May 8 11:22:45 2002]: Fixed in 2.22