Package perl-Apache-Reload: Information

    Source package: perl-Apache-Reload
    Version: 0.13-alt1
    Build time:  May 22, 2015, 12:13 PM in the task #144592
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Apache2::Reload - Reload Perl Modules when Changed on Disk
    Description: 
    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 or only specific modules
    that have registered themselves with Apache2::Reload. It can also do the check for
    modified modules, when a special touch-file has been modified.

    List of rpms provided by this srpm:
    perl-Apache-Reload (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Vitaly Kuznetsov

      1. apache2-devel
      2. apache2-mod_perl-devel

    Last changed


    May 22, 2015 Igor Vlasenko 0.13-alt1
    - automated CPAN update
    Aug. 4, 2014 Igor Vlasenko 0.12-alt1
    - renamed to Apache-Reload
    - automated CPAN update
    April 30, 2009 Vitaly Kuznetsov 0.10-alt1
    - Initial