Update of /cvsroot/perl-xml/XML-LibXML-XPathContext
In directory sc8-pr-cvs1:/tmp/cvs-serv21389
Modified Files:
XPathContext.pm
Log Message:
Remove note that this module doesn't work under Mac OS X - it is not
true anymore
Index: XPathContext.pm
===================================================================
RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- XPathContext.pm 21 May 2003 09:15:57 -0000 1.24
+++ XPathContext.pm 21 May 2003 10:40:59 -0000 1.25
@@ -377,8 +377,6 @@
$xc->registerFunction('func', sub { $xc->findvalue('1') });
my $result = $xc->findvalue('func()');
-Currently this module doesn't work on Mac OS X.
-
=head1 AUTHORS
Based on L<XML::LibXML|XML::LibXML> and L<XML::XSLT|XML::XSLT> code by
|