RE: [Perlunit-devel] Re: Test::Unit
Status: Beta
Brought to you by:
mca1001
From: Adam M. <am...@co...> - 2001-12-04 19:46:59
|
Adam Spiers <as...@gu...> spake: > You could avoid the fork() to and dependency on an external program: > > use FindBin qw($Script); > die "Usage: $Script <modules>\n" unless @ARGV; > Cool! Looks like File::Basename also exists, but I haven't tried that one. > > I would like to contribute to this package if you want/need > any help. > > Yes please! Like Christian said, the biggest help to us right now is > feedback on how the CVS tree works for you. I'll start using that right away. Thank you, Adam |