Subject: | [PATCH] ExtUtils::MM_Unix::parse_version |
ExtUtils::MM_Unix::parse_version croaks with an error if a file
contains a line of the form
$AnotherModule::VERSION == ...
$AnotherModule::VERSION != ...
$AnotherModule::VERSION <= ...
$AnotherModule::VERSION >= ...
before the module's $VERSION definition. Below a patch with a slightly
changed regex for parse_version and new tests.
Regards,
Slaven
Message body not shown because it is not plain text.