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

Changelog

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

  * Team upload.
  * Import upstream version 0.0015.

 -- gregor herrmann <email address hidden>  Wed, 29 Sep 2021 17:49:47 +0200

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
Kinetic release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdevel-hide-perl_0.0015-1.dsc 2.4 KiB d87e7c986b187b1517f451bdbc0f08f5667b6483e736c96d599f8cc4b37681ee
libdevel-hide-perl_0.0015.orig.tar.gz 9.7 KiB fc8dbeb7f7d75a78ed496b1e0e05cfc99c68acab3a2e92cff155ca5f0fa5df58
libdevel-hide-perl_0.0015-1.debian.tar.xz 2.4 KiB e4b6b5e2f1f74a90244f139eeabb7e31a9e0ad08f16b3922c7e33e5b0733218b

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.