git-multimail: update to release 1.2.0
[git.git] / t / t4018 / perl-skip-forward-decl
bloba98cb8bdad0b3c614d447d6236244dd86e2c8cca
1 package RIGHT;
3 use strict;
4 use warnings;
5 use parent qw(Exporter);
6 our @EXPORT_OK = qw(round finalround);
8 sub other; # forward declaration
10 # ChangeMe