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.
My problem with Test::Most, et al.. (Score:1)
Is importing a bunch of functions one may never use. The unnecessary namespace pollution makes me cringe.
Reply to This
Re: (Score:2)
So what? Besides, you use Test::More already, right? I'm sure it exports plenty of functions you don't use. Plus, you can exclude functions you don't want.
Re: (Score:1)
I didn't say I was rational about it. :]
But even if T::M puts unused stuff, that's no excuse for piling in more.
Re: (Score:2)
But you don't have to pile in more. You can specifically exclude anything you don't need. That's not something you can do with just "use"ing the modules :)