Subject: | lwp-request: -e implies -s |
In version 5.834, I could dump the headers without the status code using -e.
In version 6.03, -e implies -s and there appears to be no way to turn it off.
I don’t know when the regression was introduced.
$ lwp-request5.10 -v 2>&1 | head -n 1
This is lwp-request version 5.834 (libwww-perl-5.837)
$ lwp-request5.10 -m GET -e 'nntp://nntp.perl.org/000001ceab1a$29aebd20$7d0c3760$@cp.net' | head -n 3
Date: Fri, 6 Sep 2013 17:00:07 +0100
From: meta.support@cp.net ("John Unsworth - CP Meta Support")
Server: you can post
$ lwp-request5.12 -v 2>&1 | head -n 1
This is lwp-request version 6.03 (libwww-perl-6.03)
$ lwp-request5.12 -m GET -e 'nntp://nntp.perl.org/000001ceab1a$29aebd20$7d0c3760$@cp.net' | head -n 3
200 OK
Date: Fri, 6 Sep 2013 17:00:07 +0100
From: meta.support@cp.net ("John Unsworth - CP Meta Support")