diff options
Diffstat (limited to 'perl-external')
-rwxr-xr-x | perl-external/bin/module-manage.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-external/bin/module-manage.pl b/perl-external/bin/module-manage.pl index f0defb75c..5cdcc0334 100755 --- a/perl-external/bin/module-manage.pl +++ b/perl-external/bin/module-manage.pl @@ -100,7 +100,7 @@ sub build { my $module = shift # || die "Usage: $0 build Module::To::Build\n"; - print " --- installing $module ---\n"; + print " --- checking/installing $module ---\n"; my $out = ''; my $cmd = "cpanm --mirror $minicpan --mirror-only $module"; @@ -156,4 +156,4 @@ sub sort_files { @entries = uniq sort @entries; write_file( $file, @entries ); } -}
\ No newline at end of file +} |