commit perl-XML-LibXML for openSUSE:Factory

2024-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2024-03-08 18:07:40

Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.1770 (New)


Package is "perl-XML-LibXML"

Fri Mar  8 18:07:40 2024 rev:60 rq:1155817 version:2.0210

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2023-07-27 16:50:47.161806648 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.1770/perl-XML-LibXML.changes
2024-03-08 18:07:41.638810629 +0100
@@ -1,0 +2,13 @@
+Wed Mar  6 11:33:51 UTC 2024 - Pedro Monreal 
+
+- updated to 2.0210 [bsc#1221013]
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0210  2024-01-24
+  - Fix copying external entity from an ext_ent_handler handler
+  - https://github.com/shlomif/perl-XML-LibXML/issues/81
+  - thanks to Petr
+  - libxml-mm: Fix function prototypes in function pointers
+  - thanks to Khem Raj
+
+---

Old:

  XML-LibXML-2.0209.tar.gz

New:

  XML-LibXML-2.0210.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.Ztrxvv/_old  2024-03-08 18:07:42.334836208 +0100
+++ /var/tmp/diff_new_pack.Ztrxvv/_new  2024-03-08 18:07:42.338836355 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0209
+Version:2.0210
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Interface to Gnome libxml2 xml parsing and DOM library
@@ -102,7 +102,7 @@
 %make_build
 
 %check
-make test
+%make_build test
 
 %install
 %perl_make_install

++ XML-LibXML-2.0209.tar.gz -> XML-LibXML-2.0210.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0209/Changes 
new/XML-LibXML-2.0210/Changes
--- old/XML-LibXML-2.0209/Changes   2023-07-15 07:26:24.0 +0200
+++ new/XML-LibXML-2.0210/Changes   2024-01-24 16:11:02.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0210  2024-01-24
+- Fix copying external entity from an ext_ent_handler handler
+- https://github.com/shlomif/perl-XML-LibXML/issues/81
+- thanks to Petr
+- libxml-mm: Fix function prototypes in function pointers
+- thanks to Khem Raj
+
 2.0209  2023-07-15
 - t/35huge_mode.t: fix test with libxml2 2.11
 - thanks to Dominique Martinet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0209/LibXML.pm 
new/XML-LibXML-2.0210/LibXML.pm
--- old/XML-LibXML-2.0209/LibXML.pm 2023-07-15 07:31:19.0 +0200
+++ new/XML-LibXML-2.0210/LibXML.pm 2024-01-24 16:03:50.0 +0100
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0209"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0210"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 use XSLoader ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0209/LibXML.pod 
new/XML-LibXML-2.0210/LibXML.pod
--- old/XML-LibXML-2.0209/LibXML.pod2023-07-15 07:39:24.0 +0200
+++ new/XML-LibXML-2.0210/LibXML.pod2024-01-24 16:13:41.0 +0100
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0209
+2.0210
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0209/LibXML.xs 
new/XML-LibXML-2.0210/LibXML.xs
--- old/XML-LibXML-2.0209/LibXML.xs 2022-11-27 11:45:31.0 +0100
+++ new/XML-LibXML-2.0210/LibXML.xs 2023-11-29 07:05:01.0 +0100
@@ -25,6 +25,7 @@
 #include "Av_CharPtrPtr.h"  /* XS_*_charPtrPtr() */
 
 #include 
+#include  /* INT_MAX */
 
 #ifndef WIN32
 #include 
@@ -811,6 +812,7 @@
 int count;
 SV * results;
 STRLEN results_len;
+int int_results_len;
 const char * results_pv;
 xmlParserInputBufferPtr input_buf;
 
@@ -869,11 +871,18 @@
 results = POPs;
 
 results_pv = SvPV(results, results_len);
-input_buf = xmlParserInputBufferCreateMem(
-results_pv,
-results_len,
-XML_CHAR_ENCODING_NONE
- 

commit perl-XML-LibXML for openSUSE:Factory

2023-07-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2023-07-27 16:50:27

Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.32662 (New)


Package is "perl-XML-LibXML"

Thu Jul 27 16:50:27 2023 rev:59 rq:1100826 version:2.0209

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2022-10-10 18:43:59.262794419 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.32662/perl-XML-LibXML.changes   
2023-07-27 16:50:47.161806648 +0200
@@ -1,0 +2,19 @@
+Tue Jul 25 18:17:14 UTC 2023 - Tina Müller 
+
+- Added versions to 'Provides' lines after fixing a bug in cpanspec
+
+---
+Sun Jul 16 03:07:48 UTC 2023 - Tina Müller 
+
+- updated to 2.0209
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0209  2023-07-15
+  - t/35huge_mode.t: fix test with libxml2 2.11
+  - thanks to Dominique Martinet
+  - Add clearer reference to using cloneNode to extract node with 
namespaces
+  - thanks to Timothy Legge
+  - initialize xmlValidCtxt
+  - thanks to Alexander Bluhm
+
+---

Old:

  XML-LibXML-2.0208.tar.gz

New:

  XML-LibXML-2.0209.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.Ge76wU/_old  2023-07-27 16:50:49.469819689 +0200
+++ /var/tmp/diff_new_pack.Ge76wU/_new  2023-07-27 16:50:49.473819711 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0208
+Version:2.0209
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Interface to Gnome libxml2 xml parsing and DOM library
@@ -41,6 +41,43 @@
 Requires:   perl(XML::SAX::DocumentLocator)
 Requires:   perl(XML::SAX::Exception)
 Requires:   perl(parent)
+Provides:   perl(XML::LibXML) = 2.0209
+Provides:   perl(XML::LibXML::Attr)
+Provides:   perl(XML::LibXML::AttributeHash) = 2.0209
+Provides:   perl(XML::LibXML::Boolean) = 2.0209
+Provides:   perl(XML::LibXML::CDATASection)
+Provides:   perl(XML::LibXML::Comment)
+Provides:   perl(XML::LibXML::Common) = 2.0209
+Provides:   perl(XML::LibXML::Devel) = 2.0209
+Provides:   perl(XML::LibXML::Document)
+Provides:   perl(XML::LibXML::DocumentFragment)
+Provides:   perl(XML::LibXML::Dtd)
+Provides:   perl(XML::LibXML::Element)
+Provides:   perl(XML::LibXML::ErrNo) = 2.0209
+Provides:   perl(XML::LibXML::Error) = 2.0209
+Provides:   perl(XML::LibXML::InputCallback)
+Provides:   perl(XML::LibXML::Literal) = 2.0209
+Provides:   perl(XML::LibXML::NamedNodeMap)
+Provides:   perl(XML::LibXML::Namespace)
+Provides:   perl(XML::LibXML::Node)
+Provides:   perl(XML::LibXML::NodeList) = 2.0209
+Provides:   perl(XML::LibXML::Number) = 2.0209
+Provides:   perl(XML::LibXML::PI)
+Provides:   perl(XML::LibXML::Pattern)
+Provides:   perl(XML::LibXML::Reader) = 2.0209
+Provides:   perl(XML::LibXML::RegExp)
+Provides:   perl(XML::LibXML::RelaxNG)
+Provides:   perl(XML::LibXML::SAX) = 2.0209
+Provides:   perl(XML::LibXML::SAX::AttributeNode)
+Provides:   perl(XML::LibXML::SAX::Builder) = 2.0209
+Provides:   perl(XML::LibXML::SAX::Generator) = 2.0209
+Provides:   perl(XML::LibXML::SAX::Parser) = 2.0209
+Provides:   perl(XML::LibXML::Schema)
+Provides:   perl(XML::LibXML::Text)
+Provides:   perl(XML::LibXML::XPathContext) = 2.0209
+Provides:   perl(XML::LibXML::XPathExpression)
+Provides:   perl(XML::LibXML::_SAXParser)
+%define __perllib_provides /bin/true
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.9.0
@@ -57,7 +94,8 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ XML-LibXML-2.0208.tar.gz -> XML-LibXML-2.0209.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=

commit perl-XML-LibXML for openSUSE:Factory

2022-10-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2022-10-10 18:43:47

Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.2275 (New)


Package is "perl-XML-LibXML"

Mon Oct 10 18:43:47 2022 rev:58 rq:1007972 version:2.0208

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2021-04-26 16:38:16.449946680 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.2275/perl-XML-LibXML.changes
2022-10-10 18:43:59.262794419 +0200
@@ -1,0 +2,12 @@
+Sat Oct  1 03:07:58 UTC 2022 - Tina M??ller 
+
+- updated to 2.0208
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0208  2022-09-30
+  - Fix https://rt.cpan.org/Ticket/Display.html?id=144415
+  - Bug #144415 for XML-LibXML: createElementNS & setNamespace get
+confused by Readonly scalars
+  - thanks to DAKKAR and haarg.
+
+---

Old:

  XML-LibXML-2.0207.tar.gz

New:

  XML-LibXML-2.0208.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.wUa1ct/_old  2022-10-10 18:43:59.894795779 +0200
+++ /var/tmp/diff_new_pack.wUa1ct/_new  2022-10-10 18:43:59.898795788 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0207
+Version:2.0208
 Release:0
-Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
+Summary:Interface to Gnome libxml2 xml parsing and DOM library
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
@@ -57,6 +57,7 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ XML-LibXML-2.0207.tar.gz -> XML-LibXML-2.0208.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0207/Changes 
new/XML-LibXML-2.0208/Changes
--- old/XML-LibXML-2.0207/Changes   2021-04-17 10:13:00.0 +0200
+++ new/XML-LibXML-2.0208/Changes   2022-09-30 05:25:27.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Perl extension XML::LibXML
 
+2.0208  2022-09-30
+- Fix https://rt.cpan.org/Ticket/Display.html?id=144415
+- Bug #144415 for XML-LibXML: createElementNS & setNamespace get
+  confused by Readonly scalars
+- thanks to DAKKAR and haarg.
+
 2.0207  2021-04-17
 - Small cleanups:
 - https://github.com/shlomif/perl-XML-LibXML/pull/63
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0207/LibXML.pm 
new/XML-LibXML-2.0208/LibXML.pm
--- old/XML-LibXML-2.0207/LibXML.pm 2021-04-17 10:06:16.0 +0200
+++ new/XML-LibXML-2.0208/LibXML.pm 2022-09-30 05:19:01.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0207"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0208"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 use XSLoader ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0207/LibXML.pod 
new/XML-LibXML-2.0208/LibXML.pod
--- old/XML-LibXML-2.0207/LibXML.pod2021-04-17 10:07:35.0 +0200
+++ new/XML-LibXML-2.0208/LibXML.pod2022-09-30 05:26:14.0 +0200
@@ -507,7 +507,7 @@
 
 =head1 VERSION
 
-2.0207
+2.0208
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0207/LibXML.xs 
new/XML-LibXML-2.0208/LibXML.xs
--- old/XML-LibXML-2.0207/LibXML.xs 2021-04-15 18:38:50.0 +0200
+++ new/XML-LibXML-2.0208/LibXML.xs 2021-09-21 13:36:38.0 +0200
@@ -5747,7 +5747,7 @@
 CODE:
/* if ( !nsURI ){
 XSRETURN_UNDEF;
-   } */
+} */
 
 nsPrefix = nodeSv2C(namespacePrefix, node);
 if ( xmlStrlen( nsPrefix ) == 0 ) {
@@ -5759,22 +5759,22 @@
 nsURI = NULL;
 }

commit perl-XML-LibXML for openSUSE:Factory

2021-04-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2021-04-26 16:38:13

Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
 and  /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.12324 (New)


Package is "perl-XML-LibXML"

Mon Apr 26 16:38:13 2021 rev:57 rq:887036 version:2.0207

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2020-09-18 14:32:50.619544139 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.12324/perl-XML-LibXML.changes   
2021-04-26 16:38:16.449946680 +0200
@@ -1,0 +2,11 @@
+Sun Apr 18 03:08:08 UTC 2021 - Tina M??ller 
+
+- updated to 2.0207
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0207  2021-04-17
+  - Small cleanups:
+  - https://github.com/shlomif/perl-XML-LibXML/pull/63
+  - Thanks to @Grinnz , @Kritzefitz and @atoomic .
+
+---

Old:

  XML-LibXML-2.0206.tar.gz

New:

  XML-LibXML-2.0207.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.oa9aQJ/_old  2021-04-26 16:38:16.905947406 +0200
+++ /var/tmp/diff_new_pack.oa9aQJ/_new  2021-04-26 16:38:16.909947412 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
+%define cpan_name XML-LibXML
 Name:   perl-XML-LibXML
-Version:2.0206
+Version:2.0207
 Release:0
-%define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
 License:Artistic-1.0 OR GPL-1.0-or-later
-Group:  Development/Libraries/Perl
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Alien::Base::Wrapper)
@@ -58,11 +56,11 @@
 stated otherwise, you only need to 'use XML::LibXML;' in your programs.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -73,7 +71,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO
 %license LICENSE
 

