Skip Menu |

This queue is for tickets about the MARC-Lint CPAN distribution.

Report information
The Basics
Id: 79332
Status: resolved
Priority: 0/
Queue: MARC-Lint

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.45
Fixed in: (no value)



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
This should now be fixed with version 1.46