dankogai / p5-encode

Encode - character encodings (for Perl 5.8 or better)
https://metacpan.org/release/Encode
37 stars 51 forks source link

`t`: Fix indirect object syntax #175

Closed rwp0 closed 1 year ago

rwp0 commented 1 year ago

Fix the usage of indirect syntax in tests for 29 files.

And specifically the pattern below:

require Config; import Config;

The indirect syntax is discouraged below:

https://perldoc.perl.org/perlobj#Indirect-Object-Syntax