t / t4018 / perl-sub-definitionon commit Declare that the next one will be named 2.20 (2efbb7f)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}