Re: ANNOUNCE: XML::LibXSLT 1.52
by Ardo van Rangelrooij other posts by this author
Sep 22 2002 5:44PM messages near this date
view in the new Beta List Site
ANNOUNCE: XML::LibXSLT 1.52
|
Re: ANNOUNCE: XML::LibXSLT 1.52
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
======================================================================
--
Ardo van Rangelrooij
home email: ardo@[...].org
home page: http://people.debian.org/~ardo
GnuPG fp: 3B 1F 21 72 00 5C 3A 73 7F 72 DF D9 90 78 47 F9
_______________________________________________
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
|