File: manpage.patch

package info (click to toggle)
libbusiness-edi-perl 0.05-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,952 kB
  • sloc: perl: 41,054; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (4)
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
33
34
35
36
37
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;