[ 源代码: libdevel-hide-perl ]
软件包:libdevel-hide-perl(0.0015-2)
libdevel-hide-perl 的相关链接
Debian 的资源:
下载源码包 libdevel-hide-perl:
- [libdevel-hide-perl_0.0015-2.dsc]
- [libdevel-hide-perl_0.0015.orig.tar.gz]
- [libdevel-hide-perl_0.0015-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.