Subject: | NAME sections in manpages |
Please find the attached patch which adds missing NAMES to the pod
files/manpages of this distribution
Thanks,
Dominic.
Subject: | 0004-cpan-Term-UI-add-NAME-headings-in-modules-with-POD.patch |
From 3fb7179adf2c463f7ff6b554d8b80a5bf4173d96 Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Tue, 20 Dec 2011 23:30:04 +0000
Subject: [PATCH 4/4] cpan/Term-UI: add NAME headings in modules with POD
This fixes the Debian Lintian warning about missing NAME sections in
manpages.
Bug-Debian: http://bugs.debian.org/650452
Patch-Name: fixes/manpage_name_Term-UI.diff
---
cpan/Term-UI/lib/Term/UI/History.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpan/Term-UI/lib/Term/UI/History.pm b/cpan/Term-UI/lib/Term/UI/History.pm
index 1d77c01..9da7e47 100644
--- a/cpan/Term-UI/lib/Term/UI/History.pm
+++ b/cpan/Term-UI/lib/Term/UI/History.pm
@@ -8,7 +8,7 @@ use base 'Log::Message::Simple';
=head1 NAME
-Term::UI::History
+Term::UI::History - history function
=head1 SYNOPSIS