Subject: | use version ? |
So, I seem to run into this error/warning with Makefile.PL, built using
dzil/EUMM and AutoPrereqs:
Unparsable version 'v1.1.0' for prerequisite Import::Into at Makefile.PL
line 50.
It's certainly a valid VSTRING, according to Perl:
perl -e "print ref \(v1.1.0);"
Maybe the scanner should filter all of its versions through
version->parse($_)->numify ?