AnyData patches

2012-09-01 Thread Sven Dowideit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heya I used git send-emails to post some patches to rehs...@cpan.org and this list, but I suspect they haven't made it due to my server setup before I send them again, I thought I'd test, and ask if anyone has received them :) Cheers Sven - --

[PATCH 06/14] vanity - add myself to authors

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm |3 ++- Makefile.PL | 40 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/AnyData.pm b/AnyData.pm index c6ffcf8..df9aabb 100644 --- a/AnyData.pm +++ b/AnyData.pm @@ -14,7

[PATCH 01/14] move to using Test::More

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- Changes |6 ++ MANIFEST|2 +- Makefile.PL |8 +++- t/pod.t | 12 t/test.t| 42 ++ t/test.t~ | 40 test.pl

[PATCH 02/14] debian package patch: * Fails to retrieve XML data over HTTP (debian#421884) Bart Martens ba...@knars.be

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData/Format/XML.pm |3 ++- Changes |1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AnyData/Format/XML.pm b/AnyData/Format/XML.pm index e46271e..e3dd535 100644 --- a/AnyData/Format/XML.pm +++

[PATCH 03/14] debian package patch: fix pod and spelling errors - Ansgar Burchardt ans...@43-1.org

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm|2 +- AnyData/Format/XML.pm | 24 Changes |5 - 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/AnyData.pm b/AnyData.pm index 4ead62b..b91aa05 100644 ---

[PATCH 04/14] * adColumn not handled (RT#6248 RT#6251) John D. Lima

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm |5 +++-- Changes|2 +- t/test.t | 10 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AnyData.pm b/AnyData.pm index b91aa05..c6ffcf8 100644 --- a/AnyData.pm +++ b/AnyData.pm @@ -498,13 +498,14

[PATCH 07/14] fix NAME section so ABSTRACT_FROM works

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnyData.pm b/AnyData.pm index df9aabb..2182c15 100644 --- a/AnyData.pm +++ b/AnyData.pm @@ -818,7 +818,7 @@ sub dump { =head1 NAME - AnyData -- easy access to

[PATCH 05/14] * writing fields containing 0 with AnyData::Format::Fixed (RT#8671) elodie+cpan [...] pasteur.fr

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData/Format/Fixed.pm |4 +++- Changes |2 +- MANIFEST|3 +++ t/fixed.t | 31 +++ t/fixed.tbl |7 +++ t/test.t~ | 40

[PATCH 09/14] add spelling test for pod

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- Makefile.PL |5 - t/spelling.t | 14 ++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 t/spelling.t diff --git a/Makefile.PL b/Makefile.PL index b7962f1..8d8109a 100644 --- a/Makefile.PL +++

[PATCH 08/14] yes, that wasn't an array of authors

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- Makefile.PL |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e08638d..b7962f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,8 +20,10 @@ ExtUtils::MakeMaker::WriteMakefile( (

[PATCH 11/14] add a few more tests and a few fixes

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm | 47 +-- MANIFEST|7 --- t/01distributtion.t |7 +-- t/01pod_snippets.t | 10 ++ t/fixed.t | 15 --- t/fixed.tbl

[PATCH 10/14] add disabled distro test

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- t/01distributtion.t | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 t/01distributtion.t diff --git a/t/01distributtion.t b/t/01distributtion.t new file mode 100644 index 000..a6963b8 --- /dev/null +++

[PATCH 13/14] adDump writes out fields containing 0 as empty strings (RT#28006) xcaron [...] gmail.com

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData.pm |2 +- Changes|2 +- t/api.t| 27 +++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 t/api.t diff --git a/AnyData.pm b/AnyData.pm index dd350c7..1b34d2d 100644 ---

[PATCH 12/14] weblog request and referer regexs were too greedy, and the referer and client regex's where in the wrong order (RT#34063) and (RT#72334) Wes Brown wes [...] smellycat.com and pawal [..

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData/Format/Weblog.pm | 24 +++- Changes |2 ++ t/fixed.tbl |8 +++- t/weblog.t | 42 ++ t/weblog.tbl |1 + 5

[PATCH 14/14] adExport to XML hangs while flock (RT#19223) zmousm [...] admin.grnet.gr

2012-09-01 Thread Sven Dowideit
From: Sven Dowideit svendowid...@fosiki.com --- AnyData/Format/XML.pm |6 ++ Changes |1 + MANIFEST.SKIP | 27 +++ t/htmltable.t | 31 +++ t/xml.t | 31