The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2.22  2012-05-26   Cope with broken JSON from QRNG when they're busy

2.21  2012-05-20   Use JSON API for qrng, thanks to Syed Assad for
                     telling me about it

2.2   2012-05-16   Add support for qrng.anu.edu.au, thanks to Steve Wills

2.1   2012-04-12   Added support for https, thanks to Mark Allen

2.0   2007-04-12   random.org changed their quota system;
                   Much better testing, using MockObject (but still not
                     complete);
                   min can now be -ve;
                   Algorithm for ensuring output is in correct range
                     made less insane

1.4   2007-02-28   Use Sys::Hostname instead of $Config{aphostname};
                   Skip tests if there's not enough randomness

1.3   2007-01-20   Now detects when we get kicked out of fourmilab
                     for asking for too much randomness

1.2   2005-12-13   Updated tests so they randomly fail less often

1.1   2004-09-06   Added support for proxies, via LWP::UserAgent's
                     env_proxy.  Thanks to Rich Rauenzahn for pointing
                     this functionality out to me.