Skip Menu |

This queue is for tickets about the Markup-Tree CPAN distribution.

Report information
The Basics
Id: 27397
Status: new
Priority: 0/
Queue: Markup-Tree

People
Owner: Nobody in particular
Requestors: stro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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/Tree.pm'); to get correct value, '1.2.2'. -- Serguei Trouchelle