Generates warnings when used with certain modules, such as:
Version string '-1, set by base.pm' contains invalid data; ignoring: '-1, set by
base.pm' at (eval 99) line 1.
The above is generated for the following test script:
use HTTP::Body;
use Module::Versions;
Module::Versions->HASH;
I'm also seeing warnings such as:
Warning: Use of "require" without parentheses is ambiguous at (eval 32) line 1.