[libweasel-perl] 07/09: Update the 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 9fd32fc69bf172a9a1fb89ba7b7d2de21b4bfc56
Author: Robert James Clay <jame at rocasa.us>
Date: Wed Oct 4 09:22:50 2017 -0400
Update the debian/patches/20_POD_Syntax_Errors.patch.
---
debian/patches/20_POD_Syntax_Errors.patch | 49 +++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/debian/patches/20_POD_Syntax_Errors.patch b/debian/patches/20_POD_Syntax_Errors.patch
index e7256b3..3a86ee8 100644
--- a/debian/patches/20_POD_Syntax_Errors.patch
+++ b/debian/patches/20_POD_Syntax_Errors.patch
@@ -32,6 +32,24 @@ Last-Update: 2017-10-04
=cut
sub button_expander {
+@@ -65,6 +67,8 @@
+ | .//button[$btn_clause]";
+ }
+
++=over
++
+ =item checkbox_expander
+
+ Finds input tags of type checkbox
+@@ -74,6 +78,8 @@
+ * 'name'
+ * 'value'
+
++=back
++
+ =cut
+
+ sub checkbox_expander {
--- a/lib/Weasel/WidgetHandlers.pm
+++ b/lib/Weasel/WidgetHandlers.pm
@@ -44,7 +44,7 @@
@@ -74,3 +92,34 @@ Last-Update: 2017-10-04
=cut
+@@ -57,9 +59,12 @@
+ return $popup->find('*option', text => $text);
+ }
+
++=over
+
+ =item select_option
+
++=back
++
+ =cut
+
+ sub select_option {
+--- a/lib/Weasel/Element/Document.pm
++++ b/lib/Weasel/Element/Document.pm
+@@ -29,13 +29,12 @@
+
+ =item _id
+
++=back
++
+ =cut
+
+ has '+_id' => (required => 0,
+ default => '/html');
+
+-=back
+-
+-=cut
+
+ 1;
--
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