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
|
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 3 Jan 2023 17:39:41 +0100
Subject: Fix POD errors
---
lib/Syntax/Highlight/Perl.pm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/Syntax/Highlight/Perl.pm b/lib/Syntax/Highlight/Perl.pm
index 73fb15b..d3c3444 100644
--- a/lib/Syntax/Highlight/Perl.pm
+++ b/lib/Syntax/Highlight/Perl.pm
@@ -42,8 +42,6 @@ and streamed (ie, processing a file line-by-line in a single pass). Provisions
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 @@ affecting the way the code is parsed.
You can retrieve the current substitutions (as a hash-ref) via C<substitutions()>.
-=back
-
=head1 FORMAT TYPES
The Syntax::Highlight::Perl formatter recognizes and differentiates between many Perl syntactical
|