Re: Test of scripts with Test::More

2007-04-26 Thread Ken Foskey
On Tue, 2007-04-24 at 14:44 -0400, [EMAIL PROTECTED] wrote: Hi, Recently i wrote a perl module that includes package and a script. As part of the module sanity tests, I would like to run the script and verify a success. For that, I am using Test::More and Test::Simple. Is there any

Test of scripts with Test::More

2007-04-24 Thread yaron
Hi, Recently i wrote a perl module that includes package and a script. As part of the module sanity tests, I would like to run the script and verify a success. For that, I am using Test::More and Test::Simple. Is there any recommendations how to do this? Thanks, Yaron Kahanovitch -- To