From: Jarkko Hietaniemi Date: Tue, 23 Jan 2001 15:38:39 +0000 (+0000) Subject: De-cut-and-pasto. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=290a1446a1e5aa2cf4b3018b78368bc97909beac;p=p5sagit%2Fp5-mst-13.2.git De-cut-and-pasto. p4raw-id: //depot/perl@8530 --- diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 1394443..e853dee 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -45,7 +45,7 @@ $Core_Modules{'File::Spec::Functions'}++; # put this back unless ($Config{extensions} =~ /\bThread\b/) { delete $Core_Modules{Thread}; - delete_by_prefix('Thread::')++; + delete_by_prefix('Thread::'); } delete_by_prefix('unicode::');