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