projects
/
git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'en/simplify-check-updates-in-unpack-trees'
[git]
/
t
/
t4018
/
perl-skip-forward-decl
Commit
Line
Data
2d08413b
JS
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