This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 2cbd22ecb2db07bc07caa6e84fde1d9d373a1b8c
Author: Damyan Ivanov <d...@debian.org>
Date:   Mon Jun 30 12:17:06 2014 +0000

    fix the error message when more than one command is given on the command 
line
---
 lib/DhMakePerl/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Config.pm b/lib/DhMakePerl/Config.pm
index e8cd119..7ddc961 100644
--- a/lib/DhMakePerl/Config.pm
+++ b/lib/DhMakePerl/Config.pm
@@ -200,7 +200,7 @@ sub parse_command_line_options {
 
     if ( scalar( keys %opts ) > 1 ) {
         die "Only one of " .
-            map( $_, @COMMANDS ) . " can be specified\n";
+            join(', ', @COMMANDS ) . " can be specified\n";
     }
 
     $self->command( ( keys %opts )[0] );

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to