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

[SCM] Debian package checker branch, master, updated. 2.2.18-33-g3cfd89c



The following commit has been merged in the master branch:
commit d5f017a9505cef33ce79a340271087643fdec7a6
Author: Russ Allbery <rra@debian.org>
Date:   Mon Dec 21 23:28:51 2009 -0800

    Improvements to the Lintian::Tags documentation
    
    Remove from the SYNOPSIS some methods that are no longer provided and
    add an AUTHORS and SEE ALSO section.

diff --git a/lib/Lintian/Tags.pm b/lib/Lintian/Tags.pm
index f2a3c12..4ebadd5 100644
--- a/lib/Lintian/Tags.pm
+++ b/lib/Lintian/Tags.pm
@@ -47,13 +47,10 @@ Lintian::Tags - Manipulate and output Lintian tags
 =head1 SYNOPSIS
 
     my $tags = Lintian::Tags->new;
-    %data = $tags->info('lintian-tag');
     $tags->file_start('/path/to/file', 'pkg', '1.0', 'i386', 'binary');
     $tags->file_overrides('/path/to/file', 'pkg', 'binary');
     $tags->tag('lintian-tag', 'data');
     tag('other-lintian-tag', 'data');
-    my %info = $tags->info('lintian-tag');
-    my %source = $tags->source('lintian-tag');
     my %overrides = $tags->overrides('/path/to/file');
     my %stats = $tags->statistics;
     if ($tags->displayed('lintian-tag')) {
@@ -185,7 +182,7 @@ called first or if an attempt is made to issue an unknown tag.
 
 =cut
 
-#':# for cperl-mode
+#'# for cperl-mode
 
 # Check if a given tag with associated extra information is overridden by the
 # overrides for the current file.  This may require checking for matches
@@ -680,10 +677,22 @@ sub suppressed {
     return;
 }
 
+=back
+
+=head1 AUTHOR
+
+Originally written by Russ Allbery <rra@debian.org> for Lintian.
+
+=head1 SEE ALSO
+
+lintian(1), Lintian::Output(3), Lintian::Tag::Info(3)
+
+=cut
+
 1;
 
 # Local Variables:
 # indent-tabs-mode: nil
 # cperl-indent-level: 4
 # End:
-# vim: ts=4 sw=4 et
+# vim: syntax=perl ts=4 sw=4 et

-- 
Debian package checker


Reply to: