Hello community, here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory checked in at 2016-07-07 15:08:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old) and /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-LibXML" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes 2016-06-03 16:37:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 2016-07-07 15:08:14.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jun 27 08:44:41 UTC 2016 - [email protected] + +- updated to 2.0126 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0126 2016-06-24 + - Workaround RT#114638: + - 2.9.4 broke XSD Schema support. + - https://rt.cpan.org/Public/Bug/Display.html?id=114638 + - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression + - https://bugzilla.gnome.org/show_bug.cgi?id=766834 + - https://github.com/shlomif/perl-XML-LibXML/pull/1 + - Thanks to Paul for the report and to RURBAN for a pull-req. + - Add t/release-kwalitee.t for testing CPANTS Kwalitee. + +------------------------------------------------------------------- Old: ---- XML-LibXML-2.0125.tar.gz New: ---- XML-LibXML-2.0126.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-LibXML.spec ++++++ --- /var/tmp/diff_new_pack.kOdGMR/_old 2016-07-07 15:08:15.000000000 +0200 +++ /var/tmp/diff_new_pack.kOdGMR/_new 2016-07-07 15:08:15.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 2.0125 +Version: 2.0126 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 @@ -31,9 +31,13 @@ BuildRequires: perl-macros BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::SAX) >= 0.11 +BuildRequires: perl(XML::SAX::Base) +BuildRequires: perl(XML::SAX::Exception) BuildRequires: perl(parent) Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::SAX) >= 0.11 +Requires: perl(XML::SAX::Base) +Requires: perl(XML::SAX::Exception) Requires: perl(parent) %{perl_requires} # MANUAL BEGIN ++++++ XML-LibXML-2.0125.tar.gz -> XML-LibXML-2.0126.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/Changes new/XML-LibXML-2.0126/Changes --- old/XML-LibXML-2.0125/Changes 2016-05-30 11:16:34.000000000 +0200 +++ new/XML-LibXML-2.0126/Changes 2016-06-24 18:15:37.000000000 +0200 @@ -1,5 +1,15 @@ Revision history for Perl extension XML::LibXML +2.0126 2016-06-24 + - Workaround RT#114638: + - 2.9.4 broke XSD Schema support. + - https://rt.cpan.org/Public/Bug/Display.html?id=114638 + - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression + - https://bugzilla.gnome.org/show_bug.cgi?id=766834 + - https://github.com/shlomif/perl-XML-LibXML/pull/1 + - Thanks to Paul for the report and to RURBAN for a pull-req. + - Add t/release-kwalitee.t for testing CPANTS Kwalitee. + 2.0125 2016-05-30 - Moved the repository from Mercurial and BitBucket to Git and GitHub: - https://github.com/shlomif/perl-XML-LibXML diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.pm new/XML-LibXML-2.0126/LibXML.pm --- old/XML-LibXML-2.0125/LibXML.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/LibXML.pm 2016-06-24 18:16:20.000000000 +0200 @@ -29,7 +29,7 @@ use IO::Handle; # for FH reads called as methods BEGIN { -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE $ABI_VERSION = 2; require Exporter; require DynaLoader; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.pod new/XML-LibXML-2.0126/LibXML.pod --- old/XML-LibXML-2.0125/LibXML.pod 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/LibXML.pod 2016-06-24 18:17:16.000000000 +0200 @@ -505,7 +505,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.xs new/XML-LibXML-2.0126/LibXML.xs --- old/XML-LibXML-2.0125/LibXML.xs 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/LibXML.xs 2016-06-24 18:01:53.000000000 +0200 @@ -1616,6 +1616,10 @@ CODE: #ifdef HAVE_SCHEMAS RETVAL = 1; +# if LIBXML_VERSION == 20904 + /* exists but broken https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression */ + RETVAL = 0; +# endif #else RETVAL = 0; #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/MANIFEST new/XML-LibXML-2.0126/MANIFEST --- old/XML-LibXML-2.0125/MANIFEST 2016-05-30 11:24:22.000000000 +0200 +++ new/XML-LibXML-2.0126/MANIFEST 2016-06-24 18:20:02.000000000 +0200 @@ -190,6 +190,7 @@ t/lib/Stacker.pm t/lib/TestHelpers.pm t/pod.t +t/release-kwalitee.t t/style-trailing-space.t test/relaxng/badschema.rng test/relaxng/demo.rng diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/META.json new/XML-LibXML-2.0126/META.json --- old/XML-LibXML-2.0125/META.json 2016-05-30 11:24:22.000000000 +0200 +++ new/XML-LibXML-2.0126/META.json 2016-06-24 18:20:02.000000000 +0200 @@ -4,7 +4,7 @@ "Petr Pajas" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 2.150001", + "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 2.150005", "keywords" : [ "dom", "html", @@ -52,6 +52,8 @@ "Test::More" : "0", "XML::NamespaceSupport" : "1.07", "XML::SAX" : "0.11", + "XML::SAX::Base" : "0", + "XML::SAX::Exception" : "0", "base" : "0", "parent" : "0", "perl" : "5.008", @@ -68,5 +70,6 @@ "url" : "https://github.com/shlomif/perl-XML-LibXML" } }, - "version" : "2.0125" + "version" : "2.0126", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/META.yml new/XML-LibXML-2.0126/META.yml --- old/XML-LibXML-2.0125/META.yml 2016-05-30 11:24:22.000000000 +0200 +++ new/XML-LibXML-2.0126/META.yml 2016-06-24 18:20:02.000000000 +0200 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 2.150001' +generated_by: 'ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 2.150005' keywords: - dom - html @@ -37,6 +37,8 @@ Test::More: '0' XML::NamespaceSupport: '1.07' XML::SAX: '0.11' + XML::SAX::Base: '0' + XML::SAX::Exception: '0' base: '0' parent: '0' perl: '5.008' @@ -46,4 +48,5 @@ resources: homepage: https://github.com/shlomif/perl-XML-LibXML repository: https://github.com/shlomif/perl-XML-LibXML -version: '2.0125' +version: '2.0126' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/Makefile.PL new/XML-LibXML-2.0126/Makefile.PL --- old/XML-LibXML-2.0125/Makefile.PL 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/Makefile.PL 2016-06-24 18:17:16.000000000 +0200 @@ -51,6 +51,8 @@ 'warnings' => 0, 'XML::NamespaceSupport' => '1.07', 'XML::SAX' => '0.11', + 'XML::SAX::Base' => '0', + 'XML::SAX::Exception' => '0', }, 'OBJECT' => '$(O_FILES)', # add the DOM extensions to libxml2 ($ExtUtils::MakeMaker::VERSION >= 6.54) @@ -186,6 +188,8 @@ [2,7,1,0], # broken release, broken utf-16 [2,7,6,1], # tested, ok [2,7,8,1], # tested, ok + [2,9,3,1], # schema regression + [2,9,4,0], # schema regression ); my $xml2cfg = "xml2-config"; my $libprefix = $ENV{XMLPREFIX} || $config{XMLPREFIX}; @@ -206,14 +210,19 @@ if ( $@ ) { if ( $@ =~ /^VERSION|^FORCED/ ) { - print STDERR "The installed version of libxml2 not compatible with XML::LibXML (and probably buggy)!\n\n". + my $libxml2_version; + print STDERR "The installed version of libxml2 $@ is not compatible with XML::LibXML (and probably buggy)!\n\n". "You may continue at your own risk using 'perl Makefile.PL FORCE=1', but:\n\n". " - don't expect XML::LibXML to build or work correctly!\n". " - don't report errors!\n". " - don't send patches!\n\n". "Check the README file for more information on versions\n". "that are tested with XML::LibXML\n\n"; - exit 0 unless $FORCE; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) + if ($@ =~ /^VERSION (\S+)/) { + $libxml2_version = $1; + } + # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) + exit 0 if !$FORCE and $libxml2_version ne "2.9.4"; } if ( $@ =~ /^UNTESTED (\S*)/ ) { warn "Note: libxml2 $1 was not tested with this XML::LibXML version.\n" @@ -245,6 +254,7 @@ } } } + # -------------------------------------------------------------------------- # # -------------------------------------------------------------------------- # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/debian/copyright new/XML-LibXML-2.0126/debian/copyright --- old/XML-LibXML-2.0125/debian/copyright 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/debian/copyright 2016-06-01 18:43:57.000000000 +0200 @@ -8,7 +8,7 @@ Copyright: -Copyright 2001-2003, AxKit.com Ltd. +Copyright 2001-2003, AxKit.com Ltd. Copyright 2002-2006 Christian Glahn Copyright 2006-2009 Petr Pajas diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/debian/libxml-libxml-perl.postinst new/XML-LibXML-2.0126/debian/libxml-libxml-perl.postinst --- old/XML-LibXML-2.0125/debian/libxml-libxml-perl.postinst 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/debian/libxml-libxml-perl.postinst 2016-06-01 18:43:43.000000000 +0200 @@ -14,7 +14,7 @@ update-perl-sax-parsers --update fi -## ---------------------------------------------------------------------- +## ---------------------------------------------------------------------- ## automatically generated debhelper commands #DEBHELPER# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/debian/libxml-libxml-perl.prerm new/XML-LibXML-2.0126/debian/libxml-libxml-perl.prerm --- old/XML-LibXML-2.0125/debian/libxml-libxml-perl.prerm 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/debian/libxml-libxml-perl.prerm 2016-06-01 18:43:52.000000000 +0200 @@ -14,7 +14,7 @@ update-perl-sax-parsers --update fi -## ---------------------------------------------------------------------- +## ---------------------------------------------------------------------- ## automatically generated debhelper commands #DEBHELPER# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/debian/rules new/XML-LibXML-2.0126/debian/rules --- old/XML-LibXML-2.0125/debian/rules 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/debian/rules 2016-06-01 18:44:01.000000000 +0200 @@ -33,7 +33,7 @@ build: build-stamp build-stamp: dh_testdir - + # Add here commands to compile the package. $(PERL) Makefile.PL INSTALLDIRS=vendor SKIP_SAX_INSTALL=1 # DEFINE=-DXS_WARNINGS @@ -51,7 +51,7 @@ dh_clean -install: +install: dh_testdir dh_testroot dh_clean -k @@ -71,7 +71,7 @@ dh_testdir dh_testroot dh_installdocs README - dh_installexamples + dh_installexamples dh_installmenu # dh_installemacsen # dh_installinit @@ -84,13 +84,13 @@ dh_fixperms # dh_makeshlibs dh_installdeb - dh_perl + dh_perl dh_shlibdeps --exclude=libxml2 dh_gencontrol dh_md5sums dh_builddeb --destdir=$(DESTDIR) -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/docs/libxml.dbk new/XML-LibXML-2.0126/docs/libxml.dbk --- old/XML-LibXML-2.0125/docs/libxml.dbk 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/docs/libxml.dbk 2016-06-24 18:17:16.000000000 +0200 @@ -22,7 +22,7 @@ </authorgroup> - <edition>2.0125</edition> + <edition>2.0126</edition> <copyright> <year>2001-2007</year> <holder>AxKit.com Ltd</holder> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/example/test.html new/XML-LibXML-2.0126/example/test.html --- old/XML-LibXML-2.0125/example/test.html 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/example/test.html 2016-06-01 18:44:08.000000000 +0200 @@ -84,7 +84,7 @@ string and (optionally) the ecoding string. Simply calling <STRONG>createDocument</STRONG> will create the document: <P> -<PRE> +<PRE> <?xml version="your version" encoding="your encoding"?> </PRE> <P> @@ -92,7 +92,7 @@ implied (and set). The call of <STRONG>createDocument</STRONG> without any parameter will result the following code: <P> -<PRE> +<PRE> <?xml version="1.0"?> </PRE> <DT><STRONG><A NAME="item_getEncoding">getEncoding</A></STRONG><DD> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/example/test.xhtml new/XML-LibXML-2.0126/example/test.xhtml --- old/XML-LibXML-2.0125/example/test.xhtml 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/example/test.xhtml 2016-06-01 18:44:22.000000000 +0200 @@ -38,13 +38,13 @@ The constructor for the document class. As Parameter it takes the version string and (optionally) the ecoding string. Simply calling <strong>createDocument</strong> will create the document: -</p><p/><pre> +</p><p/><pre> <?xml version="your version" encoding="your encoding"?> </pre><p> Both parameter are optional. The default value for <strong>$version</strong> is <em>1.0</em> , of course. If the <strong>$encoding</strong> parameter is not set, the encoding will be left unset, which means UTF8 is implied (and set). The call of <strong>createDocument</strong> without any parameter will result the following code: -</p><p/><pre> +</p><p/><pre> <?xml version="1.0"?> </pre></dd><dt><strong><a name="item_getEncoding">getEncoding</a></strong></dt><dd><p> returns the encoding string of the document diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/example/thedieline.rss new/XML-LibXML-2.0126/example/thedieline.rss --- old/XML-LibXML-2.0125/example/thedieline.rss 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/example/thedieline.rss 2016-06-01 18:44:11.000000000 +0200 @@ -20,8 +20,8 @@ </author> <category scheme="http://www.sixapart.com/ns/types#category" term="Industry: Wine & Spirits" /> <category scheme="http://www.sixapart.com/ns/types#category" term="Substrate: Glass Bottle" /> - - + + <content type="html" xml:lang="en-US" xml:base="http://www.thedieline.com/blog/"><font color="#000000" ><p><Img align="left" border="0" height="1" width="1" style="border:0;float:left;margin:0;" vspace="0" hspace="0" src="http://feeds.feedblitz.com/~/i/15124587/1ir2jk/thedieline"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://feeds.feedblitz.com/~/t/0/1ir2jk/thedieline/~http://www.thedieline.com/.a/6a00d8345250f069e20133f1a97caa970b-popup" onclick="window.open( this.href, &#39;_blank&#39;, &#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&#39; ); return false" style="display: inline;"><img alt="1" class="asset asset-image at-xid-6a00d8345250f069e20133f1a97caa970b " src="http://www.thedieline.com/.a/6a00d8345250f069e20133f1a97caa970b-550wi" style="width: 540px; " ></a> <br>Lisbon based <a href="http://feeds.feedblitz.com/~/t/0/1ir2jk/thedieline/~http://"></a><a href="http://feeds.feedblitz.com/~/t/0/1ir2jk/thedieline/~http://www.ntgj.org/" target="_blank">NT.GJ</a> designed this cherry liqueur concept which features actual cherries within...</div><p><a href="http://feeds.feedblitz.com/~/15124587/1ir2jk/thedieline">CLICK HERE to read the rest of the post...</a> <!-- _!fbztxtlnk!_ http://feeds.feedblitz.com/~/15124587/1ir2jk/thedieline -->&raquo;</p></font><p><div style="clear:both;"><em>(Want to see more packaging? Visit <a href="http://www.TheDieline.com">TheDieline.com</a>!)</em><p></div></p> <div style="clear:both;"><a title="Tweet with Bit.ly" href="http://bit.ly/?v=3&ref=feedblitz&u=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/bitly.jpg"></a> <a title="Add to Delicious" href="http://delicious.com/post?url=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/delicious.jpg"></a> <a title="Digg This" href="http://digg.com/submit?phase=2&url=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/digg.jpg"></a> <a title="Add to FaceBook" href="http://facebook.com/share.php?u=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/facebook.jpg"></a> <a title="Add to Google Bookmarks" href="http://google.com/bookmarks/mark?op=edit&bkmk=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/google.jpg"></a> <a title="Stumble This" href="http://stumbleupon.com/submit?url=http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+�“bidos"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/stumble.jpg"></a> <a title="Tweet This" href="http://twitter.com/home?status=Ginja+d%26%2339%3b+�“bidos+http%3a%2f%2fwww.thedieline.com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html"><img height="16" border="0" src="http://assets.feedblitz.com/images/icons/twitter.jpg"></a> <a title="Subscribe by RSS" href="http://feeds.feedblitz.com/thedieline"><img height="16" border="0" src="http://assets.feedblitz.com/images/rss.gif"></a> <a title="View Comments" href="http://www.thedieline.com/blog/2010/06/ginja-d-%C3%B3bidos.html"><img height=16 border=0 src="http://assets.feedblitz.com/images/comment.png"></a> </div></content></entry></feed> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/example/yahoo-finance-html-with-errors.html new/XML-LibXML-2.0126/example/yahoo-finance-html-with-errors.html --- old/XML-LibXML-2.0125/example/yahoo-finance-html-with-errors.html 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/example/yahoo-finance-html-with-errors.html 2016-06-01 18:44:37.000000000 +0200 @@ -9,7 +9,7 @@ <meta name="y_key" content="2979c345cc559e95"> <!-- Yahoo! SiteExplorer Meta Tag for Authentication --> <meta property="fb:admins" content="100000971447717" /><!-- to have our domain recognized by FB bug:3787508 --> <meta name="slice" scheme="IE" content="off"> - + <link rel="shortcut icon" href="http://l.yimg.com/a/i/brand/purplelogo/fin/favicon32.ico"> <meta name="application-name" content="Yahoo! Finance" /> @@ -25,7 +25,7 @@ </script> - + <link rel="stylesheet" type="text/css" href="http://l.yimg.com/bm/combo?fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/reset-fonts-grids/2.0.0/mini/reset-fonts-grids.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/layout.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/finance-base.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/finance-theme.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/article-content-col.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/article-related-col.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/debug.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/headline-lineback.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_streaming.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_nav_topnav_base.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_nav_topnav_theme.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_nav_quotebar.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_nav_footer_base.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_nav_footer_theme.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yui_helper.css&fi/common/p/d/static/css/2.0.187526/2.0.0/mini/yfi_symbol_suggest.css" /> <link rel="stylesheet" type="text/css" href="http://l.yimg.com/bm/lib/fi/common/p/d/static/css/2.0.187526/2.0.0/fp.css"> <!--[if lte IE 6]> @@ -83,9 +83,9 @@ <div id="yfi_nav_header"> - <div id="yfi_fp_ad_turbo_tax"> + <div id="yfi_fp_ad_turbo_tax"> <!-- gd2-status- --><!-- SpaceID=7037371 loc=TAB noad --> -<!--QYZ ,,;;;7037371;;--> +<!--QYZ ,,;;;7037371;;--> </div> <div id="yfs_bar" > @@ -95,7 +95,7 @@ <span id="yfs_wthis" > <a href="http://help.yahoo.com/l/us/yahoo/finance/quotes/quote-63.html">What are streaming quotes?</a> </span> - </div> + </div> </div> </div> <input type="hidden" id=".yficrumb" name=".yficrumb" value="wT/4MWkg57C"></input> <span id="yfs_common_params" class="yfs_common_params"> @@ -174,7 +174,7 @@ </div> <script> - + (function(el) { function focusHandler(e){ if (e && e.target){ @@ -184,12 +184,12 @@ } // Handle !IE browsers that do not support the .activeElement property if(!document.activeElement){ - if (document.addEventListener){ + if (document.addEventListener){ document.addEventListener("focus", focusHandler, true); } } })(document); - + </script><div id="y-nav-sec" class="clear"><div id="searchQuotes" class="ticker-search mod" mode="search"> <div class="hd"></div> <div class="bd"><form id="quote" name="quote" action="/q"> @@ -201,10 +201,10 @@ </div> </div></div> - + </div> <div id="yfi_fp_bd"> - + <div id="yfi_fp_ad_nt1"> <!-- gd2-status-2 --><!-- SpaceID=7037371 loc=NT1 noad --> <script language=javascript> @@ -212,7 +212,7 @@ window.yzq_d['qSEqE0wNPOU-']='&U=12b2spem1%2fN%3dqSEqE0wNPOU-%2fC%3d-1%2fD%3dNT1%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=G5fVPkwNcmBzuF95TK4wVQN4T7UPG04LAxAADt6H&T=19b50m7j5%2fX%3d1309344529%2fE%3d7037371%2fR%3dfin%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1497213328%2fH%3dY29udGVudD0iZmluYW5jZSIgcmVmdXJsPSJyZWZlcl8iIHNlcnZlSWQ9Ikc1ZlZQa3dOY21CenVGOTVUSzR3VlFONFQ3VVBHMDRMQXhBQUR0NkgiIHNpdGVJZD0iNDQ1MTA1MSIgdFN0bXA9IjEzMDkzNDQ1MjkwNjYzMjIiIA--%2fQ%3d-1%2fS%3d1%2fJ%3d88720D4C&U=12b2spem1%2fN%3dqSEqE0wNPOU-%2fC%3d-1%2fD%3dNT1%2fB%3d-1%2fV%3d0"></noscript><!--QYZ ,,;;NT1;7037371;2;--> </div> - + <div id="yfi_fp_left"> <div id="yfi_fp_left_top"> <div id="yfi_fp_ad_nns"> @@ -224,11 +224,11 @@ </div> - + <div id="yfi_fp_weekend_container"> - + <div id="yfi_fp_ad_ew"> @@ -273,8 +273,8 @@ window.yzq_d['rSEqE0wNPOU-']='&U=12bb3ven0%2fN%3drSEqE0wNPOU-%2fC%3d-1%2fD%3dNWP%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=G5fVPkwNcmBzuF95TK4wVQN4T7UPG04LAxAADt6H&T=19aa9p218%2fX%3d1309344529%2fE%3d7037371%2fR%3dfin%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d427538847%2fH%3dY29udGVudD0iZmluYW5jZSIgcmVmdXJsPSJyZWZlcl8iIHNlcnZlSWQ9Ikc1ZlZQa3dOY21CenVGOTVUSzR3VlFONFQ3VVBHMDRMQXhBQUR0NkgiIHNpdGVJZD0iNDQ1MTA1MSIgdFN0bXA9IjEzMDkzNDQ1MjkwNjYzMjIiIA--%2fQ%3d-1%2fS%3d1%2fJ%3d88720D4C&U=12bb3ven0%2fN%3drSEqE0wNPOU-%2fC%3d-1%2fD%3dNWP%2fB%3d-1%2fV%3d0"></noscript><!--QYZ ,,;;NWP;7037371;2;--></div> </div> - - + + <div class="yfi_fp_module_2"> @@ -586,7 +586,7 @@ <div class="ft"> - + <a href="http://finance.yahoo.com/news;_ylt=AtdmrEKxpm_SuVLwZ8JcxmC7YWsA;_ylu=X3oDMTFib2gwMmV0BHBvcwMxBHNlYwN0b3BTdG9yaWVzRm9vdGVyBHNsawN2aWV3bW9yZXRvcHM-" class="view_more" title="View more top stories">» View more top stories</a> </div> @@ -612,10 +612,10 @@ <a href="http://finance.yahoo.com/lifelonginvesting/archive/;_ylt=Anb75Tox1LtcESRYPNEYmda7YWsA;_ylu=X3oDMTE1YWM2b2g4BHBvcwM1BHNlYwNmaWRlbGl0eUZQBHNsawMxODd2aWV3bW9yZXM-" class="view_more">» View More Stories...</a> </div> - + <div class="ft sponsored_by"> Sponsored by: - + <a href="http://global.ard.yahoo.com/SIG=15kmpj9ae/M=793093.14557503.14387047.11191076/D=fin/S=7037371:MH/Y=YAHOO/EXP=1309351729/L=G5fVPkwNcmBzuF95TK4wVQN4T7UPG04LAxAADt6H/B=pSEqE0wNPOU-/J=1309344529246682/K=5_Sb5ZAb9p2RYb6J.g4sVg/A=6391461/R=0/SIG=11kfvfhr4/*http://ad.doubleclick.net/clk;240642260;57648988;u" target="_blank"><img src="http://ads.yimg.com/a/a/fi/fidelity13/120x30.gif" alt="" width="120" height="30" border="0"></a><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['pSEqE0wNPOU-']='&U=13e1e9ib6%2fN%3dpSEqE0wNPOU-%2fC%3d793093.14557503.14387047.11191076%2fD%3dMH%2fB%3d6391461%2fV%3d1'; @@ -632,7 +632,7 @@ <div id="yfi_fp_daily_ticker" class="yfi_fp_module yfi_fp_flexible_editorial"> <div class="hd"> <h3><a href="http://finance.yahoo.com/blogs/daily-ticker/;_ylt=AnMgyXxEcKe_51u0XZUc84a7YWsA;_ylu=X3oDMTFjMnRndGtzBHBvcwMxBHNlYwNGUERhaWx5VGlja2VyQmxvZwRzbGsDdGhlZGFpbHl0aWNr" >The Daily Ticker</a></h3> - + </div> <div class="bd"> <ul class="story_list"> <li> @@ -661,12 +661,12 @@ </div> </div> - + <!-- [bug 4297524] New module for Breakout Blog module on FP - editorially controlled --> <div id="yfi_fp_breakout" class="yfi_fp_module yfi_fp_flexible_editorial"> <div class="hd"> <h3><a href="http://finance.yahoo.com/blogs/breakout/;_ylt=Agt1JFpVAl6r.rGV4R78vm.7YWsA;_ylu=X3oDMTE1bzk5Z2FkBHBvcwMxBHNlYwNGUEJyZWFrb3V0QmxvZwRzbGsDYnJlYWtvdXQ-" >Breakout</a></h3> - + </div> <div class="bd"> <ul class="story_list"> <li> @@ -692,7 +692,7 @@ </div> - + <div id="yfi_fp_article_summaries" class="yfi_fp_module"> <div class="hd"></div> @@ -701,7 +701,7 @@ <div class="yfi_fp_flexible_editorial" id="yfi_fp_personal_finance"> <div class="hd"> <h3><a href="http://finance.yahoo.com/personal-finance;_ylt=AqkriuCb._X5hnNcEmkXfnW7YWsA;_ylu=X3oDMTFhcHJia29kBHBvcwMxBHNlYwNwZXJzb25hbEZpbmFuY2UEc2xrA3BlcnNvbmFsZmluYQ--" >Personal Finance</a></h3> - + </div> <div class="bd"> <ul class="story_list"> <li> @@ -714,7 +714,7 @@ </div> </li> </ul> <ul class="list"> <li><a href="http://us.lrd.yahoo.com/_ylt=AjmwXZCAEy9rxbOaJlo5pqG7YWsA;_ylu=X3oDMTFhZGkzNjFyBHBvcwM0BHNlYwNwZXJzb25hbEZpbmFuY2UEc2xrA2V4dHJlbWVjb3Vwbw--/SIG=147dvharn/EXP=1310554128/**http%3A//financiallyfit.yahoo.com/finance/article-113020-10125-1-how-to-get-the-most-from-coupons%3Fywaad=ad0035%26nc" >'Extreme Couponing' Show Draws Backlash</a><cite>- CBS MoneyWatch</cite> </li> <li><a href="http://finance.yahoo.com/news/Sell-your-house-hmoney-3618583893.html;_ylt=AlrntrcdceiBP.cTkOuQmWK7YWsA;_ylu=X3oDMTFhMGNyODlsBHBvcwM1BHNlYwNwZXJzb25hbEZpbmFuY2UEc2xrA2hvd3Rvc2VsbHlvdQ--?x=0" >How to Sell Your House Faster</a><cite>- Money</cite> </li> </ul> - + </div> </div> @@ -729,7 +729,7 @@ <div class="yfi_fp_flexible_editorial" id="yfi_fp_expert_opinion"> <div class="hd"> <h3><a href="http://finance.yahoo.com/expert/index;_ylt=AnInLRpLIH6K7Bhu0T2Cin67YWsA;_ylu=X3oDMTFmaWx1OXZsBHBvcwMxBHNlYwNleHBlcnRPcGluaW9uRHluYW1pYwRzbGsDY29tbWVudGFyeWFu" >Commentary and Analysis</a></h3> - + </div> <div class="bd"> <ul class="story_list"> <li> @@ -759,7 +759,7 @@ <div class="yfi_fp_flexible_editorial" id="yfi_fp_special_features"> <div class="hd"> <h3><a font=”#ff6600”>Special Features</font></h3> - + </div> <div class="bd"> <ul class="story_list"> <li> @@ -773,7 +773,7 @@ </div> </li> </ul> <ul class="list"> <li><a href="http://finance.yahoo.com/news/Who-Says-China-Inflation-is-cnbc-744872582.html;_ylt=AnLqkLVdX.8y9H3ob5VQbBK7YWsA;_ylu=X3oDMTFhNmJrMTlsBHBvcwMzBHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA3dob3NheXNjaGluYQ--?x=0" >Who Says China Inflation is Under Control</a><cite>- CNBC </cite> </li> <li><a href="http://finance.yahoo.com/news/Obamas-Choice-on-Jobs-nytimes-2356562885.html;_ylt=Am03m0B4AMuG.kiG0VU8GD67YWsA;_ylu=X3oDMTFhMTAxaW82BHBvcwM0BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA29iYW1hc2Nob2ljZQ--?x=0" >Obama's Choice on Jobs: Politics or Policy</a><cite>- NYTimes </cite> </li> <li><a href="http://finance.yahoo.com/banking-budgeting/article/113026/pepsico-new-ad-campaign-wsj;_ylt=Amb7LkLZeSZbECh_yaVkw0S7YWsA;_ylu=X3oDMTFhYThjdjlnBHBvcwM1BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA3BlcHNpY293YWtlcw--?mod=bb-budgeting" >PepsiCo Wakes Up and Smells the Cola </a><cite>- WSJ </cite> </li> <li><a href="http://finance.yahoo.com/news/Greece-debt-crisis-Austerity-cnnm-3976715812.html;_ylt=AuhZZHicb3CUVMnj_6HknD.7YWsA;_ylu=X3oDMTFhcWtwdWpwBHBvcwM2BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA2dyZWVjZWRlYnRjcg--?x=0" >Greece Debt Crisis: Austerity Kills the Economy</a><cite>- CNNMoney </cite> </li> <li><a href="http://finance.yahoo.com/banking-budgeting/article/113027/internets-winners-losers-barrons;_ylt=AhYJqgwlMuKqvy2t0mQf9Ou7YWsA;_ylu=X3oDMTFhZDRlOGJ1BHBvcwM3BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA3RoZWludGVybmV0cw--?mod=bb-budgeting" >The Internet’s Winners and Losers</a><cite>- Barrons.com </cite> </li> <li><a href="http://finance.yahoo.com/news/Women-Break-Down-Barriers-in-nytimes-3988374077.html;_ylt=Atl2BzndbjAc_hmcB_lUhOq7YWsA;_ylu=X3oDMTFhb3NpcTRxBHBvcwM4BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA3dvbWVuYnJlYWtkbw--?x=0" >Women Break Down Barriers in Mideast Finance</a><cite>- NYTimes </cite> </li> <li><a href="http://finance.yahoo.com/banking-budgeting/article/113025/gold-bull-barrons;_ylt=AnGUR9QAJjr8m0SPRmlzFCu7YWsA;_ylu=X3oDMTFhZGxhNDZ2BHBvcwM5BHNlYwNzcGVjaWFsRmVhdHVyZXMEc2xrA2dvbGRidWxsc3RpbA--?mod=bb-budgeting" >Gold Bull Still Has Legs</a><cite>- Barrons.com </cite> </li> <li><a href="http://finance.yahoo.com/news/In-the-Teamsters-a-Candidate-nytimes-4015797175.html;_ylt=ApH2RdfJx.j9LEsSYGT_CSy7YWsA;_ylu=X3oDMTFibmJiaGc1BHBvcwMxMARzZWMDc3BlY2lhbEZlYXR1cmVzBHNsawNmaXJzdGZlbWFsZWM-?x=0" >First Female Candidate Eyes Teamsters' Reins</a><cite>- NYTimes </cite> </li> </ul> - + </div> </div> @@ -781,7 +781,7 @@ <div class="ft"></div> </div> - + </div> <div id="yfi_fp_left_bottom"> @@ -902,10 +902,10 @@ <!-- poll module removed as per ticket 2844002 richc - + --> - - + + <div class="MwTopSearch hslice entry-content" id="yfi_top_searches"> <div class="entry-title"><a href="http://finance.yahoo.com/;_ylt=Ai_DbJoJ_RQg3Aa_R6dczTa7YWsA;_ylu=X3oDMTFmbDllYWRpBHBvcwMxBHNlYwNNd19Ub3BzZWFyY2hfTGlzdGluZwRzbGsDeWFob29maW5hbmNl" class="webSliceLogo">Yahoo! Finance </a>Trending Now</div> <div class="hd"><h2>Trending Now</h2></div> @@ -941,7 +941,7 @@ </div> </div> <div class="yfi_ad_s"> - + </div> </div> <div id="yfi_fp_ft"> @@ -1082,50 +1082,50 @@ }); </script> - + <script type="text/javascript" src="http://l.yimg.com/bm/combo?fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/yuiloader-dom-event/2.0.0/mini/yuiloader-dom-event.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/cookie/2.0.0/mini/cookie.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/connection/2.0.0/mini/connection.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/container/2.0.0/mini/container.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/animation/2.0.0/mini/animation.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/element/2.0.0/mini/element.js&fi/common/p/d/static/js/2.0.187526/yui_2.8.0/build/tabview/2.0.0/mini/tabview.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/ylc_1.9.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_fp.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_mod_tech_ticker.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_symbolsuggest.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_ie9_pinning.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yui-min-3.2.0.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_nav_topnav.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_nav_topnav_init.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_symbol_suggest.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_loader.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_init_symbol_suggest.js&fi/common/p/d/static/js/2.0.187526/2.0.0/mini/yfi_common.js&fi/common/p/d/static/js/2.0.187526/streaming/2.0.0/mini/yfi_cookie.js&fi/common/p/d/static/js/2.0.187526/streaming/2.0.0/mini/yfs.js&fi/common/p/d/static/js/2.0.187526/streaming/2.0.0/mini/yfs_backend.js&fi/common/p/d/static/js/2.0.187526/streaming/2.0.0/mini/yfs_frontend.js&fi/common/p/d/static/js/2.0.187526/translations/2.0.0/mini/yfs_l10n_en-US.js&fi/common/p/d/static/js/2.0.187526/streaming/2.0.0/mini/yfs_util.js"></script> <script type="text/javascript"> if(typeof(YAHOO.Finance) == "undefined" || typeof(YAHOO.Finance.ConfigL10n) == "undefined") { YAHOO.namespace("YAHOO.Finance.CommonL10n"); - } + } YAHOO.Finance.CommonL10n = { lang: "en-US", region: "US", intl: "us" - }; + }; </script> - + <script type="text/javascript" src="http://l.yimg.com/zz/combo?kx/ucs/common/js/1/setup-min.js&kx/ucs/sts/js/83/skip-min.js&kx/ucs/menu_utils/js/134/menu_utils-min.js&kx/ucs/username/js/33/user_menu-min.js&kx/ucs/help/js/35/help_menu-min.js&kx/ucs/utility_link/js/15/utility_menu-min.js&kx/ucs/common/js/127/logo_debug-min.js&kx/ucs/common/js/1/setup-min.js&kx/ucs/common/js/110/jsonp-super-cached-min.js&kx/ucs/avatar/js/14/avatar-min.js&kx/ucs/homepage/js/124/homepage-min.js&kx/ucs/search/js/179/search-min.js"></script> - - <script type="text/javascript"> - yinc="<script type=\"text/javascript\" src=\"http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/yahoo_2.0.6.js\">\<\/\script>" - yevent="<script type=\"text/javascript\" src=\"http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/event_2.0.6.js\">\<\/\script>" + + <script type="text/javascript"> + yinc="<script type=\"text/javascript\" src=\"http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/yahoo_2.0.6.js\">\<\/\script>" + yevent="<script type=\"text/javascript\" src=\"http://us.js2.yimg.com/us.js.yimg.com/lib/common/utils/2/event_2.0.6.js\">\<\/\script>" ystrip="<script type=\"text/javascript\" src=\"http://l.yimg.com/d/lib/ult/strip_1.12.js\">\<\/\script>" - - if(typeof YAHOO=="undefined") - { - document.write(yinc); - document.write(yevent); - document.write(ystrip); - }else - { - document.write(ystrip); - } + + if(typeof YAHOO=="undefined") + { + document.write(yinc); + document.write(yevent); + document.write(ystrip); + }else + { + document.write(ystrip); + } </script> <script type="text/javascript"> YAHOO.util.Event.addListener(window, 'load', function() { setTimeout(YAHOO.Finance.Streaming.init, 5000); }); </script> - - - - - + + + + + <script type="text/javascript"> YAHOO.Finance.Frontpage.constant.Bucket = 'dflt'; @@ -1133,21 +1133,21 @@ </script> - + <!-- gd2-status- --><!-- SpaceID=7037371 loc=FCUE noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['oCEqE0wNPOU-']='&U=12cvq11h5%2fN%3doCEqE0wNPOU-%2fC%3d-1%2fD%3dFCUE%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=G5fVPkwNcmBzuF95TK4wVQN4T7UPG04LAxAADt6H&T=19b396761%2fX%3d1309344529%2fE%3d7037371%2fR%3dfin%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d2081155561%2fH%3dY29udGVudD0iZmluYW5jZSIgcmVmdXJsPSJyZWZlcl8iIHNlcnZlSWQ9Ikc1ZlZQa3dOY21CenVGOTVUSzR3VlFONFQ3VVBHMDRMQXhBQUR0NkgiIHNpdGVJZD0iNDQ1MTA1MSIgdFN0bXA9IjEzMDkzNDQ1MjkwNjYzMjIiIA--%2fQ%3d-1%2fS%3d1%2fJ%3d88720D4C&U=12cvq11h5%2fN%3doCEqE0wNPOU-%2fC%3d-1%2fD%3dFCUE%2fB%3d-1%2fV%3d0"></noscript><!--QYZ ,,;;;7037371;;--> - + <!--RICH Ad unit template call bug 3609178 --> <!-- gd2-status-2 --><!-- SpaceID=7037371 loc=RICH noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['ryEqE0wNPOU-']='&U=12c1sr0og%2fN%3dryEqE0wNPOU-%2fC%3d-1%2fD%3dRICH%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=G5fVPkwNcmBzuF95TK4wVQN4T7UPG04LAxAADt6H&T=19aprn8j0%2fX%3d1309344529%2fE%3d7037371%2fR%3dfin%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d155486202%2fH%3dY29udGVudD0iZmluYW5jZSIgcmVmdXJsPSJyZWZlcl8iIHNlcnZlSWQ9Ikc1ZlZQa3dOY21CenVGOTVUSzR3VlFONFQ3VVBHMDRMQXhBQUR0NkgiIHNpdGVJZD0iNDQ1MTA1MSIgdFN0bXA9IjEzMDkzNDQ1MjkwNjYzMjIiIA--%2fQ%3d-1%2fS%3d1%2fJ%3d88720D4C&U=12c1sr0og%2fN%3dryEqE0wNPOU-%2fC%3d-1%2fD%3dRICH%2fB%3d-1%2fV%3d0"></noscript><!--QYZ ,,;;RICH;7037371;2;--> - + <!--[if IE]> <script type="text/javascript"> var ylp='http://us.lrd.yahoo.com/t/b.gif?t=1309344528&_ylp=A0wNcogQAwtOIuYAGC67YWsA'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Attr.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Attr.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Attr.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Attr.pod 2016-06-24 18:17:16.000000000 +0200 @@ -121,7 +121,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/AttributeHash.pm new/XML-LibXML-2.0126/lib/XML/LibXML/AttributeHash.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/AttributeHash.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/AttributeHash.pm 2016-06-24 18:16:20.000000000 +0200 @@ -7,7 +7,7 @@ our @ISA = qw/Tie::Hash/; use vars qw($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE BEGIN { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Boolean.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Boolean.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Boolean.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Boolean.pm 2016-06-24 18:16:20.000000000 +0200 @@ -16,7 +16,7 @@ use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use overload '""' => \&value, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/CDATASection.pod new/XML-LibXML-2.0126/lib/XML/LibXML/CDATASection.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/CDATASection.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/CDATASection.pod 2016-06-24 18:17:16.000000000 +0200 @@ -45,7 +45,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Comment.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Comment.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Comment.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Comment.pod 2016-06-24 18:17:16.000000000 +0200 @@ -46,7 +46,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Common.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Common.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Common.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Common.pm 2016-06-24 18:16:20.000000000 +0200 @@ -24,7 +24,7 @@ @ISA = qw(Exporter); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use XML::LibXML qw(:libxml); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Common.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Common.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Common.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Common.pod 2016-06-24 18:17:16.000000000 +0200 @@ -116,7 +116,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/DOM.pod new/XML-LibXML-2.0126/lib/XML/LibXML/DOM.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/DOM.pod 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/DOM.pod 2016-06-24 18:17:16.000000000 +0200 @@ -129,7 +129,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Devel.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Devel.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Devel.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Devel.pm 2016-06-24 18:16:20.000000000 +0200 @@ -12,7 +12,7 @@ use XML::LibXML; use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use 5.008_000; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Document.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Document.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Document.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Document.pod 2016-06-24 18:17:16.000000000 +0200 @@ -683,7 +683,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/DocumentFragment.pod new/XML-LibXML-2.0126/lib/XML/LibXML/DocumentFragment.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/DocumentFragment.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/DocumentFragment.pod 2016-06-24 18:17:16.000000000 +0200 @@ -27,7 +27,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Dtd.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Dtd.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Dtd.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Dtd.pod 2016-06-24 18:17:16.000000000 +0200 @@ -89,7 +89,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Element.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Element.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Element.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Element.pod 2016-06-24 18:17:16.000000000 +0200 @@ -382,7 +382,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/ErrNo.pm new/XML-LibXML-2.0126/lib/XML/LibXML/ErrNo.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/ErrNo.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/ErrNo.pm 2016-06-24 18:16:20.000000000 +0200 @@ -14,7 +14,7 @@ use warnings; use vars qw($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use constant ERR_OK => 0; use constant ERR_INTERNAL_ERROR => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/ErrNo.pod new/XML-LibXML-2.0126/lib/XML/LibXML/ErrNo.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/ErrNo.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/ErrNo.pod 2016-06-24 18:17:16.000000000 +0200 @@ -14,7 +14,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Error.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Error.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Error.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Error.pm 2016-06-24 18:16:20.000000000 +0200 @@ -29,7 +29,7 @@ fallback => 1; $WARNINGS = 0; # 0: suppress, 1: report via warn, 2: report via die -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use constant XML_ERR_NONE => 0; use constant XML_ERR_WARNING => 1; # A simple warning diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Error.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Error.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Error.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Error.pod 2016-06-24 18:17:16.000000000 +0200 @@ -244,7 +244,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/InputCallback.pod new/XML-LibXML-2.0126/lib/XML/LibXML/InputCallback.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/InputCallback.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/InputCallback.pod 2016-06-24 18:17:16.000000000 +0200 @@ -280,7 +280,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Literal.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Literal.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Literal.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Literal.pm 2016-06-24 18:16:20.000000000 +0200 @@ -16,7 +16,7 @@ use warnings; use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use overload '""' => \&value, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Namespace.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Namespace.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Namespace.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Namespace.pod 2016-06-24 18:17:16.000000000 +0200 @@ -141,7 +141,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Node.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Node.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Node.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Node.pod 2016-06-24 18:17:16.000000000 +0200 @@ -763,7 +763,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/NodeList.pm new/XML-LibXML-2.0126/lib/XML/LibXML/NodeList.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/NodeList.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/NodeList.pm 2016-06-24 18:16:20.000000000 +0200 @@ -17,7 +17,7 @@ use XML::LibXML::Number; use vars qw($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use overload '""' => \&to_literal, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Number.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Number.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Number.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Number.pm 2016-06-24 18:16:20.000000000 +0200 @@ -14,7 +14,7 @@ use warnings; use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use overload '""' => \&value, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/PI.pod new/XML-LibXML-2.0126/lib/XML/LibXML/PI.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/PI.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/PI.pod 2016-06-24 18:17:16.000000000 +0200 @@ -74,7 +74,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Parser.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Parser.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Parser.pod 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Parser.pod 2016-06-24 18:17:16.000000000 +0200 @@ -984,7 +984,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Pattern.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Pattern.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Pattern.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Pattern.pod 2016-06-24 18:17:16.000000000 +0200 @@ -94,7 +94,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Reader.pm new/XML-LibXML-2.0126/lib/XML/LibXML/Reader.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/Reader.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Reader.pm 2016-06-24 18:16:20.000000000 +0200 @@ -14,7 +14,7 @@ use warnings; use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use 5.008_000; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Reader.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Reader.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Reader.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Reader.pod 2016-06-24 18:17:16.000000000 +0200 @@ -657,7 +657,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/RegExp.pod new/XML-LibXML-2.0126/lib/XML/LibXML/RegExp.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/RegExp.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/RegExp.pod 2016-06-24 18:17:16.000000000 +0200 @@ -58,7 +58,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/RelaxNG.pod new/XML-LibXML-2.0126/lib/XML/LibXML/RelaxNG.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/RelaxNG.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/RelaxNG.pod 2016-06-24 18:17:16.000000000 +0200 @@ -70,7 +70,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Builder.pm new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Builder.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Builder.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Builder.pm 2016-06-24 18:16:20.000000000 +0200 @@ -21,7 +21,7 @@ return $XML::LibXML::__threads_shared ? 0 : 1; } -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE sub new { my $class = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Builder.pod new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Builder.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Builder.pod 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Builder.pod 2016-06-24 18:17:16.000000000 +0200 @@ -38,7 +38,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Generator.pm new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Generator.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Generator.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Generator.pm 2016-06-24 18:16:20.000000000 +0200 @@ -15,7 +15,7 @@ use XML::LibXML; use vars qw ($VERSION); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE sub CLONE_SKIP { return $XML::LibXML::__threads_shared ? 0 : 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Parser.pm new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Parser.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX/Parser.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX/Parser.pm 2016-06-24 18:16:20.000000000 +0200 @@ -18,7 +18,7 @@ use XML::SAX::Base; use XML::SAX::DocumentLocator; -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE @ISA = ('XML::SAX::Base'); sub CLONE_SKIP { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX.pm new/XML-LibXML-2.0126/lib/XML/LibXML/SAX.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX.pm 2016-06-24 18:16:20.000000000 +0200 @@ -14,7 +14,7 @@ use vars qw($VERSION @ISA); -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE use XML::LibXML; use XML::SAX::Base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/SAX.pod new/XML-LibXML-2.0126/lib/XML/LibXML/SAX.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/SAX.pod 2016-05-30 11:19:34.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/SAX.pod 2016-06-24 18:17:16.000000000 +0200 @@ -47,7 +47,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Schema.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Schema.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Schema.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Schema.pod 2016-06-24 18:17:16.000000000 +0200 @@ -66,7 +66,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/Text.pod new/XML-LibXML-2.0126/lib/XML/LibXML/Text.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/Text.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/Text.pod 2016-06-24 18:17:16.000000000 +0200 @@ -170,7 +170,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/XPathContext.pm new/XML-LibXML-2.0126/lib/XML/LibXML/XPathContext.pm --- old/XML-LibXML-2.0125/lib/XML/LibXML/XPathContext.pm 2016-05-30 11:19:07.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/XPathContext.pm 2016-06-24 18:16:20.000000000 +0200 @@ -17,7 +17,7 @@ use XML::LibXML; use XML::LibXML::NodeList; -$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0126"; # VERSION TEMPLATE: DO NOT CHANGE # should LibXML XPath data types be used for simple objects # when passing parameters to extension functions (default: no) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/XPathContext.pod new/XML-LibXML-2.0126/lib/XML/LibXML/XPathContext.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/XPathContext.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/XPathContext.pod 2016-06-24 18:17:16.000000000 +0200 @@ -359,7 +359,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/lib/XML/LibXML/XPathExpression.pod new/XML-LibXML-2.0126/lib/XML/LibXML/XPathExpression.pod --- old/XML-LibXML-2.0125/lib/XML/LibXML/XPathExpression.pod 2016-05-30 11:19:35.000000000 +0200 +++ new/XML-LibXML-2.0126/lib/XML/LibXML/XPathExpression.pod 2016-06-24 18:17:16.000000000 +0200 @@ -52,7 +52,7 @@ =head1 VERSION -2.0125 +2.0126 =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/t/40reader.t new/XML-LibXML-2.0126/t/40reader.t --- old/XML-LibXML-2.0125/t/40reader.t 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/t/40reader.t 2016-06-24 18:01:53.000000000 +0200 @@ -239,7 +239,13 @@ } } -{ +SKIP: { + if ((!XML::LibXML::HAVE_SCHEMAS) + or (XML::LibXML::LIBXML_DOTTED_VERSION eq '2.9.4') + ) + { + skip "https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression", 4; + } my $xsd = "test/schema/schema.xsd"; for my $XSD ($xsd, XML::LibXML::Schema->new(location => $xsd)) { { @@ -257,9 +263,9 @@ eval { $reader->finish }; ok($@, "catch validation error for ".(ref($XSD) ? 'XML::LibXML::Schema' : 'Schema file')); } - } } + # Patterns { my ($node1,$node2, $node3); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/t/release-kwalitee.t new/XML-LibXML-2.0126/t/release-kwalitee.t --- old/XML-LibXML-2.0125/t/release-kwalitee.t 1970-01-01 01:00:00.000000000 +0100 +++ new/XML-LibXML-2.0126/t/release-kwalitee.t 2016-06-24 18:06:58.000000000 +0200 @@ -0,0 +1,10 @@ +#!perl + +use strict; +use warnings; +use Test::More; # needed to provide plan. + +eval { require Test::Kwalitee::Extra }; +plan skip_all => "Test::Kwalitee::Extra required for testing kwalitee: $@" if $@; + +eval "use Test::Kwalitee::Extra"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/test/relaxng/demo4.rng new/XML-LibXML-2.0126/test/relaxng/demo4.rng --- old/XML-LibXML-2.0125/test/relaxng/demo4.rng 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/test/relaxng/demo4.rng 2016-06-01 18:43:37.000000000 +0200 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <grammar xmlns="http://relaxng.org/ns/structure/1.0"> <!-- - + The master container. - + --> <start> <element name="root"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXML-2.0125/test/xinclude/xinclude.xml new/XML-LibXML-2.0126/test/xinclude/xinclude.xml --- old/XML-LibXML-2.0125/test/xinclude/xinclude.xml 2016-05-30 11:01:59.000000000 +0200 +++ new/XML-LibXML-2.0126/test/xinclude/xinclude.xml 2016-06-01 18:43:32.000000000 +0200 @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<!DOCTYPE org [ - <!ENTITY trend SYSTEM "./entity.txt"> +<!DOCTYPE org [ + <!ENTITY trend SYSTEM "./entity.txt"> ]> <report id="std1" name="Standard Re-TRAC Report"> &trend;
