Skip to content

Commit b1d5498

Browse files
committed
v2.20
[ENHANCEMENTS] - WWW::Mechanize no longer taints the responses it receives. This also removes Test::Taint as a prerequisite. (GH#383) (Andy Lester) - select() now accepts a number argument to specify which instance of an element with multiple occurrences to use (GH#189) (Julien Fiegehenn) - Add Bash completion (GH#396) (Mikko Koivunalho) [DOCUMENTATION] - Improve FAQ (GH#76) (Julien Fiegehenn) - Add installation instructions and badge for Repology (GH#399) (Mikko Koivunalho) - Add License, CPAN and kwalitee badges to README (GH#400) (Mikko Koivunalho) [FIXED] - Fix test failure after release of HTTP::Message 7.01 (GH#403) (Olaf Alders)
1 parent 0916018 commit b1d5498

File tree

6 files changed

+634
-829
lines changed

6 files changed

+634
-829
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for WWW::Mechanize
22

3-
{{$NEXT}}
3+
2.20 2025-10-22 19:04:44Z
44
[ENHANCEMENTS]
55
- WWW::Mechanize no longer taints the responses it receives. This also
66
removes Test::Taint as a prerequisite. (GH#383) (Andy Lester)

LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is free software, licensed under:
2222
Version 1, February 1989
2323

2424
Copyright (C) 1989 Free Software Foundation, Inc.
25-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25+
<https://fsf.org/>
2626

2727
Everyone is permitted to copy and distribute verbatim copies
2828
of this license document, but changing it is not allowed.
@@ -236,8 +236,7 @@ the exclusion of warranty; and each file should have at least the
236236
GNU General Public License for more details.
237237

238238
You should have received a copy of the GNU General Public License
239-
along with this program; if not, write to the Free Software
240-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
239+
along with this program; if not, see <https://www.gnu.org/licenses/>.
241240

242241

243242
Also add information on how to contact you by electronic and paper mail.
@@ -264,8 +263,8 @@ necessary. Here a sample; alter the names:
264263
program `Gnomovision' (a program to direct compilers to make passes
265264
at assemblers) written by James Hacker.
266265

267-
<signature of Ty Coon>, 1 April 1989
268-
Ty Coon, President of Vice
266+
<signature of Moe Ghoul>, 1 April 1989
267+
Moe Ghoul, President of Vice
269268

270269
That's all there is to it!
271270

0 commit comments

Comments
 (0)