1Test2::Harness::Util::UUUsIeDr(3C)ontributed Perl DocumeTnetsatt2i:o:nHarness::Util::UUID(3)
2
3
4
6 Test2::Harness::Util::UUID - Utils for generating UUIDs.
7
9 This module provides a consistent UUID source for all of
10 Test2::Harness.
11
13 use Test2::Harness::Util::UUID qw/gen_uuid/;
14
15 my $uuid = gen_uuid;
16
18 $uuid = gen_uuid()
19 Generate a UUID.
20
22 The source code repository for Test2-Harness can be found at
23 http://github.com/Test-More/Test2-Harness/.
24
26 Chad Granum <exodist@cpan.org>
27
29 Chad Granum <exodist@cpan.org>
30
32 Copyright 2020 Chad Granum <exodist7@gmail.com>.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 See http://dev.perl.org/licenses/
38
39
40
41perl v5.32.1 2021-03-12 Test2::Harness::Util::UUID(3)