Skip Menu |

This queue is for tickets about the WWW-Mechanize-Script CPAN distribution.

Report information
The Basics
Id: 95369
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Script

People
Owner: Nobody in particular
Requestors: frioux [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Config::Any::WTScript may break other Config::Any modules on 5.19.11
I got this issue on Config::ZOMG: https://github.com/frioux/Config-ZOMG/issues/4 Basically, if you install Config::ZOMG on 5.19.11, all is fine. If you install this module first, it fails tests in ways taht point to ::WTScript: t/10-loader.t ........................ push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/10-loader.t ........................ ok t/11-loader-env.t .................... push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/11-loader-env.t .................... ok t/12-loader-file.t ................... push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/12-loader-file.t ................... 1/? Use of uninitialized value in string eq at /home/frew/.plenv/versions/5.19.11/lib/perl5/5.19.11/Test/More.pm line 1297. skip() needs to know $how_many tests are in the block at t/12-loader-file.t line 27 t/12-loader-file.t ................... ok t/13-loader-no-env.t ................. push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/13-loader-no-env.t ................. ok t/14-loader-env-lookup.t ............. push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/14-loader-env-lookup.t ............. ok t/16-loader-order.t .................. skipped: Config::General is required for this test t/17-found.t ......................... push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/17-found.t ......................... ok t/18-open.t .......................... push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/18-open.t .......................... ok t/22-default.t ....................... push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. t/22-default.t ....................... ok t/9bug-rt47237-path-undefined.t ...... 1/? # Failed test at t/9bug-rt47237-path-undefined.t line 10. # found warning: push on reference is experimental at /home/frew/.plenv/versions/5.19.11/lib/perl5/site_perl/5.19.11/Config/Any/WTScript.pm line 108. # didn't expect to find a warning # Looks like you failed 1 test of 1. t/9bug-rt47237-path-undefined.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/9bug-rt53886.t ..................... ok t/9bug-taking-extension-from-path.t .. ok t/release-pod-syntax.t ............... skipped: these tests are for release candidate testing Good luck, hope this helps!
Yes, that helps - thanks for reporting.