summaryrefslogtreecommitdiff
path: root/math/p5-Math-Base36
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Update to 0.09:wiz2-7/+6
0.09 Mon Dec 06 2010 - explicit use of of Math::BigInt to avoid confusing Devel::Cover 0.08 Mon Dec 06 2010 - don't short-circuit encoding '0' so it gets proper padding.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-05Initial import of p5-Math-Base36 version 0.07 in the NetBSD Packagesseb3-0/+27
Collection. The Perl 5 module Math::Base36 converts to and from Base36 numbers (0..9 - A..Z).