Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: steve [...] fisharerojo.org
Cc:
AdminCc:

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



Date: Thu, 28 Apr 2005 12:34:28 -0500
From: Steve Peters <steve [...] fisharerojo.org>
To: bug-test-harness [...] rt.cpan.org
Subject: Missing "1;" at the end of Test/Harness/Iterator.pm
While attempting to test with Test::Harness in the Perl core, I got the following error. steve@kirk:~/perl-utf8$ setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness -bash: setenv: command not found Test/Harness/Iterator.pm did not return a true value at ../lib/Test/Harness/Straps.pm line 10. BEGIN failed--compilation aborted at ../lib/Test/Harness/Straps.pm line 10. Compilation failed in require at ../lib/Test/Harness.pm line 6. BEGIN failed--compilation aborted at ../lib/Test/Harness.pm line 6. Compilation failed in require at harness line 14. BEGIN failed--compilation aborted at harness line 14. When I looked into Test/Harness/Iterator.pm, it is missing a "1;" at the end of the file. This should cause "use" of that module to fail. Steve Peters steve@fisharerojo.org
Fixed! Extra super-strength fixed!