mirror of
https://github.com/git/git.git
synced 2024-11-02 07:17:58 +01:00
11 lines
152 B
Text
11 lines
152 B
Text
|
package RIGHT;
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use parent qw(Exporter);
|
||
|
our @EXPORT_OK = qw(round finalround);
|
||
|
|
||
|
sub other; # forward declaration
|
||
|
|
||
|
# ChangeMe
|