Subject: | whatis entry broken when NAME and DESCRIPTION are not separated in pod |
Hi,
the Debian package of MARC-Lint has carried a patch for some time fixing
the whatis entry generated from the manpage that is generated from
MARC::Lint::CodeData's pod:
Description: fix whatis entry
Author: Damyan Ivanov <dmn@debian.org>
--- a/lib/MARC/Lint/CodeData.pm
+++ b/lib/MARC/Lint/CodeData.pm
@@ -12,10 +12,13 @@
@EXPORT_OK = qw(%GeogAreaCodes %ObsoleteGeogAreaCodes %LanguageCodes
%ObsoleteLanguageCodes %CountryCodes %ObsoleteCountryCodes
%Sources600_651 %ObsoleteSources600_651 %Sources655
%ObsoleteSources655);
-=head1 NAME and DESCRIPTION
+=head1 NAME
MARC::Lint::CodeData -- Contains codes from the MARC code lists for
Geographic Areas, Languages, and Countries.
+=head1 DESCRIPTION
+
+
Code data is used for validating fields 008, 040, 041, and 043.
Also, sources for subfield 2 in 600-651 and 655.
Florian