RSS | Module Info | Add a review of Module-Mask
Module-Mask
(0.03)
What can I say, it works. I don't need it often, but when I do it is much easier to use than to muck with @INC myself.
You need to keep the mask object in scope while creating it before using the module you want to mask, so I used it this way:
use Module::Mask;
my $mask;
BEGIN { $mask = Module::Mask->new('My::Module'); }
use My::Module;
mirod - 2008-10-06T00:35:00 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No
Module-Mask (0.03)
This module functionality seems to be overlapping with *Devel::Hide* (search.cpan.org/dist/Devel-Hide/). Maybe because *Devel::Hide* is not such an intuitive name as it should have been. Ah, and before *Devel::Hide*, *Test::Without::Module* (search.cpan.org/dist/Test-Without-Mod... already existed. (Not a good name also, because it is not a real testing module.)
Adriano Rodrigues Ferreira - 2007-07-16T10:34:34 (permalink)
4 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No

