MAN page from Mandrake Other perl-Module-Reload-1.07-1.i386.rpm
Reload
Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 04
Index NAME
Module::Reload - Reload
%INC files when updated on disk
SYNOPSIS
Module::Reload->check;
DESCRIPTION
When Perl pulls a file via
require, it stores the filename in theglobal hash
%INC. The next time Perl tries to
require the samefile, it sees the file in
%INC and does not reload from disk. Thismodule's handler iterates over
%INC and reloads the file if it haschanged on disk.
Set $Module::Reload::Debug to enable debugging output.
BUGS
A growing number of pragmas (
base,
fields, etc.) assume thatthey are loaded once only. When you reload the same file again, theytend to become confused and break. If you feel motivated to submitpatches for these problems, I would encourage that.
SEE ALSO
Event
AUTHOR
Copyright © 1997-1998 Doug MacEachern & Joshua Pritikin. All rights reserved.
This package is free software and is provided ``as is'' without expressor implied warranty. It may be used, redistributed and/or modifiedunder the terms of the Perl Artistic License (seehttp://www.perl.com/perl/misc/Artistic.html)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- BUGS
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.