Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- 1.8.B59BrZX Mon May 9 11:53:35:33 2011
* updated 'url' digit set to URLSafe to resolve
HTTPS://RT.CPAN.Org/Ticket/Display.html?id=60125
* updated license copyright years (already had GPLv3)
|
|
|
|
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!
|
|
pkgsrc changes:
- add license definition
- adjust regex for removing instant time point in version number
Upstream changes:
- 1.6.A6FGHKE Tue Jun 15 16:17:20:14 2010
* bumped minor version number so they'll keep ascending (without PT
comprehension)
|
|
BaseCnv provides a few simple functions for converting between
arbitrary number bases. It is as fast as I currently know how to
make it (of course relying only on the lovely Perl). If you would
rather utilize an object syntax for number-base conversion, please
see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine Math::BaseCalc
module.
|