libdevel-hide-perl 0.0015-2 source package in Ubuntu

Changelog

libdevel-hide-perl (0.0015-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 18:40:08 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-hide-perl_0.0015-2.dsc 2.2 KiB 30a9597eebac8f80e7b12165271103e3846156e37aac285aba8cdbf69968fa34
libdevel-hide-perl_0.0015.orig.tar.gz 9.7 KiB fc8dbeb7f7d75a78ed496b1e0e05cfc99c68acab3a2e92cff155ca5f0fa5df58
libdevel-hide-perl_0.0015-2.debian.tar.xz 2.5 KiB 5da5323b470acd97f822e664191ddca273585a469a9596a1a46ec269af431274

Available diffs

No changes file available.

Binary packages built by this source

libdevel-hide-perl: module for forcing the unavailability of specified Perl modules (for testing)

 Given a list of Perl modules/filenames, Devel::Hide makes require and use
 statements fail (no matter the specified files/modules are installed or not).
 .
 They die with a message like:
 .
 Can't locate Module/ToHide.pm (hidden)
 .
 The original intent of Devel::Hide is to allow Perl developers to test for
 alternative behavior when some modules are not available. In a Perl
 installation, where many modules are already installed, there is a chance to
 screw things up because you take for granted things that may not be there in
 other machines.