Merge tag 'l10n-2.8.0-rnd3-fr' of git://github.com/git-l10n/git-po into maint
[git] / t / t4018 / perl-skip-forward-decl
1 package RIGHT;
2
3 use strict;
4 use warnings;
5 use parent qw(Exporter);
6 our @EXPORT_OK = qw(round finalround);
7
8 sub other; # forward declaration
9
10 # ChangeMe