X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=653125c723c66e6844d910f8566839b2c008b352;hb=7bb8e9228c380101ddee2692d71c2f43003fe3dc;hp=02cadbc300ba23df7eaf9ae7f5a2db47cab674d1;hpb=15b2a1ed110e1bfa3f70c59e9eef080d2fbe89dd;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"; \