• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D01-Jun-2003159 74

MANIFESTH A D01-Jun-200354 76

Makefile.PLH A D01-Jun-2003604 1411

READMEH A D02-Jun-2003601 3119

Uniqid.pmH A D05-Jan-20102.2 KiB11156

test.plH A D05-Jan-2010737 3829

README

1Data/Uniqid Readme
2
3Data::Uniqid provides three simple routines for generating unique ids.
4These ids are coded with a Base62 systen to make them short and handy
5(e.g. to use it as part of a URL).
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20   Math::BigInt
21   Sys::Hostname
22   Time::HiRes
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2003 Mike Wesemann
27
28This library is free software; you can redistribute it and/or
29modify it under the same terms as Perl itself.
30
31