Skip Menu |

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

Report information
The Basics
Id: 111278
Status: resolved
Priority: 0/
Queue: XML-XPath

People
Owner: MANWAR [...] cpan.org
Requestors: ntyni [...] iki.fi
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.23
Fixed in: 1.24



Subject: XML::XPath::PerlSAX seems obsolete, doesn't compile and has a problematic license
The XML::XPath::PerlSAX module doesn't compile, and probably hasn't for ages. % perl -e 'use XML::XPath::PerlSAX' Bareword "node_parent" not allowed while "strict subs" in use at /usr/share/perl5/XML/XPath/PerlSAX.pm line 55. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. Looking at gitpan/XML-XPath on github, it looks like XML::XPath::XMLParser stopped exporting node_parent() et al. in 0.50 (May 2000), breaking XML::XPath::PerlSAX, but XML::XPath::PerlSAX stopped getting test suite coverage in 0.12 or 0.13 (February 2000) so presumably nobody noticed. Also, it has this in POD: This software may only be distributed as part of the XML::XPath package. which is a problem if somebody would like to make derived works of the code. The sentence has been present at least since 0.10, so I suppose Matt Sergeant is the copyright holder who could clarify it.
Hi, Thanks for reporting the issue. I will try to resolve it asap. With regards to text in the POD about usage, you would probably have to contact the original author unfortunately. Best Regards, Mohammad S Anwar
Subject: Re: [rt.cpan.org #111278] XML::XPath::PerlSAX seems obsolete, doesn't compile and has a problematic license
Date: Mon, 18 Jan 2016 23:56:00 +0200
To: Mohammad Sajid Anwar via RT <bug-XML-XPath [...] rt.cpan.org>
From: Niko Tyni <ntyni [...] iki.fi>
On Mon, Jan 18, 2016 at 01:37:31PM -0500, Mohammad Sajid Anwar via RT wrote: Show quoted text
Show quoted text
> Thanks for reporting the issue. I will try to resolve it asap.
Thanks! Show quoted text
> With regards to text in the POD about usage, you would probably have to contact the original author unfortunately.
I was sort of hoping you'd drop PerlSAX.pm as it seems to have been broken for a long time. But yeah, I guess I'll ask Matt then. -- Niko Tyni ntyni@debian.org
Resolved.