Add documentation and '-h' option to perlbug
[p5sagit/p5-mst-13.2.git] / t / comp / proto.t
index 0d3de96..197ea78 100755 (executable)
@@ -7,6 +7,12 @@
 #
 # It is impossible to test every prototype that can be specified, but
 # we should test as many as we can.
+#
+
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
 
 use strict;