Skip to content

Commit 646f74e

Browse files
committed
No need to suppress README.pod warnings under PERL_CORE anymore
1 parent 163f8e4 commit 646f74e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ExtUtils/MM_Any.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,8 +2910,7 @@ sub libscan {
29102910
my($self,$path) = @_;
29112911

29122912
if ($path =~ m<^README\.pod$>i) {
2913-
warn "WARNING: Older versions of ExtUtils::MakeMaker may errantly install $path as part of this distribution. It is recommended to avoid using this path in CPAN modules.\n"
2914-
unless $ENV{PERL_CORE};
2913+
warn "WARNING: Older versions of ExtUtils::MakeMaker may errantly install $path as part of this distribution. It is recommended to avoid using this path in CPAN modules.\n";
29152914
return '';
29162915
}
29172916

0 commit comments

Comments
 (0)