/Compress/ modules are at version 2.021. Remove vestigal MAPs and comments.
[p5sagit/p5-mst-13.2.git] / ext / POSIX / t / waitpid.t
index c36a611..105b1be 100644 (file)
@@ -1,9 +1,4 @@
 BEGIN {
-       chdir 't' if -d 't';
-       unshift @INC, '../lib';
-}
-
-BEGIN {
     use Config;
     unless ($Config{d_fork}) {
        print "1..0 # Skip: no fork\n";