The following commit has been merged in the master branch:
commit e69188ce12ab6f78bcaedd48c255ef9660daa58f
Author: Russ Allbery <[email protected]>
Date:   Mon Apr 22 16:09:58 2013 -0700

    Add =encoding to the POD in Lintian::Collect
    
    We use a UTF-8 section symbol, and the current version of Pod::Simple
    therefore requires explicitly declaring the character set.

diff --git a/lib/Lintian/Collect.pm b/lib/Lintian/Collect.pm
index 4ddec82..e207db5 100644
--- a/lib/Lintian/Collect.pm
+++ b/lib/Lintian/Collect.pm
@@ -24,6 +24,8 @@ use warnings::register;
 use Lintian::Util qw(get_dsc_info get_deb_info);
 use Carp qw(croak);
 
+=encoding utf-8
+
 =head1 NAME
 
 Lintian::Collect - Lintian interface to package data collection

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to