liblog-trace-perl 1.070-5 source package in Ubuntu

Changelog

liblog-trace-perl (1.070-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + liblog-trace-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:35:42 +0100

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
liblog-trace-perl_1.070-5.dsc 2.1 KiB ecf45fad5a6126b917fa46d4b16e16ede52ce25b098c60bb6633f5950276aa1f
liblog-trace-perl_1.070.orig.tar.gz 24.9 KiB 9ecb8258ef30c2f24deff4917240d0fe73242da5b2192402f79815b092ed36e3
liblog-trace-perl_1.070-5.debian.tar.xz 2.5 KiB b356b3a6eb72ff0d0e083ea65732a4610ef2a3fff74e772862fe22d8e40b4177

Available diffs

No changes file available.

Binary packages built by this source

liblog-trace-perl: Perl module to provide a unified approach to tracing

 A module to provide a unified approach to tracing. A script can use Log::Trace
 qw( < mode > ) to set the behaviour of the TRACE function.
 .
 By default, the trace functions are exported to the calling package only. You
 can export the trace functions to other packages with the "Deep" option. See
 "OPTIONS" for more information.
 .
 All exports are in uppercase (to minimise collisions with "real" functions).