r19667 - /trunk/libapache2-reload-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu May 8 07:29:49 UTC 2008


Author: dmn
Date: Thu May  8 07:29:47 2008
New Revision: 19667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19667
Log:
Improved description

Modified:
    trunk/libapache2-reload-perl/debian/control

Modified: trunk/libapache2-reload-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-reload-perl/debian/control?rev=19667&op=diff
==============================================================================
--- trunk/libapache2-reload-perl/debian/control (original)
+++ trunk/libapache2-reload-perl/debian/control Thu May  8 07:29:47 2008
@@ -13,7 +13,14 @@
 Package: libapache2-reload-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libapache2-mod-perl2
-Description:  Reload Perl Modules when Changed on Disk
- Reload Perl Modules when Changed on Disk
+Description:  Reload Perl modules when changed on disk
+ Apache2::Reload reloads modules that change on the disk.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ 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.




More information about the Pkg-perl-cvs-commits mailing list