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.
tesing subs in perl programs (Score:1)
This is kind of related... I wrote a Test module for testing subroutines within Perl programs without actually executing the program.
This is a common requirement as we have very old Perl programs which we're writing tests for.
Anyway, it's one of those things I'm sure could be done better, but was an interesting mental exercise... http://search.cpan.org/perldoc?Test::GlassBox::Heavy [cpan.org]
(sorry, the source seems to be lacking some comments, my bad)
Re:tesing subs in perl programs (Score:1)
Reply to This
Parent