Revision history for Data::Random.

0.05_04     Mon Oct 24 01:04:55 PDT 2011
        - fixed required version of Test::More, which was causing
            TAP parsing failures in CPAN Tester reports

0.05_03     Wed Oct 19 2011
        - fixed rand_time test file, which was causing intermittent
            failures in CPAN Tester reports

0.05_02     Mon Oct 17 2011
        - fixed packaging bug where inc/ dir was not in tarball
        - tweaked POD

0.05_01     Fri Oct 14 2011
        - fixed bug where .. was added to @INC (RT/71346)

0.05  Thu Feb 20 2003
        - added default wordlist (copy of linux.words)
        - fixed tests again so they don't fail if Date::Calc or
            GD are not installed

0.04  Tue Feb 26 2002
        - removed false dependency on Perl 5.005_62
        - only load Data::Random::WordList when needed
            (Thanks to Mark Stosberg)
        - fixed tests so they skip appropriate tests if Date::Calc or
            GD are not installed

0.03  Mon Aug 20 2001
        - added rand_image()

        - used Carp::cluck() and returned undef on errors instead of
            calling die, thus making it a little more friendly

0.02  Wed May 30 2001
        - correctly made "shuffle" flag default to 1 for rand_words(),
            rand_chars() and rand_set()  (Thanks to David Sarno)

        - fixed bug where rand_words() would sometimes return less words
            than what's specified in "min"  (Thanks to David Sarno)

        - allowed results of rand_set() to be unshuffled

        - added a plethora of tests (how's one supposed to
            accurately the test validity of random data anyway?)

0.01  Tue Oct 31 2000
        - original version