aboutsummaryrefslogtreecommitdiffstats
path: root/perl-external/bin
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-12 19:32:27 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-12 19:32:27 +0000
commitf8dfef3984be78e94d2ae90448191af3508560a7 (patch)
treeafcf1d40e5771b5f5d04673bc181c2469e05c3c0 /perl-external/bin
parent5de76f77f9afda16fc840c850db9046aca32d01d (diff)
Changes to build all modules
Diffstat (limited to 'perl-external/bin')
-rwxr-xr-xperl-external/bin/module-manage.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-external/bin/module-manage.pl b/perl-external/bin/module-manage.pl
index 0351354f5..f0defb75c 100755
--- a/perl-external/bin/module-manage.pl
+++ b/perl-external/bin/module-manage.pl
@@ -18,6 +18,7 @@ my %actions = (
add => \&add,
build_all => \&build_all,
fetch_all => \&fetch_all,
+ force_install => \&force_install,
index_minicpan => \&index_minicpan,
init => \&init,
setup => \&setup,
@@ -155,4 +156,4 @@ sub sort_files {
@entries = uniq sort @entries;
write_file( $file, @entries );
}
-}
+} \ No newline at end of file