Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

DIME::Identifier - Class that generate identifiers for DIME payloads

Author

       Domingo Alcazar Larrea, <dalcazar@cpan.org>

Description

       This class isolates the identifier generation for payloads from DIME::Payload module.

       In Win32 platforms UUID module is used and in UNIX, the Data::UUID module.

Name

       DIME::Identifier - Class that generate identifiers for DIME payloads

See Also

       DIME::Tools

Synopsis

         use DIME::Identifier;
         my $id = DIME::Identifier->new;

See Also