File: manpages-whatis.patch

package info (click to toggle)
libmenlo-perl 1.9019-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: perl: 352; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description: add NAME sections to POD
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-12-15

--- a/lib/Menlo/Index/MetaCPAN.pm
+++ b/lib/Menlo/Index/MetaCPAN.pm
@@ -87,6 +87,10 @@
 
 =for Pod::Coverage attributes validate_attributes search_packages search_authors BUILD
 
+=head1 NAME
+
+Menlo::Index::MetaCPAN - Search index via MetaCPAN
+
 =head1 SYNOPSIS
 
   use CPAN::Common::Index::MetaCPAN;
--- a/lib/Menlo/Index/MetaDB.pm
+++ b/lib/Menlo/Index/MetaDB.pm
@@ -105,6 +105,10 @@
 
 =for Pod::Coverage attributes validate_attributes search_packages search_authors BUILD
 
+=head1 NAME
+
+Menlo::Index::MetaDB - Search index via CPAN MetaDB
+
 =head1 SYNOPSIS
 
   use CPAN::Common::Index::MetaDB;