t / t4018 / perl-sub-definitionon commit send-email: allow multiple emails using --cc, --to and --bcc (b1c8a11)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}