Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > fde38d5356dccf9dc96692a7d0786135 > files > 3

perl-Data-Random-0.05-5.fc15.noarch.rpm

This is the README file for Data::Random, a Perl module for generating random data.  You might find it helpful mostly in test programs to easily generate pseudo-realistic distributions of data.

INSTALLATION:

The standard perl module install process:

perl Makefile.PL
make
make test (optional)
make install

The module also uses Date::Calc for rand_date() and rand_datetime(), and GD for rand_image()  (both available on CPAN)

--

Adekunle Olonoh <koolade@users.sourceforge.net>