t / t4018 / perl-sub-definitionon commit t5334: document that git push --signed=1 does not work (c4b71a7)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}