repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd_config(): make a copy of path obtained from git_path()
[git.git]
/
t
/
t4018
/
perl-skip-forward-decl
blob
a98cb8bdad0b3c614d447d6236244dd86e2c8cca
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