Revision history for Perl module Math::Pandigital
0.02 2012-11-27
- The zero attribute is now zeroless, and the Boolean sense has been reversed.
- Better handling of unary base: 1 is now the permissible digit, not 0.
- Explicitly croak if base is set to 1, and zeroless is not set.
(Makes no sense to allow '0': the only digit in unary is '1').
- Test coverage is now 100%.
- POD fixes.
- Minor optimizations and code simplifications resulting from profiling
for the general case.
0.01 2012-11-26
- Initial release to CPAN.