From: Ilya M. <m_...@us...> - 2003-04-04 09:06:35
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv23794 Modified Files: XPathContext.pm Log Message: Update version number Index: XPathContext.pm =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- XPathContext.pm 4 Apr 2003 07:56:41 -0000 1.18 +++ XPathContext.pm 4 Apr 2003 09:06:31 -0000 1.19 @@ -7,7 +7,7 @@ use XML::LibXML::NodeList; -$VERSION = "0.01"; +$VERSION = '0.02'; require DynaLoader; @ISA = qw(DynaLoader); |