(Sound of gnashing teeth) Versions will be the death of me yet. Thanks
for the info.
On 05/25/08 09:42:36, Serguei Trouchelle via RT wrote:
Show quoted text>
> Sun May 25 12:42:34 2008: Request 36171 was acted upon.
> Transaction: Ticket created by STRO
> Queue: Pod-HtmlEasy
> Subject: $VERSION problem
> Broken in: 1.0101
> Severity: Normal
> Owner: Nobody
> Requestors: stro@railways.dp.ua
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=36171 >
>
>
> Hello Geoffrey.
>
> You have v-style version in lib/Pod/HtmlEasy.pm line 32:
>
> our $VERSION = 1.01.01;
>
> It's not correct, because ExtUtils::MakeMaker uses string versions,
> see
> perldoc ExtUtils::MakeMaker for details (you should see an error when
> trying to make distribution with "make dist" because of wrong
> filename).
>
> Correct version definition should be:
>
> our $VERSION = '1.1.1';
>
> --
> Serguei Trouchelle
>