t / t4018 / perl-sub-definitionon commit Sixth batch for post 2.8 cycle (a0c4ddf)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}