The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

POE::Component::MessageQueue::IDGenerator::UUID - UUID generator.

DESCRIPTION

This is a concrete implementation of the Generator interface for creating message IDs. It uses standards compliant UUIDs, which according to Data::UUID are guaranteed to be unique until 3500 C.E., though I'm not sure how it knows that.

SEE ALSO

Data::UUID

AUTHOR

Paul Driver <frodwith@gmail.com>