From bc4321b255b4cd266860185f720a72af00631003 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 7 Jan 2011 15:56:43 -0800 Subject: Use cpanm --installdeps . for Module::Build projects --- scripts/capsule.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/capsule.sh') diff --git a/scripts/capsule.sh b/scripts/capsule.sh index 4d1b097..7411639 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -32,7 +32,8 @@ do elif [ -f 'Build.PL' ]; then echo "Found Build.PL, using Build.PL" perl Build.PL - ./Build installdeps + # ./Build installdeps is not available in older Module::Build's + cpanm --installdeps . HARNESS_VERBOSE=1 ./Build test --verbose >> $logfile 2>&1 else echo "Hoping to find Makefile.PL" -- cgit 1.4.1