in reply to Re^6: Does anybody write tests first?
in thread Does anybody write tests first?

For the reasons given in {net information loss), I see no advantage to your script over:

my @modules = get_module_list(); foreach my $module ( @modules ) { require $module; }

Except that you might discover more than one missing/corrupted module. But, and a very significant one IMO, is that you sould lose the information that told you why the (first) module failed to load. Eg.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."