Closed rwp0 closed 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
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