libtest2-plugin-uuid-perl 0.002008-1 source package in Ubuntu

Changelog

libtest2-plugin-uuid-perl (0.002008-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.002008.

 -- gregor herrmann <email address hidden>  Sat, 08 Jun 2024 00:14:43 +0200

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-plugin-uuid-perl_0.002008-1.dsc 2.6 KiB 7857f1b2865a801927ac234a2e9db604ff24b760a69d78ae57018f45b8572751
libtest2-plugin-uuid-perl_0.002008.orig.tar.gz 15.6 KiB 129994b90b120829a3dadcc0d50b28639631d2e3e1bdf2e60f904f94c4ef04be
libtest2-plugin-uuid-perl_0.002008-1.debian.tar.xz 2.1 KiB a78bc811eec563d8c3de8887df87e995ad43d541ccef4c6465de552bca43264a

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.