libtest2-plugin-uuid-perl 0.002001-2 source package in Ubuntu

Changelog

libtest2-plugin-uuid-perl (0.002001-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Fri, 27 Jan 2023 22:53:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-plugin-uuid-perl_0.002001-2.dsc 2.5 KiB c0dc8b23667af8e648dfe33fb5123a252bc51950bdf3cefd77b952e59ba54a7c
libtest2-plugin-uuid-perl_0.002001.orig.tar.gz 9.7 KiB 4c6c8d484d7153d8779dc155a992b203095b5c5aa1cfb1ee8bcedcd0601878c9
libtest2-plugin-uuid-perl_0.002001-2.debian.tar.xz 1.7 KiB de5b2a88b514deea221c444c95a9b28f5c9ec130129c555c790511e1024f5913

Available diffs

No changes file available.

Binary packages built by this source

libtest2-plugin-uuid-perl: mechanism to use real UUIDs in the Test2 suite

 Test2::Plugin::UUID is a module that allows the usage of real UUIDs in the
 Test2 suite.
 .
 Test2 normally uses unique IDs generated by appending pid, thread-id, and an
 incrementing integer. These work fine most of the time, but are not
 sufficient if you want to keep a database of events. in that case a real UUID
 is much more useful.
 .
 Test2::Plugin::UUID can use different backends, listed in order of
 preference:
 .
  * UUID >= 0.35
  * Data::UUID::MT
  * UUID::Tiny
  * Data::UUID
 .
 Cf. Test2::Util::UUID(3pm) for a description of their use cases, and
 instructions for selecting a backend and handling warnings.