Description: reformat manpage so it is parsed by lexgrog correctly
Origin: vendor
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=70088
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;
 
