Data::YUID Six Apart official repository: This is a 64bits integer distributed server and his Perl client
Perl
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= bin
carview.php?tsp= lib/Data
carview.php?tsp= scripts
carview.php?tsp= t
carview.php?tsp= .gitignore
carview.php?tsp= .shipit
carview.php?tsp= Changes
carview.php?tsp= MANIFEST
carview.php?tsp= MANIFEST.SKIP
carview.php?tsp= Makefile.PL
carview.php?tsp= README

README

$Id$
This is Data::YUID, a distributed ID allocator that generates unique
64-bit integers.
PREREQUISITES
    * Danga::Socket
    * URI::Escape
    * 64-bit Perl
INSTALLATION
Data::YUID installation is straightforward. If your CPAN shell is set up,
you should just be able to do
    % perl -MCPAN -e 'install Data::YUID'
Download it, unpack it, then build it as per the usual:
    % perl Makefile.PL
    % make && make test
Then install it:
    % make install
Six Apart / cpan@sixapart.com