libdevel-hide-perl 0.0015-ok1 source package in openKylin
Changelog
libdevel-hide-perl (0.0015-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Tue, 23 Aug 2022 15:07:35 +0300
libdevel-hide-perl (0.0015-ok1) yangtze; urgency=low * Build for openkylin. -- denghao <email address hidden> Tue, 23 Aug 2022 15:07:35 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libdevel-hide-perl_0.0015.orig.tar.gz | 9.7 KiB | fc8dbeb7f7d75a78ed496b1e0e05cfc99c68acab3a2e92cff155ca5f0fa5df58 |
libdevel-hide-perl_0.0015-ok1.debian.tar.xz | 1.9 KiB | be2c37d9ba6931c66817870b17b6b3b18878a94a9f024a04741d01d9af27af28 |
libdevel-hide-perl_0.0015-ok1.dsc | 1.9 KiB | 2d1a2240c3a9fff82a7f1207fb12a7f5fc2652735eb22fd159ebc93507039f81 |
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.