t / t4018 / perl-sub-definitionon commit config.abbrev: document the new default that auto-scales (48d5014)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}