-----------------------------------------
- 1.14 G7UM6iSk Sat Jul 30 06:44:28:46 -0500 2016
* synchronized README and Changes to updated POD
- 1.12 G7OMKBCn Sun Jul 24 20:11:12:49 -0500 2016
* added digit set 'b96' as a reordering of 'asc'
- 1.10 G7OMF3ZT Sun Jul 24 15:03:35:29 -0500 2016
* added new digit sets from Math::Base::Convert
* switched all old hex() to distinct new heX() and updated POD to
reflect
* fixed META license to match POD and resolve issue:
<HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60122> (Thanks again
xenoterracide.)
* removed PT from VERSION to resolve issue:
<HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60275> (Thanks
Alexandr.)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
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.