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

[SCM] Debian package checker branch, master, updated. 2.5.6-70-g59c8d29



The following commit has been merged in the master branch:
commit 59c8d292b47746dcc12cb8953fd17c351bc8c062
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 8 00:10:07 2012 +0200

    L::Lab{::Entry}: Minor pod and L<> fixups
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/lib/Lintian/Lab.pm b/lib/Lintian/Lab.pm
index 21b4089..d5eca57 100644
--- a/lib/Lintian/Lab.pm
+++ b/lib/Lintian/Lab.pm
@@ -71,6 +71,8 @@ use Lintian::Collect;
 use Lintian::Lab::Entry;
 use Lintian::Lab::Manifest;
 
+=encoding utf8
+
 =head1 NAME
 
 Lintian::Lab -- Interface to the Lintian Lab
diff --git a/lib/Lintian/Lab/Entry.pm b/lib/Lintian/Lab/Entry.pm
index b47cebb..2a9349c 100644
--- a/lib/Lintian/Lab/Entry.pm
+++ b/lib/Lintian/Lab/Entry.pm
@@ -154,9 +154,9 @@ sub lab_pkg {
 
 =item $lpkg->info
 
-Returns the L<Lintian::Collect|info> object associated with this entry.
+Returns the L<info|Lintian::Collect> object associated with this entry.
 
-Overrides info from L<Lintian::Processable|Lintian::Processable>.
+Overrides info from L<Lintian::Processable>.
 
 =cut
 
@@ -175,9 +175,9 @@ sub info {
 
 =item $lpkg->clear_cache
 
-Clears any caches held; this includes discarding the L<Lintian::Collect|info> object.
+Clears any caches held; this includes discarding the L<info|Lintian::Collect> object.
 
-Overrides clear_cache from L<Lintian::Processable|Lintian::Processable>.
+Overrides clear_cache from L<Lintian::Processable>.
 
 =cut
 

-- 
Debian package checker


Reply to: