diff options
Diffstat (limited to 'perl-external/bin/module-manage.pl')
-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 |