http://qs321.pair.com?node_id=117208

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I'm writing a module and would like to test it with tests in t/. I need to pass each test the same command line argument. Is there an entry I can make in Makefile.PL that will pass the arg or do I need to write a mother test script that evals the other test scripts? TIA. TG