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

Test2::Harness::Util::UUID - Utils for generating UUIDs.

Authors

       Chad Granum <exodist@cpan.org>

Description

       This module provides a consistent UUID source for all of Test2::Harness.

Exports

       $uuid = gen_uuid()
           Generate a UUID.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Test2::Harness::Util::UUID - Utils for generating UUIDs.

Source

       The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

Synopsis

           use Test2::Harness::Util::UUID qw/gen_uuid/;

           my $uuid = gen_uuid;

See Also