Package : perl-Module-Reload

Package details

Summary: Reload %INC files when updated on disk

Description:
When Perl pulls a file via C<require>, it stores the filename in the
global hash C<%INC>. The next time Perl tries to C<require> the same
file, it sees the file in C<%INC> and does not reload from disk. This
module's handler iterates over C<%INC> and reloads the file if it has
changed on disk.


URL: https://metacpan.org/release/Module-Reload
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs