Subject: | Feature Request |
It would be nice to be able to check a list of packages to see if any
one of them is installed.
Something like:
any_package(['libtest-config-system-perl',
'cpan-libtest-config-system-perl'], 'Test::Config::System is installed');
If a person used cpan2dist (or a similar tool) to create their own perl
packages then they may have the "original" vendor supplied version (if
it existed) or a newer version. We may not really care which one.
Just an idea...
TIA!