++ XML-LibXML-2.0206.tar.gz -> XML-LibXML-2.0207.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0206/Changes 
new/XML-LibXML-2.0207/Changes
--- old/XML-LibXML-2.0206/Changes   2020-09-15 10:04:08.0 +0200
+++ new/XML-LibXML-2.0207/Changes   2021-04-17 10:13:00.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension XML::LibXML
 
+2.0207  2021-04-17
+- Small cleanups:
+- https://github.com/shlomif/perl-XML-LibXML/pull/63
+- Thanks to @Grinnz , @Kritzefitz and @atoomic .
+
 2.0206  2020-09-15
 - Add expand_entities => 1 to the instantiation at lib/XML/LibXML/SAX.pm
 - in order to fix https://rt.cpan.org/Public/Bug/Display.html?id=132759
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0206/LibXML.pm 
new/XML-LibXML-2.0207/LibXML.pm
--- old/XML-LibXML-2.0206/LibXML.pm 2020-09-15 10:00:01.0 +0200
+++ new/XML-LibXML-2.0207/LibXML.pm 2021-04-17 10:06:16.0 +0200
@@ -29,11 +29,11 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0206"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0207"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
-require DynaLoader;
-@ISA = qw(DynaLoader Exporter);
+use XSLoader ();
+@ISA = qw(Exporter);
 
 use vars qw($__PROXY_NODE_REGISTRY $__threads_shared 
$__PROXY_NODE_REGISTRY_MUTEX $__loaded);
 
@@ -147,7 +147,7 @@
 #-#
 # bootstrapping   #
 #-#
-bootstrap XML::LibXML $VERSION;
+XSLoader::load( 'XML::LibXML', $VERSION );
 undef &AUTOLOAD;
 
 *encodeToUTF8 = \&XML::LibXML::Common::encodeToUTF8;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0206/LibXML.pod 
n