forked from Lainports/freebsd-ports
round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful.
7 lines
382 B
Text
7 lines
382 B
Text
%%SITE_PERL%%/auto/Math/Round/autosplit.ix
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round/.packlist
|
|
%%SITE_PERL%%/Math/Round.pm
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|