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

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

commit 9c92120aec583bf29551837e854907386b494b54
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Sun Jun 5 00:34:45 2016 +0100

    Remove trailing whitespace from Artistic 2.0 license text
---
 lib/DhMakePerl/Command/Packaging.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/DhMakePerl/Command/Packaging.pm 
b/lib/DhMakePerl/Command/Packaging.pm
index 76ff2cf..c7ad617 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -1010,6 +1010,7 @@ sub create_copyright {
                 { holder => 'noname', } );
             my $text = $artistic2->license;
             $text =~ s/\n$//s;
+            $text =~ s/[ \t]+$//mg;
             $text =~ s/^\n/.\n/mg;
             $text =~ s/^/ /mg;
             $text;

-- 
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