libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 52 forks source link

Raise minimum Perl to 5.8 #351

Closed JRaspass closed 1 year ago

JRaspass commented 1 year ago

ATM This dist claims to support Perl 5.6, however:

Additionally we can do some slight code cleanup as our test suite currently does this in a bunch of files:

delete @ENV{qw( PATH IFS CDPATH ENV BASH_ENV )};  # Placates taint-unsafe Cwd.pm in 5.6.1