Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silug/string-random
Perl String::Random module
https://github.com/silug/string-random
perl perl5-module random
Last synced: about 1 month ago
JSON representation
Perl String::Random module
- Host: GitHub
- URL: https://github.com/silug/string-random
- Owner: silug
- Created: 2010-02-21T00:15:13.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T05:16:16.000Z (over 3 years ago)
- Last Synced: 2024-08-23T00:44:21.471Z (4 months ago)
- Topics: perl, perl5-module, random
- Language: Perl
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
String::Random is used to generate random strings. It was written to
make generating random passwords and such a little easier. See the
documentation in pod format in the module for more information.String::Random now requires Module::Build to build and install.
To install the module, simply do the following:perl Build.PL
./Build
./Build test
./Build installThis module requires Perl5. Any version newer than 5.6.0 should work,
but it has only been tested on recent versions. Version 0.20 and
earlier of this module should work with any Perl5 release. You can
find older releases on backpan:http://backpan.cpan.org/authors/id/S/ST/STEVE/
****** PLEASE NOTE ******
This module is still somewhat experimental. I'm trying to determine
exactly what the feature set of the module should be. Please send
suggestions, bug reports, comments, etc. to the author, Steven
Pritchard .Copyright (C) 1999-2006 Steven Pritchard
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.