| CPAN Ratings Module-Mask reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Module-Mask
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
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
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|