[padre] 01/01: patch Padre::Browser::PseudoDoc to fix FTBS (Closes: #759838)

dod at debian.org dod at debian.org
Thu Sep 11 17:11:54 UTC 2014


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

dod pushed a commit to branch master
in repository padre.

commit 70bdb508a94c3f9a6f233917e78885e32adb0450
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Sep 11 19:11:10 2014 +0200

    patch Padre::Browser::PseudoDoc to fix FTBS (Closes: #759838)
---
 debian/patches/fix-pseudo-perl-doc-for-5-20 | 21 +++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/fix-pseudo-perl-doc-for-5-20 b/debian/patches/fix-pseudo-perl-doc-for-5-20
new file mode 100644
index 0000000..be574ce
--- /dev/null
+++ b/debian/patches/fix-pseudo-perl-doc-for-5-20
@@ -0,0 +1,21 @@
+Description: Fix Padre::Browser::PseudoPerlDoc for perl 5 20
+ Padre::Browser::PseudoPerldoc is a hack that "monkey
+ patch" Pod::Perldoc.
+ .
+ This broke with perl 5.20. This patch fixes the issue.
+ .
+ THis patch requires perl 5.20
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759838
+Forwarded: https://github.com/PadreIDE/Padre/pull/1
+Author: https://github.com/vlet
+--- a/lib/Padre/Browser/PseudoPerldoc.pm
++++ b/lib/Padre/Browser/PseudoPerldoc.pm
+@@ -59,7 +59,7 @@
+ 	$self->find_good_formatter_class;
+ 	$self->formatter_sanity_check;
+ 
+-	$self->maybe_diddle_INC;
++    $self->maybe_extend_searchpath;
+ 
+ 	# for when we're apparently in a module or extension directory
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f5dda7e..aad948e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ no-experimental.patch
 desktop-keywords.patch
 desktop-icon.patch
 precedence.patch
+fix-pseudo-perl-doc-for-5-20

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



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