[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.12-37-ge69188c



The following commit has been merged in the master branch:
commit e69188ce12ab6f78bcaedd48c255ef9660daa58f
Author: Russ Allbery <rra@debian.org>
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


Reply to: