Subject: | t/checkout_plugins.t fails from perl 5.18 onwards due to ENV stringification |
Because of this change[1] these parts of the test no longer work[2][3], as the thing passed via ENV is no longer a reference and does not get caught as such here[4].
[1] https://metacpan.org/pod/distribution/perl/pod/perl5180delta.pod#Defined-values-stored-in-environment-are-forced-to-byte-strings
[2] https://metacpan.org/source/CLACO/Handel-1.00014/t/checkout_plugins.t#L645
[3] https://metacpan.org/source/CLACO/Handel-1.00014/t/checkout_plugins.t#L680
[4] https://metacpan.org/source/CLACO/Handel-1.00014/lib/Handel/Checkout.pm#L357