t / t4018 / perl-sub-definitionon commit The fifth batch for 2.18 (ccdcbd5)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}