logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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