]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/perl-skip-forward-decl
Merge branch 'cm/send-email-document-req-modules' into maint
[thirdparty/git.git] / t / t4018 / perl-skip-forward-decl
CommitLineData
2d08413b
JS
1package RIGHT;
2
3use strict;
4use warnings;
5use parent qw(Exporter);
6our @EXPORT_OK = qw(round finalround);
7
8sub other; # forward declaration
9
10# ChangeMe