NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Not sure about the name (Score:1)
I read the name and automatically assumed you were writing something which would unload or not load a module. I couldn't imagine how that would be useful, but that's what I assumed.
Cool idea though. Might suggest calling it
Module::CheckLoador something like that.Re: (Score:2)
"NoLoad" was intentional (better names welcome). For example:
Is equivalent to this:
This, of course, silently stops this module from being loaded. The fatal version would require a higher version of Perl:
Re: (Score:2)
Re:Not sure about the name (Score:2)
That's good to know. My intent is to have a more general purpose module (not just for development), but maybe "devel only" is a better approach.
Reply to This
Parent