[libweasel-perl] 05/09: Create debian/patches/20_POD_Syntax_Errors.patch.

Robert James Clay jame at rocasa.us
Thu Oct 5 03:33:10 UTC 2017


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

jame-guest pushed a commit to branch master
in repository libweasel-perl.

commit cba545dddaec8d57df4717a7ae8a2ba0a7b15461
Author: Robert James Clay <jame at rocasa.us>
Date:   Wed Oct 4 08:23:43 2017 -0400

    Create debian/patches/20_POD_Syntax_Errors.patch.
---
 debian/patches/20_POD_Syntax_Errors.patch | 76 +++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)

diff --git a/debian/patches/20_POD_Syntax_Errors.patch b/debian/patches/20_POD_Syntax_Errors.patch
new file mode 100644
index 0000000..e7256b3
--- /dev/null
+++ b/debian/patches/20_POD_Syntax_Errors.patch
@@ -0,0 +1,76 @@
+Author: Robert James Clay <jame at rocasa.us>
+Description: Work around for POD Syntax issues.
+Bug: https://github.com/perl-weasel/weasel/issues/12
+Last-Update: 2017-10-04
+--- a/lib/Weasel.pm
++++ b/lib/Weasel.pm
+@@ -173,6 +173,7 @@
+     ZENKAKU_HANKAKU => "\N{U+E040}",
+     );
+ 
++=over
+ 
+ =item KEYS
+ 
+@@ -180,6 +181,8 @@
+ hash keys and single-character strings containing the key
+ codes as the values.
+ 
++=back
++
+ =cut
+ 
+ sub KEYS {
+--- a/lib/Weasel/FindExpanders/HTML.pm
++++ b/lib/Weasel/FindExpanders/HTML.pm
+@@ -37,6 +37,8 @@
+           -- input: matches 'value' attribute (shown on button),
+                     or image button's 'alt' attribute
+ 
++=back
++
+ =cut
+ 
+ sub button_expander {
+--- a/lib/Weasel/WidgetHandlers.pm
++++ b/lib/Weasel/WidgetHandlers.pm
+@@ -44,7 +44,7 @@
+ our @EXPORT_OK = qw| register_widget_handler best_match_handler_class |;
+ 
+ =head1 FUNCTIONS
+-g
++
+ =over
+ 
+ =item register_widget_handler($handler_class_name, $group_name, %conditions)
+--- a/lib/Weasel/Widgets/HTML/Input.pm
++++ b/lib/Weasel/Widgets/HTML/Input.pm
+@@ -47,6 +47,8 @@
+ 
+ =item clear()
+ 
++-back
++
+ =cut
+ 
+ sub clear {
+@@ -60,6 +62,8 @@
+ Gets the 'value' attribute; if C<$value> is provided, it is used to set the
+ attribute value.
+ 
++=back
++
+ =cut
+ 
+ sub value {
+--- a/lib/Weasel/Widgets/HTML/Select.pm
++++ b/lib/Weasel/Widgets/HTML/Select.pm
+@@ -39,6 +39,8 @@
+ 
+ Returns 
+ 
++=back
++
+ =cut
+ 
+ 

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



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