summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 17:56:48 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 17:56:48 +0200
commita68817e3ed9669ba3aba930ef7c8540a74182a34 (patch)
treecea4d15cabb25628633c52d1a6c097022e897bf5 /scripts
parentsorted builds for feed (diff)
downloadjitterbug-a68817e3ed9669ba3aba930ef7c8540a74182a34.tar.gz
update layout
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