From: Prymmer/Kahn <pvhp@best.com>
Date: Thu, 21 Jun 2001 23:45:15 +0000 (-0700)
Subject: clean up after t/pod/plainer.t on Win32
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7717d7fd47c816dc7a9ba8caed2e475728fa368f;p=p5sagit%2Fp5-mst-13.2.git

clean up after t/pod/plainer.t on Win32
Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10818
---

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