Provided by: libcatmandu-perl_0.9505-1_all bug

NAME

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

SYNOPSIS

           use Catmandu::IdGenerator::UUID;

           my $x = Catmandu::IdGenerator::Mock->new;

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

SEE ALSO

       Catmandu::IdGenerator