[libsyntax-highlight-perl-improved-perl] 03/04: Add patch to remove syntactically incorrect =over/=back pair

Axel Beckert abe at deuxchevaux.org
Wed Nov 15 07:33:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libsyntax-highlight-perl-improved-perl.

commit 96f72f572f46946f29ea8f1692030e4da68400f2
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Nov 12 02:46:27 2017 +0100

    Add patch to remove syntactically incorrect =over/=back pair
---
 debian/changelog         |  1 +
 debian/patches/pod.patch | 23 +++++++++++++++++++++++
 debian/patches/series    |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ee56e45..f3fd2dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libsyntax-highlight-perl-improved-perl (1.01-5) UNRELEASED; urgency=medium
   * Fix syntactical typos in debian/copyright.
   * Fix typo in previous changelog entry.
   * Set "Rules-Requires-Root: no".
+  * Add patch to remove syntactically incorrect =over/=back pair.
 
  -- Axel Beckert <abe at debian.org>  Wed, 08 Nov 2017 03:33:59 +0100
 
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..632bceb
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,23 @@
+Description: Remove syntactically incorrect =over/=back pair
+Author: Axel Beckert <abe at 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
diff --git a/debian/patches/series b/debian/patches/series
index b8058f3..b665c5c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 viewperl.patch
 fix-spelling-errors-found-by-lintian.patch
+pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git



More information about the Pkg-perl-cvs-commits mailing list