MODULES = module-a-1.0 module-b-1.1 all: perl -e '\ foreach ((qw/$(MODULES)/)) {\ chdir($$_) or die("chdir($$_) failed - $$!");\ system("perl Makefile.PL");\ system("$(MAKE) test install");\ }\ '
HTH
In reply to Re: automating install of perl modules
by Bloodnok
in thread automating install of perl modules
by ftumsh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |