You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ExtUtils/MM_Any.pm
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2910,8 +2910,7 @@ sub libscan {
2910
2910
my($self,$path) = @_;
2911
2911
2912
2912
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";
0 commit comments