Re: ANNOUNCE: XML::LibXSLT 1.52
by D. Hageman other posts by this author
Sep 22 2002 5:37PM messages near this date
view in the new Beta List Site
Re: ANNOUNCE: XML::LibXSLT 1.52
|
Re: ANNOUNCE: XML::LibXSLT 1.52
Well ... it actually already supports the exslt functions without the
patch ... just an FYI.
On Sun, 22 Sep 2002, Ardo van Rangelrooij wrote:
> Hi,
>
> I got a bug report against the Debian package of XML::LibXSLT for
> supporting the libexslt extension funxtions through the patch below.
> Could this be added to the next version as I'm sure more people are
> interested in this?
>
> I also noticed that the Makefile.PL checks for XML::LibXML v1.49+ in
> one place while the PREREQ only requires v0.94+
>
> Thanks,
> Ardo
>
> ======================================================================
> --- Makefile.PL~ Sun Sep 8 10:32:56 2002
> +++ Makefile.PL Sun Sep 8 10:33:54 2002
> @@ -65,6 +65,11 @@
> DEATH
> }
>
> +if (have_library("exslt")) {
> + $config{LIBS} .= " -lexslt";
> + $config{INC} .= " -DHAVE_EXSLT"
> +}
> +
> WriteMakefile(
> 'NAME' => 'XML::LibXSLT',
> 'VERSION_FROM' => 'LibXSLT.pm', # finds $VERSION
> ======================================================================
>
--
//========================================================\|| D. Hageman
<dhageman@[...].com> ||
\\========================================================//
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Matt Sergeant
Ardo van Rangelrooij
Ardo van Rangelrooij
D. Hageman
Ardo van Rangelrooij
Jason Adams
Matt Sergeant
Petr Pajas
Christian Glahn
Petr Pajas
|