[boxer] 07/33: Fix chomp tweak lines.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 18:28:17 UTC 2017


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

js pushed a commit to annotated tag debian/1.1.5-1
in repository boxer.

commit 125a682e7173b97c193f0078522d57617b0beae3
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jun 29 22:01:25 2016 +0200

    Fix chomp tweak lines.
---
 lib/Boxer/Task/Serialize.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index ce6db5d..5ca7afe 100644
--- a/lib/Boxer/Task/Serialize.pm
+++ b/lib/Boxer/Task/Serialize.pm
@@ -209,7 +209,7 @@ sub run
 	$pkglist .= " \\\n ";
 	$pkglist .= join( ' ', sort map { $_ . '-' } @pkgavoid );
 	my $pkgautolist = join( ' ', sort @pkgauto );
-	grep {chomp} @tweak;
+	chomp(@tweak);
 	my $tweaklist = join( ";\\\n ", @tweak );
 
 	$self->outdir->mkpath;

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



More information about the Pkg-perl-cvs-commits mailing list