292b33
From a6a40029a3cbad2c7d9b39cec86b9dc4baf428a9 Mon Sep 17 00:00:00 2001
292b33
From: Dominic Hargreaves <dom@earth.li>
292b33
Date: Tue, 20 Dec 2011 22:19:45 +0000
292b33
Subject: [PATCH 1/4] cpan/CPAN: add NAME headings in modules with POD
292b33
292b33
This fixes the Debian Lintian warning about missing NAME sections in
292b33
manpages.
292b33
292b33
Bug-Debian: http://bugs.debian.org/650448
292b33
292b33
Patch-Name: fixes/manpage_name_CPAN.diff
292b33
---
292b33
 cpan/CPAN/lib/CPAN/Debug.pm        |    4 ++++
292b33
 cpan/CPAN/lib/CPAN/HandleConfig.pm |    6 ++++++
292b33
 cpan/CPAN/lib/CPAN/Queue.pm        |    4 ++++
292b33
 cpan/CPAN/lib/CPAN/Tarzip.pm       |    4 ++++
292b33
 4 files changed, 18 insertions(+), 0 deletions(-)
292b33
292b33
diff --git a/cpan/CPAN/lib/CPAN/Debug.pm b/cpan/CPAN/lib/CPAN/Debug.pm
292b33
index 23c4a36..48e394b 100644
292b33
--- a/cpan/CPAN/lib/CPAN/Debug.pm
292b33
+++ b/cpan/CPAN/lib/CPAN/Debug.pm
292b33
@@ -71,6 +71,10 @@ sub debug {
292b33
 
292b33
 __END__
292b33
 
292b33
+=head1 NAME
292b33
+
292b33
+CPAN::Debug - internal debugging for CPAN.pm
292b33
+
292b33
 =head1 LICENSE
292b33
 
292b33
 This program is free software; you can redistribute it and/or
292b33
diff --git a/cpan/CPAN/lib/CPAN/HandleConfig.pm b/cpan/CPAN/lib/CPAN/HandleConfig.pm
292b33
index 58ccbe5..bab607d 100644
292b33
--- a/cpan/CPAN/lib/CPAN/HandleConfig.pm
292b33
+++ b/cpan/CPAN/lib/CPAN/HandleConfig.pm
292b33
@@ -6,6 +6,12 @@ use File::Spec ();
292b33
 use File::Basename ();
292b33
 use Carp ();
292b33
 
292b33
+=head1 NAME
292b33
+
292b33
+CPAN::HandleConfig - internal configuration handling for CPAN.pm
292b33
+
292b33
+=cut 
292b33
+
292b33
 $VERSION = "5.5003"; # see also CPAN::Config::VERSION at end of file
292b33
 
292b33
 %can = (
292b33
diff --git a/cpan/CPAN/lib/CPAN/Queue.pm b/cpan/CPAN/lib/CPAN/Queue.pm
292b33
index e5d88ce..1222b37 100644
292b33
--- a/cpan/CPAN/lib/CPAN/Queue.pm
292b33
+++ b/cpan/CPAN/lib/CPAN/Queue.pm
292b33
@@ -201,6 +201,10 @@ sub reqtype_of {
292b33
 
292b33
 __END__
292b33
 
292b33
+=head1 NAME
292b33
+
292b33
+CPAN::Queue - internal queue support for CPAN.pm
292b33
+
292b33
 =head1 LICENSE
292b33
 
292b33
 This program is free software; you can redistribute it and/or
292b33
diff --git a/cpan/CPAN/lib/CPAN/Tarzip.pm b/cpan/CPAN/lib/CPAN/Tarzip.pm
292b33
index 972df6c..cf8aad4 100644
292b33
--- a/cpan/CPAN/lib/CPAN/Tarzip.pm
292b33
+++ b/cpan/CPAN/lib/CPAN/Tarzip.pm
292b33
@@ -450,6 +450,10 @@ END
292b33
 
292b33
 __END__
292b33
 
292b33
+=head1 NAME
292b33
+
292b33
+CPAN::Tarzip - internal handling of tar archives for CPAN.pm
292b33
+
292b33
 =head1 LICENSE
292b33
 
292b33
 This program is free software; you can redistribute it and/or