Skip Menu |

This queue is for tickets about the XML-TreeBuilder CPAN distribution.

Report information
The Basics
Id: 86964
Status: resolved
Priority: 0/
Queue: XML-TreeBuilder

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

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



Subject: Please add a version to XML::TreeBuilder
provides: XML::Element: file: lib/XML/Element.pm version: 4.2 XML::TreeBuilder: file: lib/XML/TreeBuilder.pm version: 0 $ perl -MV=XML::TreeBuilder XML::TreeBuilder /usr/lib/perl5/site_perl/5.18.0/XML/TreeBuilder.pm: undef
Hi, it does have a version. $ perl -MXML::TreeBuilder -e "print qq{$XML::TreeBuilder::VERSION\n}" 4.2 What it doesn't have is a hard coded version, which apparently confuses some poor systems. I'll push out 4.3 with some good old fashion hard coded strings.
Subject: Re: [rt.cpan.org #86964] Please add a version to XML::TreeBuilder
Date: Wed, 17 Jul 2013 20:34:05 +0200
To: bug-XML-TreeBuilder [...] rt.cpan.org
From: "H.Merijn Brand" <h.m.brand [...] xs4all.nl>
On Wed, 17 Jul 2013 05:52:31 -0400, "Jeff Fearn via RT" <bug-XML-TreeBuilder@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=86964 > > > Hi, it does have a version. > > $ perl -MXML::TreeBuilder -e "print qq{$XML::TreeBuilder::VERSION\n}" > 4.2
I saw that reading the code. The problem is that the distribution is called XML::TreeBuilder (XML-TreeBuilder-4.1.tar.gz) and XML::TreeBuilder itself does not show that version. There would probably have been no confusion when nthe distribution would have been called XML-Element-4.1.tar.gz Show quoted text
> What it doesn't have is a hard coded version, which apparently > confuses some poor systems.
I'd hardly call 'cpan' a poor system, which is where I found the confusion. I used 'V' to show it, which uses the same versioning detection as cpan. The fact that it confuses 'cpan', made me call it urgent. Show quoted text
> I'll push out 4.3 with some good old fashion hard coded strings.
Thanks, in the name of all using cpan :) -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using perl5.00307 .. 5.19 porting perl5 on HP-UX, AIX, and openSUSE http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/
Oh I meant "poor systems" as in "poor old systems" not as in crappy :}