File: pod.patch

package info (click to toggle)
libsyntax-highlight-perl-improved-perl 1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: perl: 1,285; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Remove syntactically incorrect =over/=back pair
Author: Axel Beckert <abe@debian.org>

--- a/lib/Syntax/Highlight/Perl/Improved.pm
+++ b/lib/Syntax/Highlight/Perl/Improved.pm
@@ -42,8 +42,6 @@
 in the future for tasks related to "back-tracking" (ie, re-doing a single line in the middle of
 a stream) such as speeding up state copying.
 
-=over 4
-
 =head2 Constructors
 
 The only constructor provided is C<new()>.  When called on an existing object, C<new()> will
@@ -99,8 +97,6 @@
 
 You can retrieve the current substitutions (as a hash-ref) via C<substitutions()>.
 
-=back
-
 =head1 FORMAT TYPES
 
 The Syntax::Highlight::Perl::Improved formatter recognizes and differentiates between many Perl syntactical