Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

Term::Table is not loaded from lib/App/Yath/Command/times.pm #157

Closed ppisar closed 4 years ago

ppisar commented 4 years ago

Some of the changes between 0.001099 and 1.000003 removed "use Term::Table;" from lib/App/Yath/Command/times.pm, but there is still a "Term::Table->new()" call. The module is probably loaded indirectly because the code does not fail. But I believe that loading the module with use or require explicitly is better to prevent from an unexpected breakage when the dependencies stop loading it.