about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/capsule.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index 946c38c..82afe25 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -21,6 +21,7 @@ do
     logfile="$report_path/$theperl.txt"
 
     perl Makefile.PL
+    cpanm --installdeps .
     make
     HARNESS_VERBOSE=1 make test >> $logfile  2>&1
 done