os-autoinst / openQA

openQA web-frontend, scheduler and tools.
http://openqa.opensuse.org/
GNU General Public License v2.0
314 stars 206 forks source link

Avoid warning about clashing imported subroutine #5781

Closed perlpunk closed 1 month ago

perlpunk commented 1 month ago

Test::Most exports everything from several other modules, including Test::Deep, which exports 'any'. This lead to:

Prototype mismatch: sub main::any: none vs (&@)

I saw the warning in the reported issue https://progress.opensuse.org/issues/164239