Christopher H. Laco wrote: > Jonathan Rockway wrote: > >> Matt Lawrence wrote: >> >>> I should probably point out that I'm the Module::Mask author, just in >>> the interests of full disclosure ;-) >>> >>> >> How is Module::Mask different from Devel::Hide? >>
The interface is different, Module::Mask has a slightly more flexible OO interface, but it does have some limitations that Devel::Hide doesn't. Plus Module::Mask can whitelist modules, which I don't think Devel::Hide supports. >> Regards, >> Jonathan Rockway >> > > Or Test::Without::Module? > > I wasn't aware of Test::Without::Module, but a quick look at the docs reveals that it doesn't support lexical scoping, whereas Module::Mask does support masking in a lexical scope (although not via import and unimport). Matt _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ Dev site: http://dev.catalyst.perl.org/
