libdevel-hide-perl 0.0016-ok1 source package in openKylin
Changelog
libdevel-hide-perl (0.0016-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:20:15 -0700
libdevel-hide-perl (0.0016-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 07:20:15 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libdevel-hide-perl_0.0016.orig.tar.gz | 9.7 KiB | 7830b4a57f7ec7410620d6c0150185449d7b4c9964c39a7dc397056032c32a08 |
| libdevel-hide-perl_0.0016-ok1.debian.tar.xz | 1.7 KiB | 006ce562c11401da25c1fdd102c2503cfb45538e67b35cc526860304f1d792f7 |
| libdevel-hide-perl_0.0016-ok1.dsc | 2.0 KiB | f5302244bdb42452879b9e3cd0eb21ac45a73d93646292a5cff6bbb449a6addf |
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.