File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ sub send_the_mail {
341341 header_str => [
342342 Subject => $SUBJECT ,
343343 To => PAUSE::Email-> admin_email_header_object,
344- From => " cron daemon cron-daily.pl <upload \@ pause.perl.org> " ,
344+ From => PAUSE::Email -> admin_email_header_object ,
345345 ],
346346 body_str => join (q{ } , @blurb ),
347347 );
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ sub send_the_mail {
6666 },
6767 header_str => [
6868 Subject => $SUBJECT ,
69- To => PAUSE::Email-> admin_email_header_object ,
70- From => " cron daemon cron-p6daily.pl <upload \@ pause.perl.org> " ,
69+ To => PAUSE::Email-> admin_email_list ,
70+ From => PAUSE::Email -> admin_email_list ,
7171 ],
7272 body_str => join (q{ } , @blurb ),
7373 );
You can’t perform that action at this time.
0 commit comments