This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libwww-mechanize-perl.
commit 87315bd0e379b2ebef846a9aee47603670e6ca0f Author: Florian Schlichting <[email protected]> Date: Mon Sep 25 21:56:04 2017 +0200 Explain where to find POD on HTML::Form::Input (closes: #751465) --- debian/patches/html-form-input.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/html-form-input.patch b/debian/patches/html-form-input.patch new file mode 100644 index 0000000..7113fcb --- /dev/null +++ b/debian/patches/html-form-input.patch @@ -0,0 +1,17 @@ +Description: help users find the POD for HTML::Form::Input +Author: Florian Schlichting <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751465 +Forwarded: https://github.com/libwww-perl/WWW-Mechanize/issues/234 + +--- a/lib/WWW/Mechanize.pm ++++ b/lib/WWW/Mechanize.pm +@@ -2251,7 +2251,8 @@ + + find_all_inputs() returns an array of all the input controls in the + current form whose properties match all of the regexes passed in. +-The controls returned are all descended from HTML::Form::Input. ++The controls returned are all descended from HTML::Form::Input ++(see HTML::Form's "Input" section for details). + + If no criteria are passed, all inputs will be returned. + diff --git a/debian/patches/series b/debian/patches/series index aba7ccb..acd33a4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +html-form-input.patch autopkgtest.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-mechanize-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
