t / t4018 / perl-sub-definitionon commit Merge branch 'master' of https://github.com/Softcatala/git-po (8a8a584)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}