Hello community, here is the log from the commit of package perl-XML-XPath for openSUSE:Factory checked in at 2016-04-11 09:13:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-XPath (Old) and /work/SRC/openSUSE:Factory/.perl-XML-XPath.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-XPath" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes 2016-03-18 21:29:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes 2016-04-11 09:14:26.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Apr 7 10:19:30 UTC 2016 - [email protected] + +- updated to 1.35 + see /usr/share/doc/packages/perl-XML-XPath/Changes + + 1.35 2016-04-06 MANWAR + - Fixed issue RT #113576 (XML::XPath::Node::Element::getAttributeNode() uses unspecified behaviour). + +------------------------------------------------------------------- Old: ---- XML-XPath-1.34.tar.gz New: ---- XML-XPath-1.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-XPath.spec ++++++ --- /var/tmp/diff_new_pack.NgYX9V/_old 2016-04-11 09:14:27.000000000 +0200 +++ /var/tmp/diff_new_pack.NgYX9V/_new 2016-04-11 09:14:27.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-XML-XPath -Version: 1.34 +Version: 1.35 Release: 0 %define cpan_name XML-XPath Summary: Parse and evaluate XPath statements ++++++ XML-XPath-1.34.tar.gz -> XML-XPath-1.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/Changes new/XML-XPath-1.35/Changes --- old/XML-XPath-1.34/Changes 2016-03-08 14:26:55.000000000 +0100 +++ new/XML-XPath-1.35/Changes 2016-04-06 13:14:31.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for XML::XPath +1.35 2016-04-06 MANWAR + - Fixed issue RT #113576 (XML::XPath::Node::Element::getAttributeNode() uses unspecified behaviour). + 1.34 2016-03-08 MANWAR - Applied the patch to script examples/xpath (kindly provided by GREGOA). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/META.json new/XML-XPath-1.35/META.json --- old/XML-XPath-1.34/META.json 2016-03-08 14:30:37.000000000 +0100 +++ new/XML-XPath-1.35/META.json 2016-04-06 13:26:09.000000000 +0200 @@ -4,7 +4,7 @@ "Matt Sergeant, AxKit.com Ltd" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005", "license" : [ "artistic_2" ], @@ -41,91 +41,91 @@ "provides" : { "XML::XPath" : { "file" : "lib/XML/XPath.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Boolean" : { "file" : "lib/XML/XPath/Boolean.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Builder" : { "file" : "lib/XML/XPath/Builder.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Expr" : { "file" : "lib/XML/XPath/Expr.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Function" : { "file" : "lib/XML/XPath/Function.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Literal" : { "file" : "lib/XML/XPath/Literal.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::LocationPath" : { "file" : "lib/XML/XPath/LocationPath.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node" : { "file" : "lib/XML/XPath/Node.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::Attribute" : { "file" : "lib/XML/XPath/Node/Attribute.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::Comment" : { "file" : "lib/XML/XPath/Node/Comment.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::Element" : { "file" : "lib/XML/XPath/Node/Element.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::Namespace" : { "file" : "lib/XML/XPath/Node/Namespace.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::PI" : { "file" : "lib/XML/XPath/Node/PI.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Node::Text" : { "file" : "lib/XML/XPath/Node/Text.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::NodeSet" : { "file" : "lib/XML/XPath/NodeSet.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Number" : { "file" : "lib/XML/XPath/Number.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Parser" : { "file" : "lib/XML/XPath/Parser.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::PerlSAX" : { "file" : "lib/XML/XPath/PerlSAX.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Root" : { "file" : "lib/XML/XPath/Root.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Step" : { "file" : "lib/XML/XPath/Step.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::Variable" : { "file" : "lib/XML/XPath/Variable.pm", - "version" : "1.34" + "version" : "1.35" }, "XML::XPath::XMLParser" : { "file" : "lib/XML/XPath/XMLParser.pm", - "version" : "1.34" + "version" : "1.35" } }, "release_status" : "stable", @@ -136,6 +136,6 @@ "web" : "https://github.com/manwar/XML-XPath" } }, - "version" : "1.34", - "x_serialization_backend" : "JSON::PP version 2.27203" + "version" : "1.35", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/META.yml new/XML-XPath-1.35/META.yml --- old/XML-XPath-1.34/META.yml 2016-03-08 14:30:37.000000000 +0100 +++ new/XML-XPath-1.35/META.yml 2016-04-06 13:26:09.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -21,74 +21,74 @@ provides: XML::XPath: file: lib/XML/XPath.pm - version: '1.34' + version: '1.35' XML::XPath::Boolean: file: lib/XML/XPath/Boolean.pm - version: '1.34' + version: '1.35' XML::XPath::Builder: file: lib/XML/XPath/Builder.pm - version: '1.34' + version: '1.35' XML::XPath::Expr: file: lib/XML/XPath/Expr.pm - version: '1.34' + version: '1.35' XML::XPath::Function: file: lib/XML/XPath/Function.pm - version: '1.34' + version: '1.35' XML::XPath::Literal: file: lib/XML/XPath/Literal.pm - version: '1.34' + version: '1.35' XML::XPath::LocationPath: file: lib/XML/XPath/LocationPath.pm - version: '1.34' + version: '1.35' XML::XPath::Node: file: lib/XML/XPath/Node.pm - version: '1.34' + version: '1.35' XML::XPath::Node::Attribute: file: lib/XML/XPath/Node/Attribute.pm - version: '1.34' + version: '1.35' XML::XPath::Node::Comment: file: lib/XML/XPath/Node/Comment.pm - version: '1.34' + version: '1.35' XML::XPath::Node::Element: file: lib/XML/XPath/Node/Element.pm - version: '1.34' + version: '1.35' XML::XPath::Node::Namespace: file: lib/XML/XPath/Node/Namespace.pm - version: '1.34' + version: '1.35' XML::XPath::Node::PI: file: lib/XML/XPath/Node/PI.pm - version: '1.34' + version: '1.35' XML::XPath::Node::Text: file: lib/XML/XPath/Node/Text.pm - version: '1.34' + version: '1.35' XML::XPath::NodeSet: file: lib/XML/XPath/NodeSet.pm - version: '1.34' + version: '1.35' XML::XPath::Number: file: lib/XML/XPath/Number.pm - version: '1.34' + version: '1.35' XML::XPath::Parser: file: lib/XML/XPath/Parser.pm - version: '1.34' + version: '1.35' XML::XPath::PerlSAX: file: lib/XML/XPath/PerlSAX.pm - version: '1.34' + version: '1.35' XML::XPath::Root: file: lib/XML/XPath/Root.pm - version: '1.34' + version: '1.35' XML::XPath::Step: file: lib/XML/XPath/Step.pm - version: '1.34' + version: '1.35' XML::XPath::Variable: file: lib/XML/XPath/Variable.pm - version: '1.34' + version: '1.35' XML::XPath::XMLParser: file: lib/XML/XPath/XMLParser.pm - version: '1.34' + version: '1.35' requires: XML::Parser: '2.23' perl: '5.006' resources: repository: https://github.com/manwar/XML-XPath.git -version: '1.34' -x_serialization_backend: 'CPAN::Meta::YAML version 0.012' +version: '1.35' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/Makefile.PL new/XML-XPath-1.35/Makefile.PL --- old/XML-XPath-1.34/Makefile.PL 2016-03-08 14:25:28.000000000 +0100 +++ new/XML-XPath-1.35/Makefile.PL 2016-04-06 13:10:45.000000000 +0200 @@ -27,28 +27,28 @@ (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => { 'meta-spec' => { version => 2 }, provides => { - 'XML::XPath' => { file => 'lib/XML/XPath.pm', version => '1.34' }, - 'XML::XPath::XMLParser' => { file => 'lib/XML/XPath/XMLParser.pm', version => '1.34' }, - 'XML::XPath::Parser' => { file => 'lib/XML/XPath/Parser.pm', version => '1.34' }, - 'XML::XPath::Expr' => { file => 'lib/XML/XPath/Expr.pm', version => '1.34' }, - 'XML::XPath::Function' => { file => 'lib/XML/XPath/Function.pm', version => '1.34' }, - 'XML::XPath::Literal' => { file => 'lib/XML/XPath/Literal.pm', version => '1.34' }, - 'XML::XPath::LocationPath' => { file => 'lib/XML/XPath/LocationPath.pm', version => '1.34' }, - 'XML::XPath::Number' => { file => 'lib/XML/XPath/Number.pm', version => '1.34' }, - 'XML::XPath::Node' => { file => 'lib/XML/XPath/Node.pm', version => '1.34' }, - 'XML::XPath::Node::Element' => { file => 'lib/XML/XPath/Node/Element.pm', version => '1.34' }, - 'XML::XPath::Node::Attribute' => { file => 'lib/XML/XPath/Node/Attribute.pm', version => '1.34' }, - 'XML::XPath::Node::Text' => { file => 'lib/XML/XPath/Node/Text.pm', version => '1.34' }, - 'XML::XPath::Node::Namespace' => { file => 'lib/XML/XPath/Node/Namespace.pm', version => '1.34' }, - 'XML::XPath::Node::PI' => { file => 'lib/XML/XPath/Node/PI.pm', version => '1.34' }, - 'XML::XPath::Node::Comment' => { file => 'lib/XML/XPath/Node/Comment.pm', version => '1.34' }, - 'XML::XPath::Step' => { file => 'lib/XML/XPath/Step.pm', version => '1.34' }, - 'XML::XPath::Variable' => { file => 'lib/XML/XPath/Variable.pm', version => '1.34' }, - 'XML::XPath::NodeSet' => { file => 'lib/XML/XPath/NodeSet.pm', version => '1.34' }, - 'XML::XPath::Boolean' => { file => 'lib/XML/XPath/Boolean.pm', version => '1.34' }, - 'XML::XPath::Root' => { file => 'lib/XML/XPath/Root.pm', version => '1.34' }, - 'XML::XPath::PerlSAX' => { file => 'lib/XML/XPath/PerlSAX.pm', version => '1.34' }, - 'XML::XPath::Builder' => { file => 'lib/XML/XPath/Builder.pm', version => '1.34' }, + 'XML::XPath' => { file => 'lib/XML/XPath.pm', version => '1.35' }, + 'XML::XPath::XMLParser' => { file => 'lib/XML/XPath/XMLParser.pm', version => '1.35' }, + 'XML::XPath::Parser' => { file => 'lib/XML/XPath/Parser.pm', version => '1.35' }, + 'XML::XPath::Expr' => { file => 'lib/XML/XPath/Expr.pm', version => '1.35' }, + 'XML::XPath::Function' => { file => 'lib/XML/XPath/Function.pm', version => '1.35' }, + 'XML::XPath::Literal' => { file => 'lib/XML/XPath/Literal.pm', version => '1.35' }, + 'XML::XPath::LocationPath' => { file => 'lib/XML/XPath/LocationPath.pm', version => '1.35' }, + 'XML::XPath::Number' => { file => 'lib/XML/XPath/Number.pm', version => '1.35' }, + 'XML::XPath::Node' => { file => 'lib/XML/XPath/Node.pm', version => '1.35' }, + 'XML::XPath::Node::Element' => { file => 'lib/XML/XPath/Node/Element.pm', version => '1.35' }, + 'XML::XPath::Node::Attribute' => { file => 'lib/XML/XPath/Node/Attribute.pm', version => '1.35' }, + 'XML::XPath::Node::Text' => { file => 'lib/XML/XPath/Node/Text.pm', version => '1.35' }, + 'XML::XPath::Node::Namespace' => { file => 'lib/XML/XPath/Node/Namespace.pm', version => '1.35' }, + 'XML::XPath::Node::PI' => { file => 'lib/XML/XPath/Node/PI.pm', version => '1.35' }, + 'XML::XPath::Node::Comment' => { file => 'lib/XML/XPath/Node/Comment.pm', version => '1.35' }, + 'XML::XPath::Step' => { file => 'lib/XML/XPath/Step.pm', version => '1.35' }, + 'XML::XPath::Variable' => { file => 'lib/XML/XPath/Variable.pm', version => '1.35' }, + 'XML::XPath::NodeSet' => { file => 'lib/XML/XPath/NodeSet.pm', version => '1.35' }, + 'XML::XPath::Boolean' => { file => 'lib/XML/XPath/Boolean.pm', version => '1.35' }, + 'XML::XPath::Root' => { file => 'lib/XML/XPath/Root.pm', version => '1.35' }, + 'XML::XPath::PerlSAX' => { file => 'lib/XML/XPath/PerlSAX.pm', version => '1.35' }, + 'XML::XPath::Builder' => { file => 'lib/XML/XPath/Builder.pm', version => '1.35' }, }, resources => { repository => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Boolean.pm new/XML-XPath-1.35/lib/XML/XPath/Boolean.pm --- old/XML-XPath-1.34/lib/XML/XPath/Boolean.pm 2016-03-08 14:21:11.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Boolean.pm 2016-04-06 13:06:17.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Boolean; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Number; use XML::XPath::Literal; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Builder.pm new/XML-XPath-1.35/lib/XML/XPath/Builder.pm --- old/XML-XPath-1.34/lib/XML/XPath/Builder.pm 2016-03-08 14:21:19.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Builder.pm 2016-04-06 13:06:25.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Builder; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Expr.pm new/XML-XPath-1.35/lib/XML/XPath/Expr.pm --- old/XML-XPath-1.34/lib/XML/XPath/Expr.pm 2016-03-08 14:21:28.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Expr.pm 2016-04-06 13:06:34.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Expr; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Function.pm new/XML-XPath-1.35/lib/XML/XPath/Function.pm --- old/XML-XPath-1.34/lib/XML/XPath/Function.pm 2016-03-08 14:21:35.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Function.pm 2016-04-06 13:06:45.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Function; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Number; use XML::XPath::Literal; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Literal.pm new/XML-XPath-1.35/lib/XML/XPath/Literal.pm --- old/XML-XPath-1.34/lib/XML/XPath/Literal.pm 2016-03-08 14:21:46.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Literal.pm 2016-04-06 13:06:56.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Literal; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Boolean; use XML::XPath::Number; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/LocationPath.pm new/XML-XPath-1.35/lib/XML/XPath/LocationPath.pm --- old/XML-XPath-1.34/lib/XML/XPath/LocationPath.pm 2016-03-08 14:21:54.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/LocationPath.pm 2016-04-06 13:07:06.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::LocationPath; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Root; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/Attribute.pm new/XML-XPath-1.35/lib/XML/XPath/Node/Attribute.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/Attribute.pm 2016-03-08 14:23:21.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/Attribute.pm 2016-04-06 13:08:48.000000000 +0200 @@ -4,7 +4,7 @@ use vars qw/@ISA $VERSION/; @ISA = ('XML::XPath::Node'); -$VERSION = '1.34'; +$VERSION = '1.35'; package XML::XPath::Node::AttributeImpl; @@ -12,7 +12,7 @@ @ISA = ('XML::XPath::NodeImpl', 'XML::XPath::Node::Attribute'); use XML::XPath::Node ':node_keys'; -$VERSION = '1.34'; +$VERSION = '1.35'; sub new { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/Comment.pm new/XML-XPath-1.35/lib/XML/XPath/Node/Comment.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/Comment.pm 2016-03-08 14:23:29.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/Comment.pm 2016-04-06 13:08:56.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node::Comment; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/@ISA/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/Element.pm new/XML-XPath-1.35/lib/XML/XPath/Node/Element.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/Element.pm 2016-03-08 14:23:37.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/Element.pm 2016-04-06 13:09:07.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node::Element; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/@ISA/; @@ -173,6 +173,8 @@ foreach my $attr (@$attribs) { return $attr if $attr->getName eq $name; } + + return; } sub getAttribute { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/Namespace.pm new/XML-XPath-1.35/lib/XML/XPath/Node/Namespace.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/Namespace.pm 2016-03-08 14:23:45.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/Namespace.pm 2016-04-06 13:09:18.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node::Namespace; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/@ISA/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/PI.pm new/XML-XPath-1.35/lib/XML/XPath/Node/PI.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/PI.pm 2016-03-08 14:23:53.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/PI.pm 2016-04-06 13:09:27.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node::PI; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/@ISA/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node/Text.pm new/XML-XPath-1.35/lib/XML/XPath/Node/Text.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node/Text.pm 2016-03-08 14:24:00.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node/Text.pm 2016-04-06 13:09:37.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node::Text; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/@ISA/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Node.pm new/XML-XPath-1.35/lib/XML/XPath/Node.pm --- old/XML-XPath-1.34/lib/XML/XPath/Node.pm 2016-03-08 14:22:04.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Node.pm 2016-04-06 13:07:18.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Node; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw(@ISA @EXPORT $AUTOLOAD %EXPORT_TAGS @EXPORT_OK); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/NodeSet.pm new/XML-XPath-1.35/lib/XML/XPath/NodeSet.pm --- old/XML-XPath-1.34/lib/XML/XPath/NodeSet.pm 2016-03-08 14:22:11.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/NodeSet.pm 2016-04-06 13:07:26.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::NodeSet; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Number.pm new/XML-XPath-1.35/lib/XML/XPath/Number.pm --- old/XML-XPath-1.34/lib/XML/XPath/Number.pm 2016-03-08 14:22:20.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Number.pm 2016-04-06 13:07:34.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Number; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Boolean; use XML::XPath::Literal; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Parser.pm new/XML-XPath-1.35/lib/XML/XPath/Parser.pm --- old/XML-XPath-1.34/lib/XML/XPath/Parser.pm 2016-03-08 14:22:28.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Parser.pm 2016-04-06 13:07:43.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Parser; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use vars qw/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/PerlSAX.pm new/XML-XPath-1.35/lib/XML/XPath/PerlSAX.pm --- old/XML-XPath-1.34/lib/XML/XPath/PerlSAX.pm 2016-03-08 14:22:35.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/PerlSAX.pm 2016-04-06 13:07:54.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::PerlSAX; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Node qw(:node_keys); use XML::XPath::XMLParser; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Root.pm new/XML-XPath-1.35/lib/XML/XPath/Root.pm --- old/XML-XPath-1.34/lib/XML/XPath/Root.pm 2016-03-08 14:22:43.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Root.pm 2016-04-06 13:08:04.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Root; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; use XML::XPath::XMLParser; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Step.pm new/XML-XPath-1.35/lib/XML/XPath/Step.pm --- old/XML-XPath-1.34/lib/XML/XPath/Step.pm 2016-03-08 14:22:51.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Step.pm 2016-04-06 13:08:14.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Step; -$VERSION = '1.34'; +$VERSION = '1.35'; use XML::XPath::Parser; use XML::XPath::Node; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/Variable.pm new/XML-XPath-1.35/lib/XML/XPath/Variable.pm --- old/XML-XPath-1.34/lib/XML/XPath/Variable.pm 2016-03-08 14:22:59.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/Variable.pm 2016-04-06 13:08:24.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::Variable; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath/XMLParser.pm new/XML-XPath-1.35/lib/XML/XPath/XMLParser.pm --- old/XML-XPath-1.34/lib/XML/XPath/XMLParser.pm 2016-03-08 14:23:07.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath/XMLParser.pm 2016-04-06 13:08:32.000000000 +0200 @@ -1,6 +1,6 @@ package XML::XPath::XMLParser; -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-XPath-1.34/lib/XML/XPath.pm new/XML-XPath-1.35/lib/XML/XPath.pm --- old/XML-XPath-1.34/lib/XML/XPath.pm 2016-03-08 14:21:02.000000000 +0100 +++ new/XML-XPath-1.35/lib/XML/XPath.pm 2016-04-06 13:06:07.000000000 +0200 @@ -6,14 +6,14 @@ =head1 VERSION -Version 1.34 +Version 1.35 =cut use strict; use warnings; use vars qw($VERSION $AUTOLOAD $revision); -$VERSION = '1.34'; +$VERSION = '1.35'; $XML::XPath::Namespaces = 1; $XML::XPath::ParseParamEnt = 1; $XML::XPath::Debug = 0;
