libtest-lib-perl 0.003-2 source package in Ubuntu

Changelog

libtest-lib-perl (0.003-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 23:08:57 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-lib-perl_0.003-2.dsc 2.1 KiB 291cd3d82825bd083710d071d0796431472d1fff80b6ee81e783738d7e658922
libtest-lib-perl_0.003.orig.tar.gz 10.3 KiB d84b48d92567cba3d0afb1e8175aab836bfa8a838e19ac9080cabc2e3f9dc9f5
libtest-lib-perl_0.003-2.debian.tar.xz 1.8 KiB 72f13e8d99260ecacf9f72f995e2aac9842796600f4e77e82cda8fcd47cd3c64

Available diffs

No changes file available.

Binary packages built by this source

libtest-lib-perl: module to use libraries from a t/lib directory

 Test::Lib searches upward from the calling module for a directory t with a
 lib directory inside it, and adds it to the module search path. Looks upward
 up to 5 directories. This is intended to be used in test modules either
 directly in t or in a subdirectory to find their included testing libraries
 located in t/lib.