软件包: libapache2-reload-perl (0.10-2)
libapache2-reload-perl 的相关链接
Ubuntu 的资源:
下载源码包 libapache2-reload-perl:
- [libapache2-reload-perl_0.10-2.dsc]
- [libapache2-reload-perl_0.10.orig.tar.gz]
- [libapache2-reload-perl_0.10-2.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- Damyan Ivanov
It should generally not be necessary for users to contact the original maintainer.
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
Reload Perl modules when changed on disk
Apache2::Reload reloads modules that change on the disk.
When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from disk. This module's handler can be configured to iterate over the modules in %INC and reload those that have changed on disk. It can also monitor only specific modules that have registered themselves with Apache2::Reload. It is possible to trigger the check only when a special touch-file has been modified, minimizing the number of stat() calls per request.
其它与 libapache2-reload-perl 有关的软件包
|
|
|
-
- dep: libapache2-mod-perl2
- Integration of perl with the Apache2 web server
-
- dep: perl (>= 5.6.0-16)
- Larry Wall 的实用抽取和报表语言(Practical Extraction and Report Language)