libapache2-reload-perl 0.13-4 source package in Ubuntu
Changelog
libapache2-reload-perl (0.13-4) unstable; urgency=medium [ Debian Janitor ] * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update standards version to 4.5.0, no changes needed. [ Jenkins ] * Update standards version to 4.6.0, no changes needed. [ Debian Janitor ] * Bump debhelper from old 12 to 13. -- Jelmer Vernooij <email address hidden> Fri, 14 Oct 2022 16:32:04 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libapache2-reload-perl_0.13-4.dsc | 2.2 KiB | 07929aaf3d30cb2e45ed43d8566609fd1a55c8beca9b6d9dd9bcfaff844dee6a |
libapache2-reload-perl_0.13.orig.tar.gz | 18.5 KiB | c8d0bfc1c18f0f0de39f4ad7f374f1a66a22daa3d1120f6deac2b8c550aa296a |
libapache2-reload-perl_0.13-4.debian.tar.xz | 4.5 KiB | 6db791597cd720198c4188ae5c44cc2964f7545eb2c113da7915096b3e936a7e |
Available diffs
- diff from 0.13-3 to 0.13-4 (804 bytes)
No changes file available.
Binary packages built by this source
- libapache2-reload-perl: module for reloading 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.