[libweasel-perl] 08/09: Updating the debian/patches/20_POD_Syntax_Errors.patch again.

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 1a677081a64d619bda6ba8220fcb2bf86541ef7f
Author: Robert James Clay <jame at rocasa.us>
Date:   Wed Oct 4 09:53:45 2017 -0400

    Updating the debian/patches/20_POD_Syntax_Errors.patch again.
---
 debian/patches/20_POD_Syntax_Errors.patch | 141 ++++++++++++++++++++++++++++++
 1 file changed, 141 insertions(+)

diff --git a/debian/patches/20_POD_Syntax_Errors.patch b/debian/patches/20_POD_Syntax_Errors.patch
index 3a86ee8..8982ed5 100644
--- a/debian/patches/20_POD_Syntax_Errors.patch
+++ b/debian/patches/20_POD_Syntax_Errors.patch
@@ -50,6 +50,147 @@ Last-Update: 2017-10-04
  =cut
  
  sub checkbox_expander {
+@@ -88,10 +94,14 @@
+     return ".//input[\@type='checkbox' $clause]";
+ }
+ 
++=over
++
+ =item contains_expander
+ 
+ Finds tags containing 'text'
+ 
++=back
++
+ =cut
+ 
+ sub contains_expander {
+@@ -101,6 +111,8 @@
+     return ".//*[contains(.,'$text')][not(.//*[contains(.,'$text')])]";
+ }
+ 
++=over
++
+ =item labeled_expander
+ 
+ Finds tags for which a label has been set (using the label tag)
+@@ -109,6 +121,8 @@
+  * 'text': text of the label
+  * 'tag': tags for which the label has been set
+ 
++=back
++
+ =cut
+ 
+ sub labeled_expander {
+@@ -119,6 +133,8 @@
+     return ".//${tag}[\@id=//label[text()='$text']/\@for]";
+ }
+ 
++=over
++
+ =item link_expander
+ 
+ Finds A tags with an href attribute whose text or title matches 'text'
+@@ -126,6 +142,8 @@
+ Criteria:
+  * 'text'
+ 
++=back
++
+ =cut
+ 
+ sub link_expander {
+@@ -136,6 +154,8 @@
+     return ".//a[not(not(\@href)) and text()='$text' or \@title='$text']";
+ }
+ 
++=over
++
+ =item option_expander
+ 
+ Finds OPTION tags whose content matches 'text' or value matches 'value'
+@@ -144,6 +164,8 @@
+  * 'text'
+  * 'value'
+ 
++=back
++
+ =cut
+ 
+ sub option_expander {
+@@ -154,6 +176,8 @@
+     return ".//option[text()='$text' or \@value='$value']";
+ }
+ 
++=over
++
+ =item password_expander
+ 
+ Finds input tags of type password
+@@ -162,6 +186,8 @@
+  * 'id'
+  * 'name'
+ 
++=back
++
+ =cut
+ 
+ sub password_expander {
+@@ -177,6 +203,8 @@
+     return ".//input[\@type='password' $clause]";
+ }
+ 
++=over
++
+ =item radio_expander
+ 
+ Finds input tags of type radio
+@@ -185,6 +213,8 @@
+  * 'id'
+  * 'name'
+ 
++=back
++
+ =cut
+ 
+ sub radio_expander {
+@@ -201,6 +231,8 @@
+     return ".//input[\@type='radio' $clause]";
+ }
+ 
++=over
++
+ =item select_expander
+ 
+ Finds select tags
+@@ -209,6 +241,8 @@
+  * 'id'
+  * 'name'
+ 
++=back
++
+ =cut
+ 
+ sub select_expander {
+@@ -223,6 +257,8 @@
+     return ".//select[$clause]";
+ }
+ 
++=over
++
+ =item text_expander
+ 
+ Finds input tags of type text or without type (which defaults to text)
+@@ -231,6 +267,8 @@
+  * 'id'
+  * 'name'
+ 
++=back
++
+ =cut
+ 
+ sub text_expander {
 --- a/lib/Weasel/WidgetHandlers.pm
 +++ b/lib/Weasel/WidgetHandlers.pm
 @@ -44,7 +44,7 @@

-- 
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