Re: Two (or three) more and we're done...

[email protected] (Adam Turoff) Wed, 03 May 2000 14:53:51 -0400
Newsgroups perl.sdk
Message-ID <[email protected]>
Stephen Zander wrote:
> 
> >>>>> "Stephen" == Stephen Zander <[email protected]> writes:
>     Stephen> Other than XML::Parser, no they don't.
> 
> It occurs to me that I was unclear.  libxml-perl & linxml-enno have no
> dependencies other than XML::Parser
> 
> XML::Parser depends on James Clark's expat library which we would need
> to include (just like GDBM, libreadline & others).

That's been in the XML-Parser distribution (along with XML::Parser::Expat)
since the beginning of time.

ISTR that the problem with other external libraries (like readline) 
was the GPL.  expat comes with a very friendly "do what you want, but
send me your changes" kind of license.

(The exact legalese can be found in the distribution, or on jclark.com)

-- Adam