Imported Upstream version 2.0201 upstream/2.0201
authorDongHun Kwak <dh0128.kwak@samsung.com>
Sun, 24 Jul 2022 23:44:28 +0000 (08:44 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Sun, 24 Jul 2022 23:44:28 +0000 (08:44 +0900)
49 files changed:
Changes
LibXML.pm
LibXML.pod
META.json
META.yml
Makefile.PL
README
docs/libxml.dbk
lib/XML/LibXML/Attr.pod
lib/XML/LibXML/AttributeHash.pm
lib/XML/LibXML/Boolean.pm
lib/XML/LibXML/CDATASection.pod
lib/XML/LibXML/Comment.pod
lib/XML/LibXML/Common.pm
lib/XML/LibXML/Common.pod
lib/XML/LibXML/DOM.pod
lib/XML/LibXML/Devel.pm
lib/XML/LibXML/Document.pod
lib/XML/LibXML/DocumentFragment.pod
lib/XML/LibXML/Dtd.pod
lib/XML/LibXML/Element.pod
lib/XML/LibXML/ErrNo.pm
lib/XML/LibXML/ErrNo.pod
lib/XML/LibXML/Error.pm
lib/XML/LibXML/Error.pod
lib/XML/LibXML/InputCallback.pod
lib/XML/LibXML/Literal.pm
lib/XML/LibXML/Namespace.pod
lib/XML/LibXML/Node.pod
lib/XML/LibXML/NodeList.pm
lib/XML/LibXML/Number.pm
lib/XML/LibXML/PI.pod
lib/XML/LibXML/Parser.pod
lib/XML/LibXML/Pattern.pod
lib/XML/LibXML/Reader.pm
lib/XML/LibXML/Reader.pod
lib/XML/LibXML/RegExp.pod
lib/XML/LibXML/RelaxNG.pod
lib/XML/LibXML/SAX.pm
lib/XML/LibXML/SAX.pod
lib/XML/LibXML/SAX/Builder.pm
lib/XML/LibXML/SAX/Builder.pod
lib/XML/LibXML/SAX/Generator.pm
lib/XML/LibXML/SAX/Parser.pm
lib/XML/LibXML/Schema.pod
lib/XML/LibXML/Text.pod
lib/XML/LibXML/XPathContext.pm
lib/XML/LibXML/XPathContext.pod
lib/XML/LibXML/XPathExpression.pod

diff --git a/Changes b/Changes
index a221d8c18b2fd2f6bc1ba3341f8eed4ed40350a6..aa080487fac8618dcb4af7e724c2f2f87fa88316 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Perl extension XML::LibXML
 
+2.0201  2019-05-25
+    - Set MIN_PERL_VERSION to 5.8.1.
+    - Alien::Libxml2 Makefile.PL cleanups.
+    - Update the README for grammar and info.
+    - Link to XML-LibXML "by Example"
+        - https://github.com/shlomif/perl-XML-LibXML/pull/36
+        - Thanks to @Grinnz .
+
 2.0200  2019-03-23
     - Convert to use Alien::Libxml2 .
         - https://github.com/shlomif/perl-XML-LibXML/pull/30
index e430db3ab3e8c3b43585a70d4cd997a7373e3dc0..37ac162b12a6c5bb69ab25c52f5d027dd5219271 100644 (file)
--- a/LibXML.pm
+++ b/LibXML.pm
@@ -29,7 +29,7 @@ use XML::LibXML::XPathContext;
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
index 3b5cf5018a924df9ffcd8434d293e3b4b57f5b4a..686df1afc73ab2b46e12e28e9ab400f20fd11077 100644 (file)
@@ -25,6 +25,8 @@ a XML::XPath-like interface to XPath API of libxml2. The module is split into
 several packages which are not described in this section; unless stated
 otherwise, you only need to C<<<<<< use XML::LibXML; >>>>>> in your programs.
 
+Check out XML::LibXML by Example (L<<<<<< http://grantm.github.io/perl-libxml-by-example/ >>>>>>) for a tutorial.
+
 For further information, please check the following documentation:
 
 =over 4
@@ -505,7 +507,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index f9689f6ad352edd049ebbe1c3e4bac25ce14f29c..baee45c16cd5c1c44084bd899c6a66aff0e2f434 100644 (file)
--- a/META.json
+++ b/META.json
@@ -40,8 +40,6 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Alien::Libxml2" : "0",
-            "Config" : "0",
             "ExtUtils::MakeMaker" : "0"
          }
       },
@@ -54,7 +52,6 @@
       },
       "runtime" : {
          "requires" : {
-            "Alien::Libxml2" : "0",
             "Carp" : "0",
             "DynaLoader" : "0",
             "Encode" : "0",
@@ -71,6 +68,7 @@
             "constant" : "0",
             "overload" : "0",
             "parent" : "0",
+            "perl" : "5.008001",
             "strict" : "0",
             "vars" : "0",
             "warnings" : "0"
@@ -78,6 +76,7 @@
       },
       "test" : {
          "requires" : {
+            "Config" : "0",
             "Errno" : "0",
             "IO::File" : "0",
             "IO::Handle" : "0",
@@ -97,6 +96,6 @@
          "web" : "https://github.com/shlomif/perl-XML-LibXML"
       }
    },
-   "version" : "2.0200",
+   "version" : "2.0201",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
index dbc47ad25ea9fdbda8166bebe0f8d9498ba7786a..252dbab0f0d4433d7a8f0d40d35985203e384766 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -3,7 +3,6 @@ abstract: 'Interface to Gnome libxml2 xml parsing and DOM library'
 author:
   - 'Petr Pajas <PAJAS@cpan.org>'
 build_requires:
-  Alien::Libxml2: '0'
   Config: '0'
   Errno: '0'
   ExtUtils::MakeMaker: '0'
@@ -47,7 +46,6 @@ no_index:
     - inc
     - xt
 requires:
-  Alien::Libxml2: '0'
   Carp: '0'
   DynaLoader: '0'
   Encode: '0'
@@ -64,10 +62,11 @@ requires:
   constant: '0'
   overload: '0'
   parent: '0'
+  perl: '5.008001'
   strict: '0'
   vars: '0'
   warnings: '0'
 resources:
   repository: https://github.com/shlomif/perl-XML-LibXML.git
-version: '2.0200'
+version: '2.0201'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
index 3055a0c34987d5111d0c293f315ed3bab143cca7..aba6b8e4d0eb3fdd702d0da390f066d21830aafa 100644 (file)
 use strict;
 use warnings;
 
-require 5.008;
+require 5.008001;
 
 use Alien::Libxml2;
 use ExtUtils::MakeMaker;
 use Config;
 
-my %BuildReqs = (
-  "Alien::Libxml2" => 0,
-  "Config" => 0,
-  "ExtUtils::MakeMaker" => 0,
-);
 my %ConfigReqs = (
   "Alien::Libxml2" => 0,
   "Config" => 0,
@@ -38,6 +33,7 @@ my %DevReqs = (
   'Test::TrailingSpace' => 0,
 );
 my %TestReqs = (
+  "Config" => 0,
   "Errno" => 0,
   "IO::File" => 0,
   "IO::Handle" => 0,
@@ -48,7 +44,6 @@ my %TestReqs = (
   "utf8" => 0,
 );
 my %prereqs = (
-  "Alien::Libxml2" => 0,
   "Carp" => 0,
   "DynaLoader" => 0,
   "Encode" => 0, # actually used in one module. requires Perl 5.8+
@@ -83,6 +78,7 @@ my %WriteMakefileArgs = (
   "LICENSE" => "perl_5",
   "ABSTRACT" => "Interface to Gnome libxml2 xml parsing and DOM library",
   "AUTHOR" => "Petr Pajas <PAJAS\@cpan.org>",
+  "MIN_PERL_VERSION" => '5.008001',
   "VERSION_FROM" => "LibXML.pm",
   'META_MERGE' => {
     'dynamic_config' => 0,
@@ -113,7 +109,6 @@ my %WriteMakefileArgs = (
       "xs",
     ],
   },
-  "BUILD_REQUIRES" => \%BuildReqs,
   "CONFIGURE_REQUIRES" => \%ConfigReqs,
   "TEST_REQUIRES" => \%TestReqs,
   "PREREQ_PM" => \%prereqs,
@@ -127,15 +122,17 @@ my %WriteMakefileArgs = (
     %xsbuild,
 );
 unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
-    my %fallback = (%prereqs, %TestReqs, %BuildReqs);
+    my %fallback = (%prereqs, %TestReqs);
     delete $WriteMakefileArgs{TEST_REQUIRES};
-    delete $WriteMakefileArgs{BUILD_REQUIRES};
     $WriteMakefileArgs{PREREQ_PM} = \%fallback;
 }
 
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION('6.52') };
 
+delete $WriteMakefileArgs{MIN_PERL_VERSION}
+  unless eval { ExtUtils::MakeMaker->VERSION('6.48') };
+
 delete $WriteMakefileArgs{META_MERGE}
   unless eval { ExtUtils::MakeMaker->VERSION('6.46') };
 
diff --git a/README b/README
index ce77ecb4f2bb07e37d36c73b8b1091b3d214f1d0..827b6fffbe916740182ba09caac7b920321ffc3e 100644 (file)
--- a/README
+++ b/README
@@ -3,8 +3,8 @@ INTRODUCTION
 
 This module implements a Perl interface to the Gnome libxml2 library which
 provides interfaces for parsing and manipulating XML files. This module allows
-Perl programmers to make use of the highly capable validating XML parser and
-the high performance DOM implementation.
+Perl programmers to make use of its highly capable validating XML parser and
+its high performance DOM implementation.
 
 
 IMPORTANT NOTES
@@ -104,7 +104,8 @@ Which version of libxml2 should be used?
 XML::LibXML is tested against a couple versions of libxml2 before it is
 released. Thus there are versions of libxml2 that are known not to work
 properly with XML::LibXML. The Makefile.PL keeps a blacklist of the
-incompatible libxml2 versions.
+incompatible libxml2 versions using Alien::Libxml2. The blacklist itself is
+kept inside its "alienfile" file.
 
 If Makefile.PL detects one of the incompatible versions, it notifies the user.
 It may still happen that XML::LibXML builds and pass its tests with such a
@@ -122,6 +123,9 @@ certain conditions. This is no reason to assume that it shall work without
 problems. If Makefile.PL marks a version of libxml2 as incompatible or broken
 it is done for a good reason.
 
+Full linking information for libxml2 can be obtained by invoking "xml2-config
+--libs".
+
 
 Notes for Microsoft Windows
 ===========================
@@ -175,10 +179,10 @@ incompatible) versions of those DLLs.
 Notes for Mac OS X
 ==================
 
-Due refactoring the module, XML::LibXML will not run with some earlier versions
-of Mac OS X. It appears that this is related to special linker options for that
-OS prior to version 10.2.2. Since the developers do not have full access to
-this OS, help/ patches from OS X gurus are highly appreciated.
+Due to a refactoring of the module, XML::LibXML will not run with some earlier
+versions of Mac OS X. It appears that this is related to special linker options
+for that OS prior to version 10.2.2. Since the developers do not have full
+access to this OS, help/ patches from OS X gurus are highly appreciated.
 
 It is confirmed that XML::LibXML builds and runs without problems since Mac OS
 X 10.2.6.
@@ -228,12 +232,12 @@ Additionally I received the following Note from Rozi Kovesdi:
 CONTACT
 =======
 
-For bug reports, please use the CPAN request tracker on
-http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-LibXML
+For bug reports, please use the issue tracker at
+https://github.com/shlomif/perl-XML-LibXML/issues .
 
-For suggestions etc. you may contact the maintainer directly at "pajas at ufal
-dot mff dot cuni dot cz", but in general, it is recommended to use the mailing
-list given below.
+For suggestions etc. you may contact the maintainer directly at
+https://www.shlomifish.org/me/contact-me/ , but in general, it is recommended
+to use the mailing list given below.
 
 For suggestions etc., and other issues related to XML::LibXML you may use the
 perl XML mailing list (perl-xml@listserv.ActiveState.com), where most
index 3a4d37169b12aab7cfa0fee047568c73dc17cad1..8138bce7d9dfd2e71ffbcc42ce386438b3ebc64e 100644 (file)
@@ -22,7 +22,7 @@
         </authorgroup>
 
 
-        <edition>2.0200</edition>
+        <edition>2.0201</edition>
         <copyright>
             <year>2001-2007</year>
             <holder>AxKit.com Ltd</holder>
@@ -45,8 +45,8 @@
         <para>This module implements a Perl interface to the Gnome
           libxml2 library which provides
           interfaces for parsing and manipulating XML files. This
-          module allows Perl programmers to make use of the highly
-          capable validating XML parser and the high performance DOM
+          module allows Perl programmers to make use of its highly
+          capable validating XML parser and its high performance DOM
           implementation.</para>
 
         <sect1>
@@ -155,7 +155,9 @@ See Notes for Microsoft Windows below.)</para>
                 libxml2 before it is released. Thus there are versions
                 of libxml2 that are known not to work properly with
                 XML::LibXML. The Makefile.PL keeps a blacklist of
-                the incompatible libxml2 versions.</para>
+                the incompatible libxml2 versions using Alien::Libxml2.
+                The blacklist itself is kept inside its "alienfile"
+                file.</para>
 
                 <para>If Makefile.PL detects one of the incompatible versions,
                 it notifies the user. It may still happen that
@@ -175,6 +177,9 @@ See Notes for Microsoft Windows below.)</para>
                 reason to assume that it shall work without problems.
                 If Makefile.PL marks a version of libxml2 as incompatible or broken
                 it is done for a good reason.</para>
