We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed76089 commit e90d614Copy full SHA for e90d614
utils/perlbug.PL
@@ -1159,9 +1159,15 @@ sub _probe_for_sendmail {
1159
sub _send_message_sendmail {
1160
my $sendmail = _probe_for_sendmail();
1161
unless ($sendmail) {
1162
- paraprint(<<"EOF"), die "\n";
+ my $message_start = !$Is_Linux && !$Is_OpenBSD ? <<'EOT' : <<'EOT';
1163
It appears that there is no program which looks like "sendmail" on
1164
your system and that the Mail::Send library from CPAN isn't available.
1165
+EOT
1166
+It appears that there is no program which looks like "sendmail" on
1167
+your system.
1168
1169
+ paraprint(<<"EOF"), die "\n";
1170
+$message_start
1171
Because of this, there's no easy way to automatically send your
1172
message.
1173
0 commit comments