Update of /cvsroot/perl-xml/file-find-rule-xpath/lib/File/Find/Rule
In directory sc8-pr-cvs1:/tmp/cvs-serv31819/lib/File/Find/Rule
Modified Files:
XPath.pm
Log Message:
- fixed POD typo
Index: XPath.pm
===================================================================
RCS file: /cvsroot/perl-xml/file-find-rule-xpath/lib/File/Find/Rule/XPath.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- XPath.pm 18 Dec 2002 09:21:18 -0000 1.1.1.1
+++ XPath.pm 18 Dec 2002 09:27:58 -0000 1.2
@@ -101,7 +101,7 @@
Matches XML files which contain one or more nodes matching the given XPath
expression. Files which are not 'well formed' XML are silently skipped.
-If not XPath expression is supplied, the value '/' is used. This will match
+If no XPath expression is supplied, the value '/' is used. This will match
all files which are well formed XML.
=head1 AUTHOR
|