From: Ilya M. <m_...@us...> - 2003-05-21 10:49:13
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv27428 Modified Files: XPathContext.pm Log Message: Bump version number Index: XPathContext.pm =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- XPathContext.pm 21 May 2003 10:40:59 -0000 1.25 +++ XPathContext.pm 21 May 2003 10:49:09 -0000 1.26 @@ -7,7 +7,7 @@ use XML::LibXML::NodeList; -$VERSION = '0.03'; +$VERSION = '0.04'; require DynaLoader; @ISA = qw(DynaLoader); |