RSS | Module Info | Add a review of Module-Refresh

0 out of 1 found this review helpful:

Module-Refresh (0.13) *****

Huge step above Module::Reload (which is a broken relic).

This module does exactly what you'd expect, as long as you use it correctly. Using it correctly would be easier if the documentation had ore examples of actual use, or a clearer synopsis:

"At the top of your program:

use Module::Refresh;
..."

"Any time you want to refresh your module you MUST:

Module::Refresh->new()->refresh_module($module);
..."

"$module must be a path to the actual .pm module file! It must be relative to a path in @INC"

I give this module a high overall rating.

linuxrawkstar - 2009-09-14T06:27:42

Was this review helpful to you?  Yes No


the camel