Subject: | Version should be string, not v. |
ExtUtils::MakeMaker uses version as string, not a v-numbers, so last
line of Makefile.PL should be changed to
VERSION_FROM => 'lib/Markup/MatchNode.pm');
to get correct value, '1.0.0'.
--
Serguei Trouchelle