diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-12 19:32:27 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-12 19:32:27 +0000 |
commit | f8dfef3984be78e94d2ae90448191af3508560a7 (patch) | |
tree | afcf1d40e5771b5f5d04673bc181c2469e05c3c0 /perl-external/bin | |
parent | 5de76f77f9afda16fc840c850db9046aca32d01d (diff) |
Changes to build all modules
Diffstat (limited to 'perl-external/bin')
-rwxr-xr-x | perl-external/bin/module-manage.pl | 3 |
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 |