NAME

Catmandu::IdGenerator::Mock - Generator of increasing identifiers

SYNOPSIS

use Catmandu::IdGenerator::Mock;

my $x = Catmandu::IdGenerator::Mock->new(first_id => 10);

for (1..100) {
   printf "id: %s\n" m $x->generate;
}

SEE ALSO

Catmandu::IdGenerator