Imported Upstream version 0.03
This commit is contained in:
32
README
Normal file
32
README
Normal file
@@ -0,0 +1,32 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user