t / t4018 / perl-sub-definitionon commit clone: factor out checking for an alternate path (9eeea7d)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}