ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-xml
perl-xml
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved