aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJonathan Worthington <jnthn@jnthn.net>2010-07-28 13:15:43 +0200
committerJonathan Worthington <jnthn@jnthn.net>2010-07-28 13:15:43 +0200
commit1627e9701238ee8e1e82b715cf21f434d72edf9e (patch)
treeb21343b5ce3a47ab24bf876987ea9332a9a8f97c /build
parentae9ed8459263b48b8c6aa82e08c19346ff73fa9f (diff)
Add Test::Mock to the modules to include with R*.
Diffstat (limited to 'build')
-rw-r--r--build/download-stuff.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/download-stuff.pl b/build/download-stuff.pl
index 3d42b05..1da82c6 100644
--- a/build/download-stuff.pl
+++ b/build/download-stuff.pl
@@ -25,6 +25,7 @@ my @modules = qw(
http://github.com/tadzik/perl6-Term-ANSIColor
http://github.com/arnsholt/Algorithm-Viterbi
http://gitorious.org/http-daemon/mainline
+ http://github.com/jnthn/test-mock
);
mkdir 'dist' unless -e 'dist';