diff options
author | Benjamin Sugars <bsugars@canoe.ca> | 2001-03-27 11:27:38 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-29 01:31:47 +0000 |
commit | b395063c4500baaa5d9b1c18d28abaadc275a05c (patch) | |
tree | 7de85c27f211d9e84741b7983f14ffa2aea4995c /t | |
parent | 24c02676028cab802cb347f1affa7f30893cac1c (diff) | |
download | perl-b395063c4500baaa5d9b1c18d28abaadc275a05c.tar.gz |
Enable warnings in File::* (was: B::Terse and warnings)
Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@9428
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/filecopy.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/lib/filecopy.t b/t/lib/filecopy.t index 3072c542b5..8412258a69 100755 --- a/t/lib/filecopy.t +++ b/t/lib/filecopy.t @@ -15,8 +15,6 @@ use File::Copy; for my $pass (@pass) { - require File::Copy; - my $loopconst = $pass*$tests; # First we create a file @@ -96,10 +94,6 @@ for my $pass (@pass) { and not -e "file-$$";; printf "ok %d\n", 11+$loopconst; unlink "lib/file-$$" or die "unlink: $!"; - - # warn sprintf "INC->".$INC{"File/Copy.pm"}; - delete $INC{"File/Copy.pm"}; - } |