README

NAME

SnowFlake - A tool for generating unique ID numbers.

SYNOPSIS

use SnowFlake;

my $worker = SnowFlake.new(worker_id => 1, sequence => 2);
say $worker.get_id();

DESCRIPTION

SnowFlake is a tool for generating unique ID numbers.

LICENSE

AUTHORS

SnowFlake v0.0.1

A tool for generating unique ID numbers.

Authors

  • ohmycloud

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • SnowFlake

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.