DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibapache2-reload-perl
BeschreibungReload Perl modules when changed on disk
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.10-2
Sektionperl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.6.0-16), libapache2-mod-perl2
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße19912 Byte
Prüfsumme MD53ccf7ee2d083b433fa0a671c65481d2e
Prüfsumme SHA1a30cd57b4fb0026e33ce5b70d1d4b477d93f2a35
Prüfsumme SHA256a916657917c3a18973a33d13669b2dd3ca1ea128bb4277cc84ad9fd0bc4c98a6
Link zum Herunterladenlibapache2-reload-perl_0.10-2_all.deb
Ausführliche BeschreibungApache2::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.


Impressum
Linux is a registered trademark of Linus Torvalds