Skip Menu |

This queue is for tickets about the Pod-HtmlEasy CPAN distribution.

Report information
The Basics
Id: 36171
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Pod-HtmlEasy

People
Owner: GLEACH [...] cpan.org
Requestors: stro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0101
Fixed in: 1.0102



Subject: $VERSION problem
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
Subject: Re: [rt.cpan.org #36171] $VERSION problem
Date: Sun, 25 May 2008 10:47:54 -0700
To: bug-Pod-HtmlEasy [...] rt.cpan.org
From: Geoffrey Leach <geoff [...] hughes.net>
(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 >
Resolved -- hopefully -- 1.01.02