p4raw-id: //depot/perl@20444
print <<EOM;
Now you may issue '$make'. Do not forget also '$make test'.
-NOTE: if you get an error like this (line number may vary):
+EOM
+ if ($ENV{LC_ALL} =~ /utf-?8/i ||
+ $ENV{LC_CTYPE} =~ /utf-?8/i ||
+ $ENV{LANG} =~ /utf-?8/i) {
+ print <<EOM;
+NOTE: if you get an error like this (the line number may vary):
Makefile:91: *** missing separator
then set the environment variable LC_ALL to "C" and retry.
+
EOM
+ }
}
}