Package: libmail-box-perl / 2.105-1

02_man_page_width_errors.patch Patch series | download
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
Description: fixing un-splittable lines in two PODs
Origin: vendor
Author: Damyan Ivanov <dmn@debian.org>  
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2011-02-09

--- a/lib/Mail/Box/Message/Destructed.pod
+++ b/lib/Mail/Box/Message/Destructed.pod
@@ -140,7 +140,7 @@
 
 See L<Mail::Message::Construct::Forward/"Constructing a message">
 
-=item Mail::Box::Message::Destructed-E<gt>B<read>(FILEHANDLE|SCALAR|REF-SCALAR|ARRAY-OF-LINES, OPTIONS)
+=item Mail::Box::Message::Destructed-E<gt>B<read>( FILEHANDLE | SCALAR | REF-SCALAR | ARRAY-OF-LINES, OPTIONS)
 
 See L<Mail::Message::Construct::Read/"Constructing a message">
 
--- a/lib/Mail/Box/Net/Message.pod
+++ b/lib/Mail/Box/Net/Message.pod
@@ -139,7 +139,7 @@
 
 See L<Mail::Message::Construct::Forward/"Constructing a message">
 
-=item Mail::Box::Net::Message-E<gt>B<read>(FILEHANDLE|SCALAR|REF-SCALAR|ARRAY-OF-LINES, OPTIONS)
+=item Mail::Box::Net::Message-E<gt>B<read>( FILEHANDLE | SCALAR | REF-SCALAR | ARRAY-OF-LINES, OPTIONS)
 
 See L<Mail::Message::Construct::Read/"Constructing a message">