aboutsummaryrefslogtreecommitdiffstats
path: root/perl-external
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-11 16:04:34 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-11 16:04:34 +0100
commite044e2db17129090472badf5d158c417e272b561 (patch)
treec0b36b68c14c06174f6e5148776df989e52ffcd8 /perl-external
parent402b546c45ccf34f47e182540b1ff399699ce906 (diff)
clearer message when seen from vhost deploy
Diffstat (limited to 'perl-external')
-rwxr-xr-xperl-external/bin/module-manage.pl4
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
+}