[libwww-mechanize-perl] 05/07: document proxy usage for mech-dump (closes: #682286)
Florian Schlichting
fsfs at alioth.debian.org
Thu Sep 19 19:15:02 UTC 2013
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 ec310800eba3ec4a74c5cccb53f7846f069288bd
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Sep 19 21:09:32 2013 +0200
document proxy usage for mech-dump (closes: #682286)
---
debian/patches/document_proxy.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/document_proxy.patch b/debian/patches/document_proxy.patch
new file mode 100644
index 0000000..f721a1e
--- /dev/null
+++ b/debian/patches/document_proxy.patch
@@ -0,0 +1,15 @@
+Description: document proxy usage as requested in #682286
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/libwww-perl/WWW-Mechanize/pull/18/files
+--- a/bin/mech-dump
++++ b/bin/mech-dump
+@@ -73,6 +73,9 @@
+ The order of the options specified is relevant. Repeated options
+ get repeated dumps.
+
++Proxy settings are specified through the environment (e.g. C<http_proxy=http://proxy.my.place/>).
++See LWP::UserAgent for details.
++
+ =cut
+
+ my $uri = shift or die "Must specify a URL or file to check. See --help for details.\n";
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a414656
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+document_proxy.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-mechanize-perl.git
More information about the Pkg-perl-cvs-commits
mailing list