[ Create a new account ]
I was surprised to see that there are over 200 subscribes already.
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)
Get More Comments
Reply
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: (Score:1)