Subject: | from_all fails for perl version (cannot handle "require vX.Y.Z") |
Moin,
when a .pm file has this line:
require v5.6.2;
the following appears:
Cannot determine perl version info from lib/Math/BigRat.pm
Changing this line to the (should be) equivalent:
use v5.6.2;
the Makefile.PL works correctly. In addition, no matter wether you use
"use" or "require", the determined Perl version is not added to the
META.yml file.
best wishes,
Tels