+
+                <para>Full linking information for libxml2 can be obtained
+                by invoking "xml2-config --libs".</para>
             </sect2>
 
             <sect2>
@@ -223,12 +228,14 @@ See Notes for Microsoft Windows below.)</para>
             <sect2>
                 <title>Notes for Mac OS X</title>
 
-                <para>Due refactoring the module, XML::LibXML will not
-                run with some earlier versions of Mac OS X. It appears that this is related
-                to special linker options for that OS prior to version
-                10.2.2. Since the developers do not have full access to this OS,
-                help/ patches from OS X gurus are highly
-                appreciated.</para>
+                <para>
+                        Due to a refactoring of the module, XML::LibXML will
+                        not run with some earlier versions of Mac OS X. It
+                        appears that this is related to special linker options
+                        for that OS prior to version 10.2.2. Since the
+                        developers do not have full access to this OS, help/
+                        patches from OS X gurus are highly appreciated.
+                </para>
 
                 <para>It is confirmed that XML::LibXML builds and runs
                 without problems since Mac OS X 10.2.6.</para>
@@ -281,9 +288,14 @@ perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'</programlisting>
         <sect1>
             <title>Contact</title>
 
-            <para>For bug reports, please use the CPAN request tracker on http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-LibXML</para>
+            <para>For bug reports, please use the issue tracker at
+                https://github.com/shlomif/perl-XML-LibXML/issues .</para>
 
-            <para>For suggestions etc. you may contact the maintainer directly at "pajas at ufal dot mff dot cuni dot cz", but in general, it is recommended to use the mailing list given below.
+            <para>
+                    For suggestions etc. you may contact the maintainer directly at
+                    https://www.shlomifish.org/me/contact-me/
+                    , but in general, it is recommended to use the mailing
+                    list given below.
             </para>
 
             <para>For suggestions etc., and other issues
@@ -381,6 +393,9 @@ EOT</programlisting>
            unless stated otherwise, you only need to <literal>use XML::LibXML;</literal>
            in your programs.</para>
 
+           <para>Check out <ulink url="http://grantm.github.io/perl-libxml-by-example/">XML::LibXML by Example</ulink>
+           for a tutorial.</para>
+
             <para>For further information, please check the following documentation:</para>
 
             <variablelist>
index 72c686379ddcc096fde7937006c3d93f6fe4a78e..6735393a9191e1e02854fdc5ea8ef917fe4a1db4 100644 (file)
@@ -121,7 +121,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index bcf737033d6721561b915a3c65956d44fd0d4d00..e2f23ac4a61ec2ac2fc886b6bc6245783ecea251 100644 (file)
@@ -7,7 +7,7 @@ use Tie::Hash;
 our @ISA = qw/Tie::Hash/;
 
 use vars qw($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 BEGIN
 {
index a2755e8b2aff5db539570b2651f108107522c673..7a43d551c890f3d6224a4559419956d7d266d6bf 100644 (file)
@@ -16,7 +16,7 @@ use warnings;
 
 use vars qw ($VERSION);
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use overload
         '""' => \&value,
index 899f18d5c827689fc62b1c9180b744dafa7823c7..3d898c70c112e69b6c94850124187cdfd481494a 100644 (file)
@@ -45,7 +45,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index e4af0b4e665ec129420167b3ffa24885882ffc9d..610b6b6bceffc334900441005a847eccf0bc85e2 100644 (file)
@@ -46,7 +46,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index ec984ec64a38add77cf62f187fcf3da36b4061cc..423e6f4707298071802c4aac8f3e30472eb5e2ac 100644 (file)
@@ -24,7 +24,7 @@ use vars qw( @ISA $VERSION @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 @ISA = qw(Exporter);
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use XML::LibXML qw(:libxml);
 
index 04053daafdef16ec52a22ca0c479361e96634896..6b64b42a8911595052dd0e588b02831d716fe5ff 100644 (file)
@@ -116,7 +116,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 12a5817e91e269fb91d8dbbef9b773ec8aae51d6..4e0db219189f3734f5893ae831adf2932f6a204a 100644 (file)
@@ -129,7 +129,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index c53a1fd6a8aee8626e0df2e855c47a5946054101..36007d91ce26ef4cc202460dfec7a4f187052716 100644 (file)
@@ -12,7 +12,7 @@ use warnings;
 use XML::LibXML;
 
 use vars qw ($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use 5.008_000;
 
index 3661a9b96db422752153fe1b9b6515c064c297f8..1c0e25517bd26d6985f8d398e849bf7fed9f056d 100644 (file)
@@ -683,7 +683,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 107b80b08eca1299c47df39eaf2313493f68dab9..a0edfd7c7120be909b43ad6288be1cbf813c9dcb 100644 (file)
@@ -27,7 +27,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index ecfb4fa0711eb58e76c623c555725e0ea90654e4..9851970712a19cfe8a1bdadc6c59c9b5916e427b 100644 (file)
@@ -89,7 +89,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 7104f04d7ab2d412b55fe7be300f2226e35c1254..023be0f7fa30d9d8422762b2a736e0e0415bbb3a 100644 (file)
@@ -382,7 +382,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 6f33f76694dc77f6b66d47bd14ce91e439063f29..6fc32f515861ecc32318f87c4def15c6cea54ecf 100644 (file)
@@ -14,7 +14,7 @@ use strict;
 use warnings;
 use vars qw($VERSION);
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use constant ERR_OK                               => 0;
 use constant ERR_INTERNAL_ERROR                   => 1;
index 05cf717bf9907f0090c0a6203dec15b29a70a1cc..1919fa5fc3f2b0a257aa08be660018c44a389590 100644 (file)
@@ -17,7 +17,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 69b9e1fed9a12de2d9f6acf215933e651f78be1a..dfe235adb49a5380fd9c68331f19423181ed216c 100644 (file)
@@ -29,7 +29,7 @@ use overload
   fallback => 1;
 
 $WARNINGS = 0; # 0: suppress, 1: report via warn, 2: report via die
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use constant XML_ERR_NONE            => 0;
 use constant XML_ERR_WARNING         => 1; # A simple warning
index db6e1ee65e3967f9f0fda75963ce8ac273d190a7..aaf70634139887458208437b083e9ba8efe6ba64 100644 (file)
@@ -244,7 +244,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 751faaecc2e0b81af502d862e91c1b09d5f67b2b..66e0c4a1ee25f55a14ef8e06ff491144037017d0 100644 (file)
@@ -280,7 +280,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 8097b7f5c5271c28cdb06d05c19d8dcf6239ff16..44e219435aecc3437992fc5ec7d58542de9772e5 100644 (file)
@@ -16,7 +16,7 @@ use strict;
 use warnings;
 
 use vars qw ($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use overload
                '""' => \&value,
index 68cc2a16d02002e8e8395d919244f29cc771b083..adc88a8b9cff9f6e0f18dfc51b8826448a5bdb49 100644 (file)
@@ -141,7 +141,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 7d68a6df8cf2f1124480fbb5fa79efbd993639e3..cfb0bfad4582f199bfd413241487bbac94540351 100644 (file)
@@ -763,7 +763,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index dc9b9ecfc693c1fc44a1dab005a0cba4efb88210..3c896d22ec62dd66104c911b33478afb0b544b02 100644 (file)
@@ -17,7 +17,7 @@ use XML::LibXML::Literal;
 use XML::LibXML::Number;
 
 use vars qw($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use overload
         '""' => \&to_literal,
index 478b9773fc4a5a01638d4f443804586476b5dcc2..49f740e5d919252a35eaa3441b7f51eb24d6252f 100644 (file)
@@ -14,7 +14,7 @@ use strict;
 use warnings;
 
 use vars qw ($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use overload
         '""' => \&value,
index 40c562075b1ded71b5df238e3313570c85f22c0e..50ea4f45d1ceabb5fe82e0938e2cb1e46ce5cda4 100644 (file)
@@ -74,7 +74,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 94181d103ec9da391d343adbc8fc9cc763a32443..d20382f87b49c1502051698199c7090d64f0c7b1 100644 (file)
@@ -984,7 +984,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index d338d58090c38b4ebe6c8c48e317119514231152..7eebfff26ecfb1105440e9a2e2a6f65192c99177 100644 (file)
@@ -94,7 +94,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index f698535e487dfd1062acbd272cdb6ccf0e168602..8856f57cd0faea15ec1b7ecabef54034888d0c9e 100644 (file)
@@ -14,7 +14,7 @@ use strict;
 use warnings;
 
 use vars qw ($VERSION);
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use 5.008_000;
 
index bfcba53ab8e48dcaf86b891331e31891a61f0106..1745e26e4c69ef739bd61a5b0120cf6f128adaa3 100644 (file)
@@ -657,7 +657,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 56f0a6c30edf798c25fca65ec84ed8e14779f925..983ab92a072e2ca5f2fcc4c9dbbed80870d05f2a 100644 (file)
@@ -58,7 +58,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 6afc826e38c66f034e973a80c625349bd3f71861..dee2a0e01ca5b400d14fb2487c3a42f56def9644 100644 (file)
@@ -70,7 +70,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 19a0bb2ce59839ae11fd51335b705076a90e7160..3c685bc0ec8bcac1d90882c4c61e43de04e4b807 100644 (file)
@@ -14,7 +14,7 @@ use warnings;
 
 use vars qw($VERSION @ISA);
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 use XML::LibXML;
 use XML::SAX::Base;
index 5f7d2a8b8617fcc3849226d4b30480bf7c4ca2a1..4f848db54b325d05dfbbf63870d0ce169ae69267 100644 (file)
@@ -47,7 +47,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 2ca4a99c04d2dadd94cfc2e554403dbf8f9db043..fb5c51cdfe620e69edf61785eea760345705feed 100644 (file)
@@ -21,7 +21,7 @@ sub CLONE_SKIP {
   return $XML::LibXML::__threads_shared ? 0 : 1;
 }
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 sub new {
     my $class = shift;
index 3192334ddc09d749b6e87c311db549c0d98e6a63..4dd6b4be91cc5d5146859e021c76e8a4320ba481 100644 (file)
@@ -38,7 +38,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index cb91b20257e7794681b162d6180c85421593b63e..0ad30358ba4c074b5dd4ce345b8037ecb48c42a1 100644 (file)
@@ -15,7 +15,7 @@ use warnings;
 use XML::LibXML;
 use vars qw ($VERSION);
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 sub CLONE_SKIP {
   return $XML::LibXML::__threads_shared ? 0 : 1;
index 65973487e4d89c652026011ce023fc123be4182d..3b1723f651b330701d84f26a76128a1186502825 100644 (file)
@@ -18,7 +18,7 @@ use XML::LibXML::Common qw(:libxml);
 use XML::SAX::Base;
 use XML::SAX::DocumentLocator;
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 @ISA = ('XML::SAX::Base');
 
 sub CLONE_SKIP {
index 3c34531e91235c0ffe3555afd333d2d50933ba4e..58185e834df938931cb6e5e90e5bc8d43de5ec1d 100644 (file)
@@ -66,7 +66,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index a5ff61535b0adb6d7ccfd04ab9fdaf99e2d4f7d7..89d9b7e2a985b9dd461c8b502510dfdae742634f 100644 (file)
@@ -170,7 +170,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 8be146082f66cb084479440b3481a848b96ac6a4..8e6db87f907b217272e64136715ef58237fdc435 100644 (file)
@@ -17,7 +17,7 @@ use Carp;
 use XML::LibXML;
 use XML::LibXML::NodeList;
 
-$VERSION = "2.0200"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0201"; # VERSION TEMPLATE: DO NOT CHANGE
 
 # should LibXML XPath data types be used for simple objects
 # when passing parameters to extension functions (default: no)
index 4110543fbe09845ea112c1f4d2c1f50420a00ef9..ec76860d7df7a706a1a0a2ce71a2cb1c9fef5127 100644 (file)
@@ -362,7 +362,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT
 
index 9ba8bd15dbd96851dbc213593e22cc1e563c4d2d..490e9be02a466ab940a00ec631fd83733eea083d 100644 (file)
@@ -52,7 +52,7 @@ Petr Pajas
 
 =head1 VERSION
 
-2.0200
+2.0201
 
 =head1 COPYRIGHT