# New Ticket Created by James Keenan # Please include the string: [perl #41607] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41607 >
Tonight while running 'make test' I got errors in 1 test file. Here is the output of 'prove -v t/compilers/pge/p5regex/dummy.t': prove -v t/compilers/pge/p5regex/dummy.t t/doc/pod.t t/compilers/pge/p5regex/dummy....FAILED before any test output arrived Opening up that file, I see that its entire content is: #!/usr/bin/perl # this is a dummy test file Why do we have this in our distribution -- particularly if it causes the sole failure in 266 test files? kid51