• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Test2/Plugin/H03-May-2022-7916

t/H16-Aug-2019-2318

xt/author/H03-May-2022-84

ChangesH A D16-Aug-201978 42

LICENSEH A D16-Aug-201917.9 KiB380292

MANIFESTH A D16-Aug-2019229 1514

META.jsonH A D16-Aug-20191.3 KiB5654

META.ymlH A D16-Aug-2019716 2625

Makefile.PLH A D16-Aug-20191.1 KiB5039

READMEH A D16-Aug-2019934 4223

README.mdH A D16-Aug-2019891 4123

cpanfileH A D16-Aug-2019331 1713

dist.iniH A D16-Aug-20191.9 KiB9679

README

1NAME
2
3    Test2::Plugin::UUID - Use REAL UUIDs in Test2
4
5DESCRIPTION
6
7    Test2 normally uses unique IDs generated by appending pid, thread-id,
8    and an incrementing integer. These work fine most of the time, but are
9    not sufficient if you want to keep a database of events, in that case a
10    real UUID is much more useful.
11
12SYNOPSIS
13
14        use Test2::Plugin::UUID;
15
16    This is also useful at the command line for 1-time use:
17
18        $ perl -MTest2::Plugin::UUID path/to/test.t
19
20SOURCE
21
22    The source code repository for Test2-Plugin-UUID can be found at
23    https://github.com/Test-More/Test2-Plugin-UUID/.
24
25MAINTAINERS
26
27    Chad Granum <exodist@cpan.org>
28
29AUTHORS
30
31    Chad Granum <exodist@cpan.org>
32
33COPYRIGHT
34
35    Copyright 2019 Chad Granum <exodist@cpan.org>.
36
37    This program is free software; you can redistribute it and/or modify it
38    under the same terms as Perl itself.
39
40    See http://dev.perl.org/licenses/
41
42

README.md

1# NAME
2
3Test2::Plugin::UUID - Use REAL UUIDs in Test2
4
5# DESCRIPTION
6
7Test2 normally uses unique IDs generated by appending pid, thread-id, and an
8incrementing integer. These work fine most of the time, but are not sufficient
9if you want to keep a database of events, in that case a real UUID is much more
10useful.
11
12# SYNOPSIS
13
14    use Test2::Plugin::UUID;
15
16This is also useful at the command line for 1-time use:
17
18    $ perl -MTest2::Plugin::UUID path/to/test.t
19
20# SOURCE
21
22The source code repository for Test2-Plugin-UUID can be found at
23`https://github.com/Test-More/Test2-Plugin-UUID/`.
24
25# MAINTAINERS
26
27- Chad Granum <exodist@cpan.org>
28
29# AUTHORS
30
31- Chad Granum <exodist@cpan.org>
32
33# COPYRIGHT
34
35Copyright 2019 Chad Granum <exodist@cpan.org>.
36
37This program is free software; you can redistribute it and/or
38modify it under the same terms as Perl itself.
39
40See `http://dev.perl.org/licenses/`
41