Go to file
Mario Fetka 63b176e0a8 correct deeps 2018-03-27 21:08:06 +02:00
debian correct deeps 2018-03-27 21:08:06 +02:00
lib/Data/Random Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
t Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
Changes Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
MANIFEST Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
META.yml Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
Makefile.PL Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00
README Imported Upstream version 0.03 2018-03-27 20:51:49 +02:00

README

Data-Random-String version 0.03
===============================

This module implements a simple method for generating random text
strings that can be used in a variety of applications.

I make no claim of this module being able to generate unique 
strings, just random. If you need to generate truly unique
identifies you may like to look at Data::UUID or better still
Data::GUID.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

None.

COPYRIGHT AND LICENCE

Copyright (C) 2006, Ioakim (Makis) Marmaridis

This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.