Leon Brocard sent the following bits through the ether:

> I'm back in the UK.

This patch fixes a "Test header seen twice!" warning (for newer
Test::Harness-es), need to test with older Perls though. Demonstration:

piglet% perl t/dom.t
1..0
1..0

Same fix applies for autoform.t, dbi.t, dom.t, domview.t, gdgraph3d.t,
gdgraph.t, gd, gdtextalign, gdtext, gdtextwrap, pod.t also...

Leon
-- 
Leon Brocard.............................http://www.astray.com/
Iterative Software...........http://www.iterative-software.com/

... All in all it's just a... 'nother brick in the wall!
--- xpath.t.orig        Tue Jun 19 01:05:19 2001
+++ xpath.t     Tue Jun 19 01:07:13 2001
@@ -29,7 +29,6 @@
 eval "use XML::XPath";
 
 if ($@ || $XML::XPath::VERSION < 1.0) {
-    print "1..0\n";
     exit(0);
 }
 

Reply via email to