libdevel-hide-perl 0.0013-ok1 source package in openKylin

Changelog

libdevel-hide-perl (0.0013-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-hide-perl_0.0013.orig.tar.gz 9.6 KiB 6fc3bbcf4f0253a6e5168296c909938c13c886923a7995ac969e47adfcf07ecb
libdevel-hide-perl_0.0013-ok1.debian.tar.xz 1.7 KiB 2552e9a567ef5278b9265f75b9ed8bcd4b263924ed1c9392fc610b01ffea0182
libdevel-hide-perl_0.0013-ok1.dsc 2.0 KiB 379af3c9adb2fdb96508a4bbfc8de3cfcd7ddcde6ca3d0fe259116840741e5d4

View changes file

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.