Subject: | Incompatible VERSION. |
ExtUtils::MakeMaker requires version to be string, not v-style:
http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm#VERSION_FROM
Can you change line 14 in VA.pm from
our $VERSION= v1.3.0.1; # major.minor.update.docsonly
to
our $VERSION= '1.3.0.1'; # major.minor.update.docsonly
--
Serguei Trouchelle