File: pod-syntax.patch

package info (click to toggle)
libmime-lite-tt-html-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 10
  • sloc: perl: 72; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 647 bytes parent folder | 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
29
30
31
Description: fix POD ERRORS
    Around line 50:
        You forgot a '=back' before '=head1'
    Around line 176:
        =back without =over
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-11-24
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=109611
Bug: https://rt.cpan.org/Ticket/Display.html?id=109611

--- a/lib/MIME/Lite/TT/HTML.pm
+++ b/lib/MIME/Lite/TT/HTML.pm
@@ -47,6 +47,8 @@
 
 return L<MIME::Lite> object with html mail format. 
 
+=back
+
 =head1 ADITIONAL OPTIONS
 
 =head2 Template
@@ -173,8 +175,6 @@
     pack 'C0A*', shift;
 }
 
-=back
-
 =head1 AUTHOR
 
 Sheng Chun E<lt>chunzi@cpan.orgE<gt>