libuuid-tiny-perl 1.0400-3 source package in Ubuntu

Changelog

libuuid-tiny-perl (1.0400-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 11 Dec 2022 19:05:39 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libuuid-tiny-perl_1.0400-3.dsc 2.1 KiB d48c6f797d5bb2828c007e417d52709cc9e4d5a0b6c94da8996b4830d45e3ae5
libuuid-tiny-perl_1.0400.orig.tar.gz 14.4 KiB 6dcd92604d64e96cc6c188194ae16a9d3a46556224f77b6f3d1d1312b68f9a3d
libuuid-tiny-perl_1.0400-3.debian.tar.xz 2.8 KiB 1b679799f967c2465c4dd7d0e1350ee9ccf196973ec0adf29ef4bbf96384b948

Available diffs

No changes file available.

Binary packages built by this source

libuuid-tiny-perl: pure Perl module to generate v1, v3, v4, and v5 UUIDs

 UUID::Tiny provides a simple, non-object-oriented interface for generating
 UUIDs from Perl code. It is not suitable for performance-sensitive UUID
 generation or for applications that require v1 UUIDs generated from a real
 MAC address (this module generates random MAC addresses), but otherwise
 provides a simpler Perl interface for UUID generation than alternatives.