Merge ~danilogondolfo/ubuntu/+source/libwww-mechanize-perl:merge-lp2055713-noble into ubuntu/+source/libwww-mechanize-perl:ubuntu/devel

Proposed by Danilo Egea Gondolfo
Status: Superseded
Proposed branch: ~danilogondolfo/ubuntu/+source/libwww-mechanize-perl:merge-lp2055713-noble
Merge into: ubuntu/+source/libwww-mechanize-perl:ubuntu/devel
Diff against target: 1555 lines (+303/-249) (has conflicts)
22 files modified
CONTRIBUTORS (+2/-0)
Changes (+6/-0)
LICENSE (+108/-75)
MANIFEST (+1/-2)
META.json (+72/-71)
META.yml (+72/-71)
Makefile.PL (+2/-2)
README.md (+1/-1)
cpanfile (+1/-1)
debian/changelog (+19/-0)
debian/control (+1/-1)
debian/copyright (+1/-1)
dev/null (+0/-12)
lib/WWW/Mechanize.pm (+4/-3)
lib/WWW/Mechanize/Cookbook.pod (+1/-1)
lib/WWW/Mechanize/Examples.pod (+1/-1)
lib/WWW/Mechanize/FAQ.pod (+1/-1)
lib/WWW/Mechanize/Image.pm (+2/-2)
lib/WWW/Mechanize/Link.pm (+2/-2)
script/mech-dump (+1/-1)
t/local/click_button.t (+5/-0)
xt/author/eol.t (+0/-1)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
git-ubuntu import Pending
Review via email: mp+461653@code.launchpad.net

This proposal has been superseded by a proposal from 2024-03-01.

Description of the change

PPA https://launchpad.net/~danilogondolfo/+archive/ubuntu/stuff/+packages

The delta is still required. There is one test that we disabled because it's getting stuck in our autopkgtest runners forever (until it times out actually after many hours). It works fine locally and is still pending further investigation.

To post a comment you must log in.

Unmerged commits

913528b... by Danilo Egea Gondolfo

Changelog

4e97a3a... by Danilo Egea Gondolfo

update-maintainer

fb14ce9... by Danilo Egea Gondolfo

reconstruct-changelog

79da416... by Danilo Egea Gondolfo

merge-changelogs

129b815... by Danilo Egea Gondolfo

Disable t/local/referer.t.

This file deadlocks on Ubuntu during autopkgtests. Pending further
investigation. See LP 2025645.

cc1ed09... by gregor herrmann

2.18-1 (patches unapplied)

