clean up after t/pod/plainer.t on Win32
Prymmer/Kahn [Thu, 21 Jun 2001 23:45:15 +0000 (16:45 -0700)]
Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10818

t/pod/plainer.t

index 7bc0b8d..293edbb 100644 (file)
@@ -31,6 +31,8 @@ while( <DATA> ) {
        print "not ";
     }
     printf "ok %d\n", ++$test; 
+    close OUT;
+    close IN;
 }
 
 END {