X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=653125c723c66e6844d910f8566839b2c008b352;hb=bd79c063bca2e01fddac72c931aed9c37c4535b3;hp=02cadbc300ba23df7eaf9ae7f5a2db47cab674d1;hpb=bc85a4c3e366cdcb45f7482243b3487329d332a9;p=p5sagit%2FFunction-Parameters.git diff --git a/GNUmakefile b/GNUmakefile index 02cadbc..653125c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,7 @@ CCFLAGS := -DDEVEL $(CCFLAGS) .PHONY: multitest multitest: f=''; \ - for i in ~/perl5/perlbrew/perls/perl-5.1[468]*/bin/perl perl; do \ + for i in "$$PERLBREW_ROOT"/perls/*5.1[468]*/bin/perl perl; do \ echo "Trying $$i ..."; \ $$i Makefile.PL && make && make test; \ [ $$? = 0 ] || f="$$f $$i"; \