Imported using git-ubuntu import.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/CONTRIBUTORS b/CONTRIBUTORS
2index dd1ce63..6d45181 100644
3--- a/CONTRIBUTORS
4+++ b/CONTRIBUTORS
5@@ -8,6 +8,7 @@ patches, bug reports, help with troubleshooting, etc. A huge
6
7 * Alastair Douglas
8 * Alexandr Ciornii
9+ * Andreas Huber
10 * Andrew Grangaard
11 * Andy Lester
12 * Bernhard Wagner
13@@ -17,6 +18,7 @@ patches, bug reports, help with troubleshooting, etc. A huge
14 * Dave Doyle
15 * David Precious
16 * David Steinbrunner
17+ * dependabot[bot]
18 * Desmond Daignault
19 * Ed Avis
20 * Evan Zacks
21diff --git a/Changes b/Changes
22index d30f591..2717c1c 100644
23--- a/Changes
24+++ b/Changes
25@@ -1,5 +1,11 @@
26 Revision history for WWW::Mechanize
27
28+2.18 2024-01-30 14:29:44Z
29+ [FIXED]
30+ - Fix click_button non exclusive attributes (GH#371) (Andreas Huber)
31+ [TESTS]
32+ - Remove t/untaint.t (GH#377) (Olaf Alders)
33+
34 2.17 2023-04-27 15:45:01Z
35 [ENHANCEMENTS]
36 - Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)
37diff --git a/LICENSE b/LICENSE
38index 5bfa02f..a0d7311 100644
39--- a/LICENSE
40+++ b/LICENSE
41@@ -270,110 +270,143 @@ necessary. Here a sample; alter the names:
42 That's all there is to it!
43
44
45---- The Artistic License 1.0 ---
46+--- The Perl Artistic License 1.0 ---
47
48 This software is Copyright (c) 2004 by Andy Lester.
49
50 This is free software, licensed under:
51
52- The Artistic License 1.0
53+ The Perl Artistic License 1.0
54
55-The Artistic License
56
57-Preamble
58
59-The intent of this document is to state the conditions under which a Package
60-may be copied, such that the Copyright Holder maintains some semblance of
61-artistic control over the development of the package, while giving the users of
62-the package the right to use and distribute the Package in a more-or-less
63-customary fashion, plus the right to make reasonable modifications.
64+
65+
66+ The "Artistic License"
67+
68+ Preamble
69+
70+The intent of this document is to state the conditions under which a
71+Package may be copied, such that the Copyright Holder maintains some
72+semblance of artistic control over the development of the package,
73+while giving the users of the package the right to use and distribute
74+the Package in a more-or-less customary fashion, plus the right to make
75+reasonable modifications.
76
77 Definitions:
78
79- - "Package" refers to the collection of files distributed by the Copyright
80- Holder, and derivatives of that collection of files created through
81- textual modification.
82- - "Standard Version" refers to such a Package if it has not been modified,
83- or has been modified in accordance with the wishes of the Copyright
84- Holder.
85- - "Copyright Holder" is whoever is named in the copyright or copyrights for
86- the package.
87- - "You" is you, if you're thinking about copying or distributing this Package.
88- - "Reasonable copying fee" is whatever you can justify on the basis of media
89- cost, duplication charges, time of people involved, and so on. (You will
90- not be required to justify it to the Copyright Holder, but only to the
91- computing community at large as a market that must bear the fee.)
92- - "Freely Available" means that no fee is charged for the item itself, though
93- there may be fees involved in handling the item. It also means that
94- recipients of the item may redistribute it under the same conditions they
95- received it.
96+ "Package" refers to the collection of files distributed by the
97+ Copyright Holder, and derivatives of that collection of files
98+ created through textual modification.
99+
100+ "Standard Version" refers to such a Package if it has not been
101+ modified, or has been modified in accordance with the wishes
102+ of the Copyright Holder as specified below.
103+
104+ "Copyright Holder" is whoever is named in the copyright or
105+ copyrights for the package.
106+
107+ "You" is you, if you're thinking about copying or distributing
108+ this Package.
109+
110+ "Reasonable copying fee" is whatever you can justify on the
111+ basis of media cost, duplication charges, time of people involved,
112+ and so on. (You will not be required to justify it to the
113+ Copyright Holder, but only to the computing community at large
114+ as a market that must bear the fee.)
115+
116+ "Freely Available" means that no fee is charged for the item
117+ itself, though there may be fees involved in handling the item.
118+ It also means that recipients of the item may redistribute it
119+ under the same conditions they received it.
120
121 1. You may make and give away verbatim copies of the source form of the
122 Standard Version of this Package without restriction, provided that you
123 duplicate all of the original copyright notices and associated disclaimers.
124
125-2. You may apply bug fixes, portability fixes and other modifications derived
126-from the Public Domain or from the Copyright Holder. A Package modified in such
127-a way shall still be considered the Standard Version.
128+2. You may apply bug fixes, portability fixes and other modifications
129+derived from the Public Domain or from the Copyright Holder. A Package
130+modified in such a way shall still be considered the Standard Version.
131
132-3. You may otherwise modify your copy of this Package in any way, provided that
133-you insert a prominent notice in each changed file stating how and when you
134-changed that file, and provided that you do at least ONE of the following:
135+3. You may otherwise modify your copy of this Package in any way, provided
136+that you insert a prominent notice in each changed file stating how and
137+when you changed that file, and provided that you do at least ONE of the
138+following:
139
140- a) place your modifications in the Public Domain or otherwise make them
141- Freely Available, such as by posting said modifications to Usenet or an
142- equivalent medium, or placing the modifications on a major archive site
143- such as ftp.uu.net, or by allowing the Copyright Holder to include your
144- modifications in the Standard Version of the Package.
145+ a) place your modifications in the Public Domain or otherwise make them
146+ Freely Available, such as by posting said modifications to Usenet or
147+ an equivalent medium, or placing the modifications on a major archive
148+ site such as uunet.uu.net, or by allowing the Copyright Holder to include
149+ your modifications in the Standard Version of the Package.
150
151- b) use the modified Package only within your corporation or organization.
152+ b) use the modified Package only within your corporation or organization.
153
154- c) rename any non-standard executables so the names do not conflict with
155- standard executables, which must also be provided, and provide a separate
156- manual page for each non-standard executable that clearly documents how it
157- differs from the Standard Version.
158+ c) rename any non-standard executables so the names do not conflict
159+ with standard executables, which must also be provided, and provide
160+ a separate manual page for each non-standard executable that clearly
161+ documents how it differs from the Standard Version.
162
163- d) make other distribution arrangements with the Copyright Holder.
164+ d) make other distribution arrangements with the Copyright Holder.
165
166-4. You may distribute the programs of this Package in object code or executable
167-form, provided that you do at least ONE of the following:
168+4. You may distribute the programs of this Package in object code or
169+executable form, provided that you do at least ONE of the following:
170
171- a) distribute a Standard Version of the executables and library files,
172- together with instructions (in the manual page or equivalent) on where to
173- get the Standard Version.
174+ a) distribute a Standard Version of the executables and library files,
175+ together with instructions (in the manual page or equivalent) on where
176+ to get the Standard Version.
177
178- b) accompany the distribution with the machine-readable source of the Package
179- with your modifications.
180+ b) accompany the distribution with the machine-readable source of
181+ the Package with your modifications.
182
183- c) accompany any non-standard executables with their corresponding Standard
184- Version executables, giving the non-standard executables non-standard
185- names, and clearly documenting the differences in manual pages (or
186- equivalent), together with instructions on where to get the Standard
187- Version.
188+ c) give non-standard executables non-standard names, and clearly
189+ document the differences in manual pages (or equivalent), together
190+ with instructions on where to get the Standard Version.
191
192- d) make other distribution arrangements with the Copyright Holder.
193+ d) make other distribution arrangements with the Copyright Holder.
194
195 5. You may charge a reasonable copying fee for any distribution of this
196-Package. You may charge any fee you choose for support of this Package. You
197-may not charge a fee for this Package itself. However, you may distribute this
198-Package in aggregate with other (possibly commercial) programs as part of a
199-larger (possibly commercial) software distribution provided that you do not
200-advertise this Package as a product of your own.
201-
202-6. The scripts and library files supplied as input to or produced as output
203-from the programs of this Package do not automatically fall under the copyright
204-of this Package, but belong to whomever generated them, and may be sold
205-commercially, and may be aggregated with this Package.
206-
207-7. C or perl subroutines supplied by you and linked into this Package shall not
208-be considered part of this Package.
209-
210-8. The name of the Copyright Holder may not be used to endorse or promote
211+Package. You may charge any fee you choose for support of this
212+Package. You may not charge a fee for this Package itself. However,
213+you may distribute this Package in aggregate with other (possibly
214+commercial) programs as part of a larger (possibly commercial) software
215+distribution provided that you do not advertise this Package as a
216+product of your own. You may embed this Package's interpreter within
217+an executable of yours (by linking); this shall be construed as a mere
218+form of aggregation, provided that the complete Standard Version of the
219+interpreter is so embedded.
220+
221+6. The scripts and library files supplied as input to or produced as
222+output from the programs of this Package do not automatically fall
223+under the copyright of this Package, but belong to whoever generated
224+them, and may be sold commercially, and may be aggregated with this
225+Package. If such scripts or library files are aggregated with this
226+Package via the so-called "undump" or "unexec" methods of producing a
227+binary executable image, then distribution of such an image shall
228+neither be construed as a distribution of this Package nor shall it
229+fall under the restrictions of Paragraphs 3 and 4, provided that you do
230+not represent such an executable image as a Standard Version of this
231+Package.
232+
233+7. C subroutines (or comparably compiled subroutines in other
234+languages) supplied by you and linked into this Package in order to
235+emulate subroutines and variables of the language defined by this
236+Package shall not be considered part of this Package, but are the
237+equivalent of input as in Paragraph 6, provided these subroutines do
238+not change the language in any way that would cause it to fail the
239+regression tests for the language.
240+
241+8. Aggregation of this Package with a commercial distribution is always
242+permitted provided that the use of this Package is embedded; that is,
243+when no overt attempt is made to make this Package's interfaces visible
244+to the end user of the commercial distribution. Such use shall not be
245+construed as a distribution of this Package.
246+
247+9. The name of the Copyright Holder may not be used to endorse or promote
248 products derived from this software without specific prior written permission.
249
250-9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
251-WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
252-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
253+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
254+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
255+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
256
257-The End
258+ The End
259
260diff --git a/MANIFEST b/MANIFEST
261index 412d258..9ce885b 100644
262--- a/MANIFEST
263+++ b/MANIFEST
264@@ -1,4 +1,4 @@
265-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
266+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.031.
267 CONTRIBUTORS
268 Changes
269 INSTALL
270@@ -110,7 +110,6 @@ t/submit_form.t
271 t/taint.t
272 t/tick.html
273 t/tick.t
274-t/untaint.t
275 t/upload.html
276 t/upload.t
277 t/uri.t
278diff --git a/META.json b/META.json
279index 0aba38a..4e3800a 100644
280--- a/META.json
281+++ b/META.json
282@@ -4,7 +4,7 @@
283 "Andy Lester <andy at petdance.com>"
284 ],
285 "dynamic_config" : 0,
286- "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
287+ "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010",
288 "license" : [
289 "perl_5"
290 ],
291@@ -115,15 +115,15 @@
292 "provides" : {
293 "WWW::Mechanize" : {
294 "file" : "lib/WWW/Mechanize.pm",
295- "version" : "2.17"
296+ "version" : "2.18"
297 },
298 "WWW::Mechanize::Image" : {
299 "file" : "lib/WWW/Mechanize/Image.pm",
300- "version" : "2.17"
301+ "version" : "2.18"
302 },
303 "WWW::Mechanize::Link" : {
304 "file" : "lib/WWW/Mechanize/Link.pm",
305- "version" : "2.17"
306+ "version" : "2.18"
307 }
308 },
309 "release_status" : "stable",
310@@ -138,10 +138,10 @@
311 "web" : "https://github.com/libwww-perl/WWW-Mechanize"
312 }
313 },
314- "version" : "2.17",
315+ "version" : "2.18",
316 "x_Dist_Zilla" : {
317 "perl" : {
318- "version" : "5.028000"
319+ "version" : "5.034000"
320 },
321 "plugins" : [
322 {
323@@ -159,7 +159,7 @@
324 }
325 },
326 "name" : "@Author::OALDERS/stale modules, build",
327- "version" : "0.057"
328+ "version" : "0.058"
329 },
330 {
331 "class" : "Dist::Zilla::Plugin::PromptIfStale",
332@@ -174,12 +174,12 @@
333 }
334 },
335 "name" : "@Author::OALDERS/stale modules, release",
336- "version" : "0.057"
337+ "version" : "0.058"
338 },
339 {
340 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
341 "name" : "@Author::OALDERS/AutoPrereqs",
342- "version" : "6.030"
343+ "version" : "6.031"
344 },
345 {
346 "class" : "Dist::Zilla::Plugin::MakeMaker",
347@@ -189,12 +189,12 @@
348 }
349 },
350 "name" : "@Author::OALDERS/MakeMaker",
351- "version" : "6.030"
352+ "version" : "6.031"
353 },
354 {
355 "class" : "Dist::Zilla::Plugin::CPANFile",
356 "name" : "@Author::OALDERS/CPANFile",
357- "version" : "6.030"
358+ "version" : "6.031"
359 },
360 {
361 "class" : "Dist::Zilla::Plugin::ContributorsFile",
362@@ -204,37 +204,37 @@
363 {
364 "class" : "Dist::Zilla::Plugin::MetaJSON",
365 "name" : "@Author::OALDERS/MetaJSON",
366- "version" : "6.030"
367+ "version" : "6.031"
368 },
369 {
370 "class" : "Dist::Zilla::Plugin::MetaYAML",
371 "name" : "@Author::OALDERS/MetaYAML",
372- "version" : "6.030"
373+ "version" : "6.031"
374 },
375 {
376 "class" : "Dist::Zilla::Plugin::Manifest",
377 "name" : "@Author::OALDERS/Manifest",
378- "version" : "6.030"
379+ "version" : "6.031"
380 },
381 {
382 "class" : "Dist::Zilla::Plugin::MetaNoIndex",
383 "name" : "@Author::OALDERS/MetaNoIndex",
384- "version" : "6.030"
385+ "version" : "6.031"
386 },
387 {
388 "class" : "Dist::Zilla::Plugin::MetaConfig",
389 "name" : "@Author::OALDERS/MetaConfig",
390- "version" : "6.030"
391+ "version" : "6.031"
392 },
393 {
394 "class" : "Dist::Zilla::Plugin::MetaResources",
395 "name" : "@Author::OALDERS/MetaResources",
396- "version" : "6.030"
397+ "version" : "6.031"
398 },
399 {
400 "class" : "Dist::Zilla::Plugin::License",
401 "name" : "@Author::OALDERS/License",
402- "version" : "6.030"
403+ "version" : "6.031"
404 },
405 {
406 "class" : "Dist::Zilla::Plugin::InstallGuide",
407@@ -256,12 +256,12 @@
408 }
409 },
410 "name" : "@Author::OALDERS/Modules for use with tidyall",
411- "version" : "6.030"
412+ "version" : "6.031"
413 },
414 {
415 "class" : "Dist::Zilla::Plugin::ExecDir",
416 "name" : "@Author::OALDERS/ExecDir",
417- "version" : "6.030"
418+ "version" : "6.031"
419 },
420 {
421 "class" : "Dist::Zilla::Plugin::MojibakeTests",
422@@ -271,7 +271,7 @@
423 {
424 "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
425 "name" : "@Author::OALDERS/PodSyntaxTests",
426- "version" : "6.030"
427+ "version" : "6.031"
428 },
429 {
430 "class" : "Dist::Zilla::Plugin::Test::EOL",
431@@ -307,7 +307,7 @@
432 {
433 "class" : "Dist::Zilla::Plugin::TestRelease",
434 "name" : "@Author::OALDERS/TestRelease",
435- "version" : "6.030"
436+ "version" : "6.031"
437 },
438 {
439 "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
440@@ -346,82 +346,82 @@
441 {
442 "class" : "Pod::Weaver::Plugin::EnsurePod5",
443 "name" : "@CorePrep/EnsurePod5",
444- "version" : "4.015"
445+ "version" : "4.019"
446 },
447 {
448 "class" : "Pod::Weaver::Plugin::H1Nester",
449 "name" : "@CorePrep/H1Nester",
450- "version" : "4.015"
451+ "version" : "4.019"
452 },
453 {
454 "class" : "Pod::Weaver::Plugin::SingleEncoding",
455 "name" : "@Default/SingleEncoding",
456- "version" : "4.015"
457+ "version" : "4.019"
458 },
459 {
460 "class" : "Pod::Weaver::Section::Name",
461 "name" : "@Default/Name",
462- "version" : "4.015"
463+ "version" : "4.019"
464 },
465 {
466 "class" : "Pod::Weaver::Section::Version",
467 "name" : "@Default/Version",
468- "version" : "4.015"
469+ "version" : "4.019"
470 },
471 {
472 "class" : "Pod::Weaver::Section::Region",
473 "name" : "@Default/prelude",
474- "version" : "4.015"
475+ "version" : "4.019"
476 },
477 {
478 "class" : "Pod::Weaver::Section::Generic",
479 "name" : "SYNOPSIS",
480- "version" : "4.015"
481+ "version" : "4.019"
482 },
483 {
484 "class" : "Pod::Weaver::Section::Generic",
485 "name" : "DESCRIPTION",
486- "version" : "4.015"
487+ "version" : "4.019"
488 },
489 {
490 "class" : "Pod::Weaver::Section::Generic",
491 "name" : "OVERVIEW",
492- "version" : "4.015"
493+ "version" : "4.019"
494 },
495 {
496 "class" : "Pod::Weaver::Section::Collect",
497 "name" : "ATTRIBUTES",
498- "version" : "4.015"
499+ "version" : "4.019"
500 },
501 {
502 "class" : "Pod::Weaver::Section::Collect",
503 "name" : "METHODS",
504- "version" : "4.015"
505+ "version" : "4.019"
506 },
507 {
508 "class" : "Pod::Weaver::Section::Collect",
509 "name" : "FUNCTIONS",
510- "version" : "4.015"
511+ "version" : "4.019"
512 },
513 {
514 "class" : "Pod::Weaver::Section::Leftovers",
515 "name" : "@Default/Leftovers",
516- "version" : "4.015"
517+ "version" : "4.019"
518 },
519 {
520 "class" : "Pod::Weaver::Section::Region",
521 "name" : "@Default/postlude",
522- "version" : "4.015"
523+ "version" : "4.019"
524 },
525 {
526 "class" : "Pod::Weaver::Section::Authors",
527 "name" : "@Default/Authors",
528- "version" : "4.015"
529+ "version" : "4.019"
530 },
531 {
532 "class" : "Pod::Weaver::Section::Legal",
533 "name" : "@Default/Legal",
534- "version" : "4.015"
535+ "version" : "4.019"
536 }
537 ]
538 }
539@@ -432,7 +432,7 @@
540 {
541 "class" : "Dist::Zilla::Plugin::PruneCruft",
542 "name" : "@Author::OALDERS/PruneCruft",
543- "version" : "6.030"
544+ "version" : "6.031"
545 },
546 {
547 "class" : "Dist::Zilla::Plugin::CopyFilesFromBuild",
548@@ -457,7 +457,6 @@
549 "cpanfile"
550 ],
551 "exclude_match" : [],
552- "follow_symlinks" : 0,
553 "include_dotfiles" : 0,
554 "prefix" : "",
555 "prune_directory" : [],
556@@ -468,7 +467,7 @@
557 }
558 },
559 "name" : "@Author::OALDERS/Git::GatherDir",
560- "version" : "2.048"
561+ "version" : "2.049"
562 },
563 {
564 "class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
565@@ -509,7 +508,7 @@
566 }
567 },
568 "name" : "@Author::OALDERS/Git::Check",
569- "version" : "2.048"
570+ "version" : "2.049"
571 },
572 {
573 "class" : "Dist::Zilla::Plugin::Git::Contributors",
574@@ -549,7 +548,7 @@
575 {
576 "class" : "Dist::Zilla::Plugin::ShareDir",
577 "name" : "@Author::OALDERS/ShareDir",
578- "version" : "6.030"
579+ "version" : "6.031"
580 },
581 {
582 "class" : "Dist::Zilla::Plugin::CheckIssues",
583@@ -559,12 +558,12 @@
584 {
585 "class" : "Dist::Zilla::Plugin::ConfirmRelease",
586 "name" : "@Author::OALDERS/ConfirmRelease",
587- "version" : "6.030"
588+ "version" : "6.031"
589 },
590 {
591 "class" : "Dist::Zilla::Plugin::UploadToCPAN",
592 "name" : "@Author::OALDERS/UploadToCPAN",
593- "version" : "6.030"
594+ "version" : "6.031"
595 },
596 {
597 "class" : "Dist::Zilla::Plugin::Prereqs",
598@@ -575,7 +574,7 @@
599 }
600 },
601 "name" : "@Author::OALDERS/@Git::VersionManager/pluginbundle version",
602- "version" : "6.030"
603+ "version" : "6.031"
604 },
605 {
606 "class" : "Dist::Zilla::Plugin::RewriteVersion::Transitional",
607@@ -643,7 +642,7 @@
608 }
609 },
610 "name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
611- "version" : "2.048"
612+ "version" : "2.049"
613 },
614 {
615 "class" : "Dist::Zilla::Plugin::Git::Tag",
616@@ -652,7 +651,7 @@
617 "branch" : null,
618 "changelog" : "Changes",
619 "signed" : 0,
620- "tag" : "v2.17",
621+ "tag" : "v2.18",
622 "tag_format" : "v%V",
623 "tag_message" : "v%V"
624 },
625@@ -665,7 +664,7 @@
626 }
627 },
628 "name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
629- "version" : "2.048"
630+ "version" : "2.049"
631 },
632 {
633 "class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
634@@ -686,7 +685,7 @@
635 {
636 "class" : "Dist::Zilla::Plugin::NextRelease",
637 "name" : "@Author::OALDERS/@Git::VersionManager/NextRelease",
638- "version" : "6.030"
639+ "version" : "6.031"
640 },
641 {
642 "class" : "Dist::Zilla::Plugin::Git::Commit",
643@@ -716,7 +715,7 @@
644 }
645 },
646 "name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
647- "version" : "2.048"
648+ "version" : "2.049"
649 },
650 {
651 "class" : "Dist::Zilla::Plugin::Git::Push",
652@@ -733,12 +732,12 @@
653 }
654 },
655 "name" : "@Author::OALDERS/Git::Push",
656- "version" : "2.048"
657+ "version" : "2.049"
658 },
659 {
660 "class" : "Dist::Zilla::Plugin::ExecDir",
661 "name" : "ExecDir",
662- "version" : "6.030"
663+ "version" : "6.031"
664 },
665 {
666 "class" : "Dist::Zilla::Plugin::RunExtraTests",
667@@ -764,7 +763,7 @@
668 }
669 },
670 "name" : "RuntimeRequires",
671- "version" : "6.030"
672+ "version" : "6.031"
673 },
674 {
675 "class" : "Dist::Zilla::Plugin::Prereqs",
676@@ -775,7 +774,7 @@
677 }
678 },
679 "name" : "TestRequires",
680- "version" : "6.030"
681+ "version" : "6.031"
682 },
683 {
684 "class" : "Dist::Zilla::Plugin::Prereqs",
685@@ -786,7 +785,7 @@
686 }
687 },
688 "name" : "DevelopRequires",
689- "version" : "6.030"
690+ "version" : "6.031"
691 },
692 {
693 "class" : "Dist::Zilla::Plugin::Prereqs::Soften",
694@@ -811,7 +810,7 @@
695 {
696 "class" : "Dist::Zilla::Plugin::FinderCode",
697 "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM",
698- "version" : "6.030"
699+ "version" : "6.031"
700 }
701 ],
702 "include_underscores" : 0
703@@ -833,57 +832,57 @@
704 {
705 "class" : "Dist::Zilla::Plugin::FinderCode",
706 "name" : ":InstallModules",
707- "version" : "6.030"
708+ "version" : "6.031"
709 },
710 {
711 "class" : "Dist::Zilla::Plugin::FinderCode",
712 "name" : ":IncModules",
713- "version" : "6.030"
714+ "version" : "6.031"
715 },
716 {
717 "class" : "Dist::Zilla::Plugin::FinderCode",
718 "name" : ":TestFiles",
719- "version" : "6.030"
720+ "version" : "6.031"
721 },
722 {
723 "class" : "Dist::Zilla::Plugin::FinderCode",
724 "name" : ":ExtraTestFiles",
725- "version" : "6.030"
726+ "version" : "6.031"
727 },
728 {
729 "class" : "Dist::Zilla::Plugin::FinderCode",
730 "name" : ":ExecFiles",
731- "version" : "6.030"
732+ "version" : "6.031"
733 },
734 {
735 "class" : "Dist::Zilla::Plugin::FinderCode",
736 "name" : ":PerlExecFiles",
737- "version" : "6.030"
738+ "version" : "6.031"
739 },
740 {
741 "class" : "Dist::Zilla::Plugin::FinderCode",
742 "name" : ":ShareFiles",
743- "version" : "6.030"
744+ "version" : "6.031"
745 },
746 {
747 "class" : "Dist::Zilla::Plugin::FinderCode",
748 "name" : ":MainModule",
749- "version" : "6.030"
750+ "version" : "6.031"
751 },
752 {
753 "class" : "Dist::Zilla::Plugin::FinderCode",
754 "name" : ":AllFiles",
755- "version" : "6.030"
756+ "version" : "6.031"
757 },
758 {
759 "class" : "Dist::Zilla::Plugin::FinderCode",
760 "name" : ":NoFiles",
761- "version" : "6.030"
762+ "version" : "6.031"
763 },
764 {
765 "class" : "Dist::Zilla::Plugin::FinderCode",
766 "name" : "MetaProvides::Package/AUTOVIV/:InstallModulesPM",
767- "version" : "6.030"
768+ "version" : "6.031"
769 }
770 ],
771 "zilla" : {
772@@ -891,12 +890,13 @@
773 "config" : {
774 "is_trial" : 0
775 },
776- "version" : "6.030"
777+ "version" : "6.031"
778 }
779 },
780 "x_contributors" : [
781 "Alastair Douglas <altreus@altre.us>",
782 "Alexandr Ciornii <alexchorny@gmail.com>",
783+ "Andreas Huber <git@andreas-huber.net>",
784 "Andrew Grangaard <granny-github@ofb.net>",
785 "Andy Lester <andy@petdance.com>",
786 "Bernhard Wagner <gitcommit@bernhardwagner.net>",
787@@ -906,6 +906,7 @@
788 "Dave Doyle <dave.s.doyle@gmail.com>",
789 "David Precious <davidp@preshweb.co.uk>",
790 "David Steinbrunner <dsteinbrunner@pobox.com>",
791+ "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
792 "Desmond Daignault <nawglan@gmail.com>",
793 "Ed Avis <eda@waniasset.com>",
794 "Evan Zacks <zackse@gmail.com>",
795@@ -956,8 +957,8 @@
796 "Zefram <zefram@fysh.org>",
797 "\u7a4d\u4e39\u5c3c Dan Jacobson <jidanni@jidanni.org>"
798 ],
799- "x_generated_by_perl" : "v5.28.0",
800- "x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
801+ "x_generated_by_perl" : "v5.34.0",
802+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
803 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
804 "x_static_install" : 1
805 }
806diff --git a/META.yml b/META.yml
807index c5583a4..7bf3499 100644
808--- a/META.yml
809+++ b/META.yml
810@@ -25,7 +25,7 @@ build_requires:
811 configure_requires:
812 ExtUtils::MakeMaker: '0'
813 dynamic_config: 0
814-generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
815+generated_by: 'Dist::Zilla version 6.031, CPAN::Meta::Converter version 2.150010'
816 license: perl
817 meta-spec:
818 url: http://module-build.sourceforge.net/META-spec-v1.4.html
819@@ -39,13 +39,13 @@ no_index:
820 provides:
821 WWW::Mechanize:
822 file: lib/WWW/Mechanize.pm
823- version: '2.17'
824+ version: '2.18'
825 WWW::Mechanize::Image:
826 file: lib/WWW/Mechanize/Image.pm
827- version: '2.17'
828+ version: '2.18'
829 WWW::Mechanize::Link:
830 file: lib/WWW/Mechanize/Link.pm
831- version: '2.17'
832+ version: '2.18'
833 recommends:
834 Compress::Zlib: '0'
835 requires:
836@@ -72,10 +72,10 @@ resources:
837 bugtracker: https://github.com/libwww-perl/WWW-Mechanize/issues
838 homepage: https://github.com/libwww-perl/WWW-Mechanize
839 repository: https://github.com/libwww-perl/WWW-Mechanize.git
840-version: '2.17'
841+version: '2.18'
842 x_Dist_Zilla:
843 perl:
844- version: '5.028000'
845+ version: '5.034000'
846 plugins:
847 -
848 class: Dist::Zilla::Plugin::PromptIfStale
849@@ -89,7 +89,7 @@ x_Dist_Zilla:
850 run_under_travis: 0
851 skip: []
852 name: '@Author::OALDERS/stale modules, build'
853- version: '0.057'
854+ version: '0.058'
855 -
856 class: Dist::Zilla::Plugin::PromptIfStale
857 config:
858@@ -101,22 +101,22 @@ x_Dist_Zilla:
859 run_under_travis: 0
860 skip: []
861 name: '@Author::OALDERS/stale modules, release'
862- version: '0.057'
863+ version: '0.058'
864 -
865 class: Dist::Zilla::Plugin::AutoPrereqs
866 name: '@Author::OALDERS/AutoPrereqs'
867- version: '6.030'
868+ version: '6.031'
869 -
870 class: Dist::Zilla::Plugin::MakeMaker
871 config:
872 Dist::Zilla::Role::TestRunner:
873 default_jobs: '8'
874 name: '@Author::OALDERS/MakeMaker'
875- version: '6.030'
876+ version: '6.031'
877 -
878 class: Dist::Zilla::Plugin::CPANFile
879 name: '@Author::OALDERS/CPANFile'
880- version: '6.030'
881+ version: '6.031'
882 -
883 class: Dist::Zilla::Plugin::ContributorsFile
884 name: '@Author::OALDERS/ContributorsFile'
885@@ -124,31 +124,31 @@ x_Dist_Zilla:
886 -
887 class: Dist::Zilla::Plugin::MetaJSON
888 name: '@Author::OALDERS/MetaJSON'
889- version: '6.030'
890+ version: '6.031'
891 -
892 class: Dist::Zilla::Plugin::MetaYAML
893 name: '@Author::OALDERS/MetaYAML'
894- version: '6.030'
895+ version: '6.031'
896 -
897 class: Dist::Zilla::Plugin::Manifest
898 name: '@Author::OALDERS/Manifest'
899- version: '6.030'
900+ version: '6.031'
901 -
902 class: Dist::Zilla::Plugin::MetaNoIndex
903 name: '@Author::OALDERS/MetaNoIndex'
904- version: '6.030'
905+ version: '6.031'
906 -
907 class: Dist::Zilla::Plugin::MetaConfig
908 name: '@Author::OALDERS/MetaConfig'
909- version: '6.030'
910+ version: '6.031'
911 -
912 class: Dist::Zilla::Plugin::MetaResources
913 name: '@Author::OALDERS/MetaResources'
914- version: '6.030'
915+ version: '6.031'
916 -
917 class: Dist::Zilla::Plugin::License
918 name: '@Author::OALDERS/License'
919- version: '6.030'
920+ version: '6.031'
921 -
922 class: Dist::Zilla::Plugin::InstallGuide
923 config:
924@@ -164,11 +164,11 @@ x_Dist_Zilla:
925 phase: develop
926 type: requires
927 name: '@Author::OALDERS/Modules for use with tidyall'
928- version: '6.030'
929+ version: '6.031'
930 -
931 class: Dist::Zilla::Plugin::ExecDir
932 name: '@Author::OALDERS/ExecDir'
933- version: '6.030'
934+ version: '6.031'
935 -
936 class: Dist::Zilla::Plugin::MojibakeTests
937 name: '@Author::OALDERS/MojibakeTests'
938@@ -176,7 +176,7 @@ x_Dist_Zilla:
939 -
940 class: Dist::Zilla::Plugin::PodSyntaxTests
941 name: '@Author::OALDERS/PodSyntaxTests'
942- version: '6.030'
943+ version: '6.031'
944 -
945 class: Dist::Zilla::Plugin::Test::EOL
946 config:
947@@ -203,7 +203,7 @@ x_Dist_Zilla:
948 -
949 class: Dist::Zilla::Plugin::TestRelease
950 name: '@Author::OALDERS/TestRelease'
951- version: '6.030'
952+ version: '6.031'
953 -
954 class: Dist::Zilla::Plugin::Test::ReportPrereqs
955 name: '@Author::OALDERS/Test::ReportPrereqs'
956@@ -234,73 +234,73 @@ x_Dist_Zilla:
957 -
958 class: Pod::Weaver::Plugin::EnsurePod5
959 name: '@CorePrep/EnsurePod5'
960- version: '4.015'
961+ version: '4.019'
962 -
963 class: Pod::Weaver::Plugin::H1Nester
964 name: '@CorePrep/H1Nester'
965- version: '4.015'
966+ version: '4.019'
967 -
968 class: Pod::Weaver::Plugin::SingleEncoding
969 name: '@Default/SingleEncoding'
970- version: '4.015'
971+ version: '4.019'
972 -
973 class: Pod::Weaver::Section::Name
974 name: '@Default/Name'
975- version: '4.015'
976+ version: '4.019'
977 -
978 class: Pod::Weaver::Section::Version
979 name: '@Default/Version'
980- version: '4.015'
981+ version: '4.019'
982 -
983 class: Pod::Weaver::Section::Region
984 name: '@Default/prelude'
985- version: '4.015'
986+ version: '4.019'
987 -
988 class: Pod::Weaver::Section::Generic
989 name: SYNOPSIS
990- version: '4.015'
991+ version: '4.019'
992 -
993 class: Pod::Weaver::Section::Generic
994 name: DESCRIPTION
995- version: '4.015'
996+ version: '4.019'
997 -
998 class: Pod::Weaver::Section::Generic
999 name: OVERVIEW
1000- version: '4.015'
1001+ version: '4.019'
1002 -
1003 class: Pod::Weaver::Section::Collect
1004 name: ATTRIBUTES
1005- version: '4.015'
1006+ version: '4.019'
1007 -
1008 class: Pod::Weaver::Section::Collect
1009 name: METHODS
1010- version: '4.015'
1011+ version: '4.019'
1012 -
1013 class: Pod::Weaver::Section::Collect
1014 name: FUNCTIONS
1015- version: '4.015'
1016+ version: '4.019'
1017 -
1018 class: Pod::Weaver::Section::Leftovers
1019 name: '@Default/Leftovers'
1020- version: '4.015'
1021+ version: '4.019'
1022 -
1023 class: Pod::Weaver::Section::Region
1024 name: '@Default/postlude'
1025- version: '4.015'
1026+ version: '4.019'
1027 -
1028 class: Pod::Weaver::Section::Authors
1029 name: '@Default/Authors'
1030- version: '4.015'
1031+ version: '4.019'
1032 -
1033 class: Pod::Weaver::Section::Legal
1034 name: '@Default/Legal'
1035- version: '4.015'
1036+ version: '4.019'
1037 name: '@Author::OALDERS/PodWeaver'
1038 version: '4.010'
1039 -
1040 class: Dist::Zilla::Plugin::PruneCruft
1041 name: '@Author::OALDERS/PruneCruft'
1042- version: '6.030'
1043+ version: '6.031'
1044 -
1045 class: Dist::Zilla::Plugin::CopyFilesFromBuild
1046 name: '@Author::OALDERS/CopyFilesFromBuild'
1047@@ -321,7 +321,6 @@ x_Dist_Zilla:
1048 - README.md
1049 - cpanfile
1050 exclude_match: []
1051- follow_symlinks: 0
1052 include_dotfiles: 0
1053 prefix: ''
1054 prune_directory: []
1055@@ -329,7 +328,7 @@ x_Dist_Zilla:
1056 Dist::Zilla::Plugin::Git::GatherDir:
1057 include_untracked: 0
1058 name: '@Author::OALDERS/Git::GatherDir'
1059- version: '2.048'
1060+ version: '2.049'
1061 -
1062 class: Dist::Zilla::Plugin::CopyFilesFromRelease
1063 config:
1064@@ -360,7 +359,7 @@ x_Dist_Zilla:
1065 git_version: 2.34.1
1066 repo_root: .
1067 name: '@Author::OALDERS/Git::Check'
1068- version: '2.048'
1069+ version: '2.049'
1070 -
1071 class: Dist::Zilla::Plugin::Git::Contributors
1072 config:
1073@@ -390,7 +389,7 @@ x_Dist_Zilla:
1074 -
1075 class: Dist::Zilla::Plugin::ShareDir
1076 name: '@Author::OALDERS/ShareDir'
1077- version: '6.030'
1078+ version: '6.031'
1079 -
1080 class: Dist::Zilla::Plugin::CheckIssues
1081 name: '@Author::OALDERS/CheckIssues'
1082@@ -398,11 +397,11 @@ x_Dist_Zilla:
1083 -
1084 class: Dist::Zilla::Plugin::ConfirmRelease
1085 name: '@Author::OALDERS/ConfirmRelease'
1086- version: '6.030'
1087+ version: '6.031'
1088 -
1089 class: Dist::Zilla::Plugin::UploadToCPAN
1090 name: '@Author::OALDERS/UploadToCPAN'
1091- version: '6.030'
1092+ version: '6.031'
1093 -
1094 class: Dist::Zilla::Plugin::Prereqs
1095 config:
1096@@ -410,7 +409,7 @@ x_Dist_Zilla:
1097 phase: develop
1098 type: recommends
1099 name: '@Author::OALDERS/@Git::VersionManager/pluginbundle version'
1100- version: '6.030'
1101+ version: '6.031'
1102 -
1103 class: Dist::Zilla::Plugin::RewriteVersion::Transitional
1104 config:
1105@@ -462,7 +461,7 @@ x_Dist_Zilla:
1106 Dist::Zilla::Role::Git::StringFormatter:
1107 time_zone: local
1108 name: '@Author::OALDERS/@Git::VersionManager/release snapshot'
1109- version: '2.048'
1110+ version: '2.049'
1111 -
1112 class: Dist::Zilla::Plugin::Git::Tag
1113 config:
1114@@ -470,7 +469,7 @@ x_Dist_Zilla:
1115 branch: ~
1116 changelog: Changes
1117 signed: 0
1118- tag: v2.17
1119+ tag: v2.18
1120 tag_format: v%V
1121 tag_message: v%V
1122 Dist::Zilla::Role::Git::Repo:
1123@@ -479,7 +478,7 @@ x_Dist_Zilla:
1124 Dist::Zilla::Role::Git::StringFormatter:
1125 time_zone: local
1126 name: '@Author::OALDERS/@Git::VersionManager/Git::Tag'
1127- version: '2.048'
1128+ version: '2.049'
1129 -
1130 class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
1131 config:
1132@@ -495,7 +494,7 @@ x_Dist_Zilla:
1133 -
1134 class: Dist::Zilla::Plugin::NextRelease
1135 name: '@Author::OALDERS/@Git::VersionManager/NextRelease'
1136- version: '6.030'
1137+ version: '6.031'
1138 -
1139 class: Dist::Zilla::Plugin::Git::Commit
1140 config:
1141@@ -517,7 +516,7 @@ x_Dist_Zilla:
1142 Dist::Zilla::Role::Git::StringFormatter:
1143 time_zone: local
1144 name: '@Author::OALDERS/@Git::VersionManager/post-release commit'
1145- version: '2.048'
1146+ version: '2.049'
1147 -
1148 class: Dist::Zilla::Plugin::Git::Push
1149 config:
1150@@ -529,11 +528,11 @@ x_Dist_Zilla:
1151 git_version: 2.34.1
1152 repo_root: .
1153 name: '@Author::OALDERS/Git::Push'
1154- version: '2.048'
1155+ version: '2.049'
1156 -
1157 class: Dist::Zilla::Plugin::ExecDir
1158 name: ExecDir
1159- version: '6.030'
1160+ version: '6.031'
1161 -
1162 class: Dist::Zilla::Plugin::RunExtraTests
1163 config:
1164@@ -552,7 +551,7 @@ x_Dist_Zilla:
1165 phase: runtime
1166 type: requires
1167 name: RuntimeRequires
1168- version: '6.030'
1169+ version: '6.031'
1170 -
1171 class: Dist::Zilla::Plugin::Prereqs
1172 config:
1173@@ -560,7 +559,7 @@ x_Dist_Zilla:
1174 phase: test
1175 type: requires
1176 name: TestRequires
1177- version: '6.030'
1178+ version: '6.031'
1179 -
1180 class: Dist::Zilla::Plugin::Prereqs
1181 config:
1182@@ -568,7 +567,7 @@ x_Dist_Zilla:
1183 phase: develop
1184 type: requires
1185 name: DevelopRequires
1186- version: '6.030'
1187+ version: '6.031'
1188 -
1189 class: Dist::Zilla::Plugin::Prereqs::Soften
1190 config:
1191@@ -588,7 +587,7 @@ x_Dist_Zilla:
1192 -
1193 class: Dist::Zilla::Plugin::FinderCode
1194 name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
1195- version: '6.030'
1196+ version: '6.031'
1197 include_underscores: 0
1198 Dist::Zilla::Role::MetaProvider::Provider:
1199 $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
1200@@ -603,55 +602,56 @@ x_Dist_Zilla:
1201 -
1202 class: Dist::Zilla::Plugin::FinderCode
1203 name: ':InstallModules'
1204- version: '6.030'
1205+ version: '6.031'
1206 -
1207 class: Dist::Zilla::Plugin::FinderCode
1208 name: ':IncModules'
1209- version: '6.030'
1210+ version: '6.031'
1211 -
1212 class: Dist::Zilla::Plugin::FinderCode
1213 name: ':TestFiles'
1214- version: '6.030'
1215+ version: '6.031'
1216 -
1217 class: Dist::Zilla::Plugin::FinderCode
1218 name: ':ExtraTestFiles'
1219- version: '6.030'
1220+ version: '6.031'
1221 -
1222 class: Dist::Zilla::Plugin::FinderCode
1223 name: ':ExecFiles'
1224- version: '6.030'
1225+ version: '6.031'
1226 -
1227 class: Dist::Zilla::Plugin::FinderCode
1228 name: ':PerlExecFiles'
1229- version: '6.030'
1230+ version: '6.031'
1231 -
1232 class: Dist::Zilla::Plugin::FinderCode
1233 name: ':ShareFiles'
1234- version: '6.030'
1235+ version: '6.031'
1236 -
1237 class: Dist::Zilla::Plugin::FinderCode
1238 name: ':MainModule'
1239- version: '6.030'
1240+ version: '6.031'
1241 -
1242 class: Dist::Zilla::Plugin::FinderCode
1243 name: ':AllFiles'
1244- version: '6.030'
1245+ version: '6.031'
1246 -
1247 class: Dist::Zilla::Plugin::FinderCode
1248 name: ':NoFiles'
1249- version: '6.030'
1250+ version: '6.031'
1251 -
1252 class: Dist::Zilla::Plugin::FinderCode
1253 name: MetaProvides::Package/AUTOVIV/:InstallModulesPM
1254- version: '6.030'
1255+ version: '6.031'
1256 zilla:
1257 class: Dist::Zilla::Dist::Builder
1258 config:
1259 is_trial: '0'
1260- version: '6.030'
1261+ version: '6.031'
1262 x_contributors:
1263 - 'Alastair Douglas <altreus@altre.us>'
1264 - 'Alexandr Ciornii <alexchorny@gmail.com>'
1265+ - 'Andreas Huber <git@andreas-huber.net>'
1266 - 'Andrew Grangaard <granny-github@ofb.net>'
1267 - 'Andy Lester <andy@petdance.com>'
1268 - 'Bernhard Wagner <gitcommit@bernhardwagner.net>'
1269@@ -661,6 +661,7 @@ x_contributors:
1270 - 'Dave Doyle <dave.s.doyle@gmail.com>'
1271 - 'David Precious <davidp@preshweb.co.uk>'
1272 - 'David Steinbrunner <dsteinbrunner@pobox.com>'
1273+ - 'dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>'
1274 - 'Desmond Daignault <nawglan@gmail.com>'
1275 - 'Ed Avis <eda@waniasset.com>'
1276 - 'Evan Zacks <zackse@gmail.com>'
1277@@ -710,7 +711,7 @@ x_contributors:
1278 - 'Ville Skyttä <ville.skytta@iki.fi>'
1279 - 'Zefram <zefram@fysh.org>'
1280 - '積丹尼 Dan Jacobson <jidanni@jidanni.org>'
1281-x_generated_by_perl: v5.28.0
1282-x_serialization_backend: 'YAML::Tiny version 1.73'
1283+x_generated_by_perl: v5.34.0
1284+x_serialization_backend: 'YAML::Tiny version 1.74'
1285 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
1286 x_static_install: 1
1287diff --git a/Makefile.PL b/Makefile.PL
1288index 4ee40c8..95a7ea8 100644
1289--- a/Makefile.PL
1290+++ b/Makefile.PL
1291@@ -1,4 +1,4 @@
1292-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
1293+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
1294 use strict;
1295 use warnings;
1296
1297@@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
1298 "bytes" => 0,
1299 "lib" => 0
1300 },
1301- "VERSION" => "2.17",
1302+ "VERSION" => "2.18",
1303 "test" => {
1304 "TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
1305 }
1306diff --git a/README.md b/README.md
1307index 1ddaa48..35a3661 100644
1308--- a/README.md
1309+++ b/README.md
1310@@ -4,7 +4,7 @@ WWW::Mechanize - Handy web browsing in a Perl object
1311
1312 # VERSION
1313
1314-version 2.17
1315+version 2.18
1316
1317 # SYNOPSIS
1318
1319diff --git a/cpanfile b/cpanfile
1320index 1db4088..c3d604f 100644
1321--- a/cpanfile
1322+++ b/cpanfile
1323@@ -1,4 +1,4 @@
1324-# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030
1325+# This file is generated by Dist::Zilla::Plugin::CPANFile v6.031
1326 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
1327
1328 requires "Carp" => "0";
1329diff --git a/debian/changelog b/debian/changelog
1330index d0132a5..41b0114 100644
1331--- a/debian/changelog
1332+++ b/debian/changelog
1333@@ -1,3 +1,22 @@
1334+<<<<<<< debian/changelog
1335+=======
1336+libwww-mechanize-perl (2.18-1ubuntu1) noble; urgency=medium
1337+
1338+ * Merge with Debian unstable (LP: #2055713). Remaining changes:
1339+ - Disable t/local/referer.t. This file deadlocks on Ubuntu during
1340+ autopkgtests. Pending further investigation. See LP 2025645.
1341+
1342+ -- Danilo Egea Gondolfo <danilo.egea.gondolfo@canonical.com> Fri, 01 Mar 2024 17:50:48 +0000
1343+
1344+libwww-mechanize-perl (2.18-1) unstable; urgency=medium
1345+
1346+ * Import upstream version 2.18.
1347+ * Update years of packaging copyright.
1348+ * Drop unneeded version constraints from (build) dependencies.
1349+
1350+ -- gregor herrmann <gregoa@debian.org> Sun, 04 Feb 2024 03:40:13 +0100
1351+
1352+>>>>>>> debian/changelog
1353 libwww-mechanize-perl (2.17-1ubuntu1) mantic; urgency=medium
1354
1355 * Disable t/local/referer.t.
1356diff --git a/debian/control b/debian/control
1357index d0f2cd3..b2c44d9 100644
1358--- a/debian/control
1359+++ b/debian/control
1360@@ -45,7 +45,7 @@ Depends: ${misc:Depends},
1361 libhttp-cookies-perl,
1362 libhttp-message-perl,
1363 liburi-perl,
1364- libwww-perl (>= 6.45)
1365+ libwww-perl
1366 Recommends: libio-socket-ssl-perl
1367 Description: module to automate interaction with websites
1368 WWW::Mechanize, or Mech for short, helps you automate interaction with
1369diff --git a/debian/copyright b/debian/copyright
1370index f3b1ecb..52c2af9 100644
1371--- a/debian/copyright
1372+++ b/debian/copyright
1373@@ -17,7 +17,7 @@ Copyright: 2003-2007, Jay Bonci <jaybonci@debian.org>
1374 2007-2009, Rene Mayorga <rmayorga@debian.org>
1375 2008, Kees Cook <kees@debian.org>
1376 2009, Ryan Niebur <ryan@debian.org>
1377- 2009-2023, gregor herrmann <gregoa@debian.org>
1378+ 2009-2024, gregor herrmann <gregoa@debian.org>
1379 2010, Ansgar Burchardt <ansgar@debian.org>
1380 2010-2011, Nicholas Bamber <nicholas@periapt.co.uk>
1381 2013-2021, Florian Schlichting <fsfs@debian.org>
1382diff --git a/lib/WWW/Mechanize.pm b/lib/WWW/Mechanize.pm
1383index e60ed52..4674eb8 100644
1384--- a/lib/WWW/Mechanize.pm
1385+++ b/lib/WWW/Mechanize.pm
1386@@ -6,7 +6,7 @@ package WWW::Mechanize;
1387 use strict;
1388 use warnings;
1389
1390-our $VERSION = '2.17';
1391+our $VERSION = '2.18';
1392
1393 use Tie::RefHash ();
1394 use HTTP::Request 1.30 ();
1395@@ -1180,7 +1180,8 @@ sub click_button {
1396 value => 1,
1397 );
1398
1399- my @present_exclusive_options = @exclusive_options{ keys %args };
1400+ my @present_exclusive_options
1401+ = map { $_ || () } @exclusive_options{ keys %args };
1402
1403 if ( scalar @present_exclusive_options > 1 ) {
1404 $self->die(
1405@@ -2018,7 +2019,7 @@ WWW::Mechanize - Handy web browsing in a Perl object
1406
1407 =head1 VERSION
1408
1409-version 2.17
1410+version 2.18
1411
1412 =head1 SYNOPSIS
1413
1414diff --git a/lib/WWW/Mechanize/Cookbook.pod b/lib/WWW/Mechanize/Cookbook.pod
1415index 996605f..c53a70e 100644
1416--- a/lib/WWW/Mechanize/Cookbook.pod
1417+++ b/lib/WWW/Mechanize/Cookbook.pod
1418@@ -13,7 +13,7 @@ WWW::Mechanize::Cookbook - Recipes for using WWW::Mechanize
1419
1420 =head1 VERSION
1421
1422-version 2.17
1423+version 2.18
1424
1425 =head1 INTRODUCTION
1426
1427diff --git a/lib/WWW/Mechanize/Examples.pod b/lib/WWW/Mechanize/Examples.pod
1428index 69607e2..a2d8512 100644
1429--- a/lib/WWW/Mechanize/Examples.pod
1430+++ b/lib/WWW/Mechanize/Examples.pod
1431@@ -13,7 +13,7 @@ WWW::Mechanize::Examples - Sample programs that use WWW::Mechanize
1432
1433 =head1 VERSION
1434
1435-version 2.17
1436+version 2.18
1437
1438 =head1 SYNOPSIS
1439
1440diff --git a/lib/WWW/Mechanize/FAQ.pod b/lib/WWW/Mechanize/FAQ.pod
1441index 5d1ec74..754c34e 100644
1442--- a/lib/WWW/Mechanize/FAQ.pod
1443+++ b/lib/WWW/Mechanize/FAQ.pod
1444@@ -13,7 +13,7 @@ WWW::Mechanize::FAQ - Frequently Asked Questions about WWW::Mechanize
1445
1446 =head1 VERSION
1447
1448-version 2.17
1449+version 2.18
1450
1451 =head1 How to get help with WWW::Mechanize
1452
1453diff --git a/lib/WWW/Mechanize/Image.pm b/lib/WWW/Mechanize/Image.pm
1454index ecef240..edf2438 100644
1455--- a/lib/WWW/Mechanize/Image.pm
1456+++ b/lib/WWW/Mechanize/Image.pm
1457@@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
1458 use strict;
1459 use warnings;
1460
1461-our $VERSION = '2.17';
1462+our $VERSION = '2.18';
1463
1464 #ABSTRACT: Image object for WWW::Mechanize
1465
1466@@ -71,7 +71,7 @@ WWW::Mechanize::Image - Image object for WWW::Mechanize
1467
1468 =head1 VERSION
1469
1470-version 2.17
1471+version 2.18
1472
1473 =head1 SYNOPSIS
1474
1475diff --git a/lib/WWW/Mechanize/Link.pm b/lib/WWW/Mechanize/Link.pm
1476index f0075eb..5c9bb27 100644
1477--- a/lib/WWW/Mechanize/Link.pm
1478+++ b/lib/WWW/Mechanize/Link.pm
1479@@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
1480 use strict;
1481 use warnings;
1482
1483-our $VERSION = '2.17';
1484+our $VERSION = '2.18';
1485
1486 #ABSTRACT: Link object for WWW::Mechanize
1487
1488@@ -65,7 +65,7 @@ WWW::Mechanize::Link - Link object for WWW::Mechanize
1489
1490 =head1 VERSION
1491
1492-version 2.17
1493+version 2.18
1494
1495 =head1 SYNOPSIS
1496
1497diff --git a/script/mech-dump b/script/mech-dump
1498index 9615db2..0e896f1 100755
1499--- a/script/mech-dump
1500+++ b/script/mech-dump
1501@@ -156,7 +156,7 @@ mech-dump - Dumps information about a web page
1502
1503 =head1 VERSION
1504
1505-version 2.17
1506+version 2.18
1507
1508 =head1 SYNOPSIS
1509
1510diff --git a/t/local/click_button.t b/t/local/click_button.t
1511index 510a9bf..71d9c20 100644
1512--- a/t/local/click_button.t
1513+++ b/t/local/click_button.t
1514@@ -113,6 +113,11 @@ subtest 'multiple button selectors' => sub {
1515 'Dies when multiple button selectors are used';
1516 };
1517
1518+subtest 'click with coordinates' => sub {
1519+ $mech->click_button( name => 'button_tag', x => 10, y => 5 );
1520+ test_click( $mech, 'button_tag', 'Walk' );
1521+};
1522+
1523 sub test_click {
1524 my $mech = shift;
1525 my $name = shift || 'submit';
1526diff --git a/t/untaint.t b/t/untaint.t
1527deleted file mode 100644
1528index 40096ae..0000000
1529--- a/t/untaint.t
1530+++ /dev/null
1531@@ -1,12 +0,0 @@
1532-use strict;
1533-use warnings;
1534-use URI::file ();
1535-
1536-use Test::More;
1537-use Test::Warnings;
1538-
1539-plan( tests => 2 ); # the use_ok and then the warning check
1540-$ENV{test} = 14;
1541-use_ok('WWW::Mechanize');
1542-my $uri = URI::file->new_abs('t/find_link_id.html')->as_string;
1543-WWW::Mechanize->new->get($uri);
1544diff --git a/xt/author/eol.t b/xt/author/eol.t
1545index d0b394a..145b3a5 100644
1546--- a/xt/author/eol.t
1547+++ b/xt/author/eol.t
1548@@ -103,7 +103,6 @@ my @files = (
1549 't/taint.t',
1550 't/tick.html',
1551 't/tick.t',
1552- 't/untaint.t',
1553 't/upload.html',
1554 't/upload.t',
1555 't/uri.t',

Subscribers

People subscribed via source and target branches