Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2017-08-19 10:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-XPath (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-XPath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-XPath"

Sat Aug 19 10:55:20 2017 rev:35 rq:516826 version:1.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes    
2017-08-06 11:25:16.279965247 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes       
2017-08-19 10:55:22.369295485 +0200
@@ -1,0 +2,9 @@
+Thu Aug  3 06:29:16 UTC 2017 - [email protected]
+
+- updated to 1.42
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.42  2017-07-30 MANWAR
+        - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y.
+
+-------------------------------------------------------------------

Old:
----
  XML-XPath-1.41.tar.gz

New:
----
  XML-XPath-1.42.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-XML-XPath.spec ++++++
--- /var/tmp/diff_new_pack.hvAV0B/_old  2017-08-19 10:55:24.237032139 +0200
+++ /var/tmp/diff_new_pack.hvAV0B/_new  2017-08-19 10:55:24.261028755 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-XML-XPath
-Version:        1.41
+Version:        1.42
 Release:        0
 %define cpan_name XML-XPath
 Summary:        Parse and evaluate XPath statements

++++++ XML-XPath-1.41.tar.gz -> XML-XPath-1.42.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/Changes new/XML-XPath-1.42/Changes
--- old/XML-XPath-1.41/Changes  2017-07-27 20:11:28.000000000 +0200
+++ new/XML-XPath-1.42/Changes  2017-07-30 10:32:51.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.42  2017-07-30 MANWAR
+      - Fixed GitHub issue #5 (abstract is undef in meta files). Thanks @y.
+
 1.41  2017-07-28 MANWAR
       - Fixed GitHub issue #4 (can't use non-ascii first character as element 
name). Thanks @nanis, @ikegami.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/META.json new/XML-XPath-1.42/META.json
--- old/XML-XPath-1.41/META.json        2017-07-28 11:18:01.000000000 +0200
+++ new/XML-XPath-1.42/META.json        2017-07-30 10:33:27.000000000 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "unknown",
+   "abstract" : "Parse and evaluate XPath statements.",
    "author" : [
       "Matt Sergeant, AxKit.com Ltd"
    ],
@@ -42,95 +42,95 @@
    "provides" : {
       "XML::XPath" : {
          "file" : "lib/XML/XPath.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Boolean" : {
          "file" : "lib/XML/XPath/Boolean.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Builder" : {
          "file" : "lib/XML/XPath/Builder.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Expr" : {
          "file" : "lib/XML/XPath/Expr.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Function" : {
          "file" : "lib/XML/XPath/Function.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Literal" : {
          "file" : "lib/XML/XPath/Literal.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::LocationPath" : {
          "file" : "lib/XML/XPath/LocationPath.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node" : {
          "file" : "lib/XML/XPath/Node.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::Attribute" : {
          "file" : "lib/XML/XPath/Node/Attribute.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::AttributeImpl" : {
          "file" : "lib/XML/XPath/Node/Attribute.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::Comment" : {
          "file" : "lib/XML/XPath/Node/Comment.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::Element" : {
          "file" : "lib/XML/XPath/Node/Element.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::Namespace" : {
          "file" : "lib/XML/XPath/Node/Namespace.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::PI" : {
          "file" : "lib/XML/XPath/Node/PI.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Node::Text" : {
          "file" : "lib/XML/XPath/Node/Text.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::NodeSet" : {
          "file" : "lib/XML/XPath/NodeSet.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Number" : {
          "file" : "lib/XML/XPath/Number.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Parser" : {
          "file" : "lib/XML/XPath/Parser.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::PerlSAX" : {
          "file" : "lib/XML/XPath/PerlSAX.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Root" : {
          "file" : "lib/XML/XPath/Root.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Step" : {
          "file" : "lib/XML/XPath/Step.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::Variable" : {
          "file" : "lib/XML/XPath/Variable.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       },
       "XML::XPath::XMLParser" : {
          "file" : "lib/XML/XPath/XMLParser.pm",
-         "version" : "1.41"
+         "version" : "1.42"
       }
    },
    "release_status" : "stable",
@@ -141,6 +141,6 @@
          "web" : "https://github.com/manwar/XML-XPath";
       }
    },
-   "version" : "1.41",
+   "version" : "1.42",
    "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/META.yml new/XML-XPath-1.42/META.yml
--- old/XML-XPath-1.41/META.yml 2017-07-28 11:18:01.000000000 +0200
+++ new/XML-XPath-1.42/META.yml 2017-07-30 10:33:27.000000000 +0200
@@ -1,5 +1,5 @@
 ---
-abstract: unknown
+abstract: 'Parse and evaluate XPath statements.'
 author:
   - 'Matt Sergeant, AxKit.com Ltd'
 build_requires:
@@ -21,78 +21,78 @@
 provides:
   XML::XPath:
     file: lib/XML/XPath.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Boolean:
     file: lib/XML/XPath/Boolean.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Builder:
     file: lib/XML/XPath/Builder.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Expr:
     file: lib/XML/XPath/Expr.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Function:
     file: lib/XML/XPath/Function.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Literal:
     file: lib/XML/XPath/Literal.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::LocationPath:
     file: lib/XML/XPath/LocationPath.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node:
     file: lib/XML/XPath/Node.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::Attribute:
     file: lib/XML/XPath/Node/Attribute.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::AttributeImpl:
     file: lib/XML/XPath/Node/Attribute.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::Comment:
     file: lib/XML/XPath/Node/Comment.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::Element:
     file: lib/XML/XPath/Node/Element.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::Namespace:
     file: lib/XML/XPath/Node/Namespace.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::PI:
     file: lib/XML/XPath/Node/PI.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Node::Text:
     file: lib/XML/XPath/Node/Text.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::NodeSet:
     file: lib/XML/XPath/NodeSet.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Number:
     file: lib/XML/XPath/Number.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Parser:
     file: lib/XML/XPath/Parser.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::PerlSAX:
     file: lib/XML/XPath/PerlSAX.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Root:
     file: lib/XML/XPath/Root.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Step:
     file: lib/XML/XPath/Step.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::Variable:
     file: lib/XML/XPath/Variable.pm
-    version: '1.41'
+    version: '1.42'
   XML::XPath::XMLParser:
     file: lib/XML/XPath/XMLParser.pm
-    version: '1.41'
+    version: '1.42'
 requires:
   Scalar::Util: '1.45'
   XML::Parser: '2.23'
   perl: '5.006'
 resources:
   repository: https://github.com/manwar/XML-XPath.git
-version: '1.41'
+version: '1.42'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/Makefile.PL 
new/XML-XPath-1.42/Makefile.PL
--- old/XML-XPath-1.41/Makefile.PL      2017-07-28 11:17:34.000000000 +0200
+++ new/XML-XPath-1.42/Makefile.PL      2017-07-28 18:25:50.000000000 +0200
@@ -9,6 +9,7 @@
     NAME              => 'XML::XPath',
     AUTHOR             => 'Matt Sergeant, AxKit.com Ltd',
     VERSION_FROM       => 'lib/XML/XPath.pm',
+    ABSTRACT_FROM      => 'lib/XML/XPath.pm',
     MIN_PERL_VERSION   => 5.006,
     LICENSE            => 'artistic_2',
     EXE_FILES          => [ 'examples/xpath' ],
@@ -28,29 +29,29 @@
     (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
         'meta-spec' => { version => 2 },
         provides    => {
-            'XML::XPath'                      => { file => 'lib/XML/XPath.pm', 
               version => '1.41' },
-            'XML::XPath::XMLParser'           => { file => 
'lib/XML/XPath/XMLParser.pm',      version => '1.41' },
-            'XML::XPath::Parser'              => { file => 
'lib/XML/XPath/Parser.pm',         version => '1.41' },
-            'XML::XPath::Expr'                => { file => 
'lib/XML/XPath/Expr.pm',           version => '1.41' },
-            'XML::XPath::Function'            => { file => 
'lib/XML/XPath/Function.pm',       version => '1.41' },
-            'XML::XPath::Literal'             => { file => 
'lib/XML/XPath/Literal.pm',        version => '1.41' },
-            'XML::XPath::LocationPath'        => { file => 
'lib/XML/XPath/LocationPath.pm',   version => '1.41' },
-            'XML::XPath::Number'              => { file => 
'lib/XML/XPath/Number.pm',         version => '1.41' },
-            'XML::XPath::Node'                => { file => 
'lib/XML/XPath/Node.pm',           version => '1.41' },
-            'XML::XPath::Node::Element'       => { file => 
'lib/XML/XPath/Node/Element.pm',   version => '1.41' },
-            'XML::XPath::Node::Attribute'     => { file => 
'lib/XML/XPath/Node/Attribute.pm', version => '1.41' },
-            'XML::XPath::Node::AttributeImpl' => { file => 
'lib/XML/XPath/Node/Attribute.pm', version => '1.41' },
-            'XML::XPath::Node::Text'          => { file => 
'lib/XML/XPath/Node/Text.pm',      version => '1.41' },
-            'XML::XPath::Node::Namespace'     => { file => 
'lib/XML/XPath/Node/Namespace.pm', version => '1.41' },
-            'XML::XPath::Node::PI'            => { file => 
'lib/XML/XPath/Node/PI.pm',        version => '1.41' },
-            'XML::XPath::Node::Comment'       => { file => 
'lib/XML/XPath/Node/Comment.pm',   version => '1.41' },
-            'XML::XPath::Step'                => { file => 
'lib/XML/XPath/Step.pm',           version => '1.41' },
-            'XML::XPath::Variable'            => { file => 
'lib/XML/XPath/Variable.pm',       version => '1.41' },
-            'XML::XPath::NodeSet'             => { file => 
'lib/XML/XPath/NodeSet.pm',        version => '1.41' },
-            'XML::XPath::Boolean'             => { file => 
'lib/XML/XPath/Boolean.pm',        version => '1.41' },
-            'XML::XPath::Root'                => { file => 
'lib/XML/XPath/Root.pm',           version => '1.41' },
-            'XML::XPath::PerlSAX'             => { file => 
'lib/XML/XPath/PerlSAX.pm',        version => '1.41' },
-            'XML::XPath::Builder'             => { file => 
'lib/XML/XPath/Builder.pm',        version => '1.41' },
+            'XML::XPath'                      => { file => 'lib/XML/XPath.pm', 
               version => '1.42' },
+            'XML::XPath::XMLParser'           => { file => 
'lib/XML/XPath/XMLParser.pm',      version => '1.42' },
+            'XML::XPath::Parser'              => { file => 
'lib/XML/XPath/Parser.pm',         version => '1.42' },
+            'XML::XPath::Expr'                => { file => 
'lib/XML/XPath/Expr.pm',           version => '1.42' },
+            'XML::XPath::Function'            => { file => 
'lib/XML/XPath/Function.pm',       version => '1.42' },
+            'XML::XPath::Literal'             => { file => 
'lib/XML/XPath/Literal.pm',        version => '1.42' },
+            'XML::XPath::LocationPath'        => { file => 
'lib/XML/XPath/LocationPath.pm',   version => '1.42' },
+            'XML::XPath::Number'              => { file => 
'lib/XML/XPath/Number.pm',         version => '1.42' },
+            'XML::XPath::Node'                => { file => 
'lib/XML/XPath/Node.pm',           version => '1.42' },
+            'XML::XPath::Node::Element'       => { file => 
'lib/XML/XPath/Node/Element.pm',   version => '1.42' },
+            'XML::XPath::Node::Attribute'     => { file => 
'lib/XML/XPath/Node/Attribute.pm', version => '1.42' },
+            'XML::XPath::Node::AttributeImpl' => { file => 
'lib/XML/XPath/Node/Attribute.pm', version => '1.42' },
+            'XML::XPath::Node::Text'          => { file => 
'lib/XML/XPath/Node/Text.pm',      version => '1.42' },
+            'XML::XPath::Node::Namespace'     => { file => 
'lib/XML/XPath/Node/Namespace.pm', version => '1.42' },
+            'XML::XPath::Node::PI'            => { file => 
'lib/XML/XPath/Node/PI.pm',        version => '1.42' },
+            'XML::XPath::Node::Comment'       => { file => 
'lib/XML/XPath/Node/Comment.pm',   version => '1.42' },
+            'XML::XPath::Step'                => { file => 
'lib/XML/XPath/Step.pm',           version => '1.42' },
+            'XML::XPath::Variable'            => { file => 
'lib/XML/XPath/Variable.pm',       version => '1.42' },
+            'XML::XPath::NodeSet'             => { file => 
'lib/XML/XPath/NodeSet.pm',        version => '1.42' },
+            'XML::XPath::Boolean'             => { file => 
'lib/XML/XPath/Boolean.pm',        version => '1.42' },
+            'XML::XPath::Root'                => { file => 
'lib/XML/XPath/Root.pm',           version => '1.42' },
+            'XML::XPath::PerlSAX'             => { file => 
'lib/XML/XPath/PerlSAX.pm',        version => '1.42' },
+            'XML::XPath::Builder'             => { file => 
'lib/XML/XPath/Builder.pm',        version => '1.42' },
         },
         resources   => {
             repository => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Boolean.pm 
new/XML-XPath-1.42/lib/XML/XPath/Boolean.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Boolean.pm 2017-07-27 20:04:16.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Boolean.pm 2017-07-28 18:18:08.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Boolean;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use XML::XPath::Number;
 use XML::XPath::Literal;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Builder.pm 
new/XML-XPath-1.42/lib/XML/XPath/Builder.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Builder.pm 2017-07-27 20:04:24.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Builder.pm 2017-07-28 18:18:14.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Builder;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Expr.pm 
new/XML-XPath-1.42/lib/XML/XPath/Expr.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Expr.pm    2017-07-27 20:04:32.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Expr.pm    2017-07-28 18:18:21.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Expr;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Function.pm 
new/XML-XPath-1.42/lib/XML/XPath/Function.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Function.pm        2017-07-27 
20:04:39.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Function.pm        2017-07-28 
18:18:28.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Function;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use XML::XPath::Number;
 use XML::XPath::Literal;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Literal.pm 
new/XML-XPath-1.42/lib/XML/XPath/Literal.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Literal.pm 2017-07-27 20:04:48.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Literal.pm 2017-07-28 18:18:34.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Literal;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use XML::XPath::Boolean;
 use XML::XPath::Number;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/LocationPath.pm 
new/XML-XPath-1.42/lib/XML/XPath/LocationPath.pm
--- old/XML-XPath-1.41/lib/XML/XPath/LocationPath.pm    2017-07-27 
20:05:01.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/LocationPath.pm    2017-07-28 
18:18:42.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::LocationPath;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use Scalar::Util qw(blessed);
 use XML::XPath::Root;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/Attribute.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/Attribute.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/Attribute.pm  2017-07-27 
20:07:01.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/Attribute.pm  2017-07-28 
18:20:02.000000000 +0200
@@ -4,7 +4,7 @@
 use vars qw/@ISA $VERSION/;
 
 @ISA = ('XML::XPath::Node');
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 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.41';
+$VERSION = '1.42';
 
 sub new {
        my $class = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/Comment.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/Comment.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/Comment.pm    2017-07-27 
20:07:08.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/Comment.pm    2017-07-28 
18:20:10.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node::Comment;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/@ISA/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/Element.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/Element.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/Element.pm    2017-07-27 
20:07:18.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/Element.pm    2017-07-28 
18:20:15.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node::Element;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/@ISA/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/Namespace.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/Namespace.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/Namespace.pm  2017-07-27 
20:07:27.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/Namespace.pm  2017-07-28 
18:20:21.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node::Namespace;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/@ISA/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/PI.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/PI.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/PI.pm 2017-07-27 20:07:35.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/PI.pm 2017-07-28 18:20:36.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node::PI;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/@ISA/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node/Text.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node/Text.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node/Text.pm       2017-07-27 
20:07:42.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node/Text.pm       2017-07-28 
18:20:42.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node::Text;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/@ISA/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Node.pm 
new/XML-XPath-1.42/lib/XML/XPath/Node.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Node.pm    2017-07-27 20:05:12.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Node.pm    2017-07-28 18:18:55.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Node;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 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.41/lib/XML/XPath/NodeSet.pm 
new/XML-XPath-1.42/lib/XML/XPath/NodeSet.pm
--- old/XML-XPath-1.41/lib/XML/XPath/NodeSet.pm 2017-07-27 20:05:21.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/NodeSet.pm 2017-07-28 18:19:01.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::NodeSet;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Number.pm 
new/XML-XPath-1.42/lib/XML/XPath/Number.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Number.pm  2017-07-27 20:05:27.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Number.pm  2017-07-28 18:19:09.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Number;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use XML::XPath::Boolean;
 use XML::XPath::Literal;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Parser.pm 
new/XML-XPath-1.42/lib/XML/XPath/Parser.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Parser.pm  2017-07-27 20:05:35.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Parser.pm  2017-07-28 18:19:15.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Parser;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use vars qw/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/PerlSAX.pm 
new/XML-XPath-1.42/lib/XML/XPath/PerlSAX.pm
--- old/XML-XPath-1.41/lib/XML/XPath/PerlSAX.pm 2017-07-27 20:05:47.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/PerlSAX.pm 2017-07-28 18:19:24.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::PerlSAX;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 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.41/lib/XML/XPath/Root.pm 
new/XML-XPath-1.42/lib/XML/XPath/Root.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Root.pm    2017-07-27 20:05:54.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Root.pm    2017-07-28 18:19:30.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Root;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 use XML::XPath::XMLParser;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Step.pm 
new/XML-XPath-1.42/lib/XML/XPath/Step.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Step.pm    2017-07-27 20:06:03.000000000 
+0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Step.pm    2017-07-28 18:19:37.000000000 
+0200
@@ -1,6 +1,6 @@
 package XML::XPath::Step;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use XML::XPath::Parser;
 use XML::XPath::Node;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/Variable.pm 
new/XML-XPath-1.42/lib/XML/XPath/Variable.pm
--- old/XML-XPath-1.41/lib/XML/XPath/Variable.pm        2017-07-27 
20:06:11.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/Variable.pm        2017-07-28 
18:19:44.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::Variable;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath/XMLParser.pm 
new/XML-XPath-1.42/lib/XML/XPath/XMLParser.pm
--- old/XML-XPath-1.41/lib/XML/XPath/XMLParser.pm       2017-07-27 
20:06:48.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath/XMLParser.pm       2017-07-28 
18:19:51.000000000 +0200
@@ -1,6 +1,6 @@
 package XML::XPath::XMLParser;
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 
 use strict; use warnings;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.41/lib/XML/XPath.pm 
new/XML-XPath-1.42/lib/XML/XPath.pm
--- old/XML-XPath-1.41/lib/XML/XPath.pm 2017-07-27 20:04:05.000000000 +0200
+++ new/XML-XPath-1.42/lib/XML/XPath.pm 2017-07-28 18:18:00.000000000 +0200
@@ -6,14 +6,14 @@
 
 =head1 VERSION
 
-Version 1.41
+Version 1.42
 
 =cut
 
 use strict; use warnings;
 use vars qw($VERSION $AUTOLOAD $revision);
 
-$VERSION = '1.41';
+$VERSION = '1.42';
 $XML::XPath::Namespaces = 1;
 $XML::XPath::ParseParamEnt = 1;
 $XML::XPath::Debug = 0;


Reply via email to