Skip Menu |

This queue is for tickets about the Business-EDI CPAN distribution.

Report information
The Basics
Id: 70088
Status: new
Priority: 0/
Queue: Business-EDI

People
Owner: Nobody in particular
Requestors: bjwebb67 [...] googlemail.com
Cc:
AdminCc:

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



Subject: Business::EDI::CodeList manpage is not parsed by lexgrog correctly
The manpages are not parsed by lexgrog (which populates apropos etc.) properly. The attached patch fixes this.
Subject: manpage.patch
Description: reformat manpage so it is parsed by lexgrog correctly Origin: vendor Forwarded: no Author: Ben Webb <bjwebb67@googlemail.com> Last-Update: 2011-08-03 --- a/lib/Business/EDI/CodeList.pm +++ b/lib/Business/EDI/CodeList.pm @@ -7,10 +7,10 @@ use Carp; use UNIVERSAL::require; -=head1 Business::EDI::CodeList +=head1 NAME -Abstract object class for UN/EDIFACT objects that do not have further descendant objects and -do have a defined list of legal values. +Business::EDI::CodeList - Abstract object class for UN/EDIFACT objects that do +not have further descendant objects and do have a defined list of legal values. =cut --- a/lib/Business/EDI/Composite.pm +++ b/lib/Business/EDI/Composite.pm @@ -5,6 +5,12 @@ use strict; use warnings; use Carp; +=head1 NAME + +Business::EDI::Composite - EDI Composite class. + +=cut + my $VERSION = 0.03; my $debug;