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.
make test (Score:1)
I don't have that for my applications. A typical directory structure looks like this:The
Like chromatic I usually just type perl t/FILENAME to run a certain test file, but I also enter the t directory and run prove to test them all.
If I have a huge amount of modules in my lib dir, what kind of makefile setup would I have? One for each? One for them all? Where would it go?
Reply to This
Re:make test (Score:2)
ExtUtils::MakeMaker will find all your