Module::Refresh.3pm

Langue: en

Version: 2007-05-04 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Module::Refresh - Refresh %INC files when updated on disk

SYNOPSIS

     # During each request, call this once to refresh changed modules:
 
 
     Module::Refresh->refresh;
 
 
     # Each night at midnight, you automatically download the latest
     # Acme::Current from CPAN.  Use th