From: Ilya M. <m_...@us...> - 2003-09-22 08:10:50
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv23734 Modified Files: XPathContext.pm Log Message: New version Index: XPathContext.pm =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- XPathContext.pm 25 Jul 2003 12:50:20 -0000 1.29 +++ XPathContext.pm 22 Sep 2003 08:02:56 -0000 1.30 @@ -7,7 +7,7 @@ use XML::LibXML::NodeList; -$VERSION = '0.04'; +$VERSION = '0.05'; require DynaLoader; @ISA = qw(DynaLoader); |