diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-11 16:04:34 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-11 16:04:34 +0100 |
commit | e044e2db17129090472badf5d158c417e272b561 (patch) | |
tree | c0b36b68c14c06174f6e5148776df989e52ffcd8 /perl-external | |
parent | 402b546c45ccf34f47e182540b1ff399699ce906 (diff) |
clearer message when seen from vhost deploy
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 +} |