Revision history for Perl extension Math::Base36. 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. 0.07 Wed Nov 18 2009 - repackaged with a new version of Module::Install 0.06 Thu Mar 18 2009 - fix regex for input validation in decode_base36() (RT #44414) 0.05 Wed Dec 05 2007 - set Math::BigInt prereq version so a more recent version is used w/ 5.6.x 0.04 Fri Nov 30 2007 - add perl version requirement of 5.6.0 0.03 Fri Nov 30 2007 - fix tests by using Math::BigInt (RT #15712) - fix return from decode_base36() (RT #18347, RT #15712) - switch to Module::Install - dist cleanup 0.02 Sun Feb 17 2002 - Fixed a dependency error. 0.01 Mon Feb 4 2002 - base36_encode and base36_decode work, and can be exported.