The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Algorithm::HyperLogLog

0.16    Sat May 11 16:05:00 2013
        - Fixed broken test

0.15    Sat May 11 15:47:00 2013
        - Support multi arguments for add()
        - Support '--pureperl-only' option for Build.PL

0.14    Sat Apr 14 03:30:00 2013
        - Change required perl version
        - Add $VERSION to Algorithm/HyperLogLog/PP.pm

0.11    Fri Apr 05 01:40:00 2013
        - XSLoader is loaded when runtime

0.10    Wed Apr 03 22:15:00 2013
        - [enhancement] register dump/restore feature
        - [bugfix] hash calculation error in big endian environment

0.05    Wed Mar 27 23:30:00 2013
        - Fixed: integer overflow in 32bit environment

0.04    Sat Mar 23 01:50:00 2013
        - Fixed: unportable tests 

0.03    Thu Mar 21 03:15:00 2013
        - Remove unnecessary code in XS

0.02    Wed Mar 20 16:10:00 2013
        - Improve Windows(MSVC) support

0.01    Tue Mar 19 04:00:45 2013
        - Initial release