(The old "can't delete an open file on Win32" chestnut again)
p4raw-id: //depot/perl@25043
$DEBUG = 0;
$WARN = 1;
$FOLLOW_SYMLINK = 0;
-$VERSION = "1.24_01";
+$VERSION = "1.24_02";
$CHOWN = 1;
$CHMOD = 1;
$DO_NOT_USE_PREFIX = 0;
like( $content, qr/$econtent/,
" Contents OK" );
+ close $fh;
unlink $path unless $NO_UNLINK;
### alternate extract path tests