From: Nicholas Clark Date: Thu, 13 Dec 2001 17:09:39 +0000 (+0000) Subject: Re: use utf8; with bad utf8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9fcf43f9f27a37596f787ef10d4d926684433c7;p=p5sagit%2Fp5-mst-13.2.git Re: use utf8; with bad utf8 Message-ID: <20011213170939.L21702@plum.flirble.org> p4raw-id: //depot/perl@13674 --- diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index eb5e72f..7624181 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -21,6 +21,7 @@ sub add_by_name { } while () { + s/_pm\.PL/.pm/; # Don't forget the extracted modules if (m!^(lib)/(\S+?)\.pm\s!) { # Collecting modules names from under ext/ would be # rather painful since the mapping from filenames