in reply to Testing Non-module code
In summary:
Create a module (say YourTestModule), and in the INIT block calls a module sub that runs your tests, then exits (never actually running your program in full).I'd be interested in comments as to the usefulness of this approach for "serious" code. (Or perhaps there's a better way that hasn't been mentioned yet?)Run your tests by:
perl -MYourTestModule yourprogram
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
|---|