Hi,
i'm no longer using JUnit, so I'd like to drop MAINTAINER of
TAP::Formatter::JUnit and p5-TAP-Harness-JUnit, and while i'm doing
so, here is a final update. It fixes a few bugs according to the
Changes file, nothing in the code and build log diffs looks suspicious
to me, and the test suites still work.
Note that Test::Pod is no longer useful because the related
tests have moved from t/ to xt/ (extended maintainer tests)
and are no longer run by make test.
OK?
Ingo
TAP::Formatter::JUnit
---------------------
0.11 Wed Oct 1 13:26 PDT 2014
- Use "IPC::Run" instead of "IPC::Open2" in tests, to fix problems with
tests freezing on Windows.
0.10 Mon Sep 29 12:38 PDT 2014
- Switch from "Test::Differences" to "Test::XML", to eliminate failures due
to differences in ordering of XML attributes. Addresses RT#81552
- Use "File::Spec->null()" to get proper path to NULL. RT#81200, RT#82227.
- Moved POD tests to "xt/" directory.
- Move timing sensitive tests to "xt/" directory, as they can cause
spurious failures for people. While _I_ want to make sure they run
successfully, that's about my checking functionality as opposed to
verifying if things will run successfully on your own system. RT#69777.
TAP-Harness-JUnit
-----------------
0.42 Sun Feb 8 12:12:00 2015 -0800
======================================
[ENHANCEMENTS]
Skip support from Toby Broyles
[FIXES]
RT98582 - escape null in XML output
RT99597 - see also TAP::Formatter::JUnit
Index: p5-TAP-Formatter-JUnit/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Formatter-JUnit/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- p5-TAP-Formatter-JUnit/Makefile 26 Oct 2013 00:07:29 -0000 1.1.1.1
+++ p5-TAP-Formatter-JUnit/Makefile 6 Apr 2015 11:38:50 -0000
@@ -3,9 +3,8 @@
COMMENT = format TAP::Harness output as JUnit XML
MODULES = cpan
-DISTNAME = TAP-Formatter-JUnit-0.09
+DISTNAME = TAP-Formatter-JUnit-0.11
CATEGORIES = devel
-MAINTAINER = Ingo Schwarze <[email protected]>
# perl
PERMIT_PACKAGE_CDROM = Yes
@@ -18,9 +17,8 @@ RUN_DEPENDS = devel/p5-File-Slurp \
textproc/p5-XML-Generator
TEST_DEPENDS = devel/p5-File-Slurp \
devel/p5-IO-stringy \
- devel/p5-Test-Pod \
- devel/p5-Test-Pod-Coverage \
- devel/p5-Test-Differences
+ devel/p5-IPC-Run \
+ devel/p5-Test-XML
CONFIGURE_STYLE = modbuild
Index: p5-TAP-Formatter-JUnit/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Formatter-JUnit/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- p5-TAP-Formatter-JUnit/distinfo 26 Oct 2013 00:07:29 -0000 1.1.1.1
+++ p5-TAP-Formatter-JUnit/distinfo 6 Apr 2015 11:38:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (TAP-Formatter-JUnit-0.09.tar.gz) =
QORQHaf9qQ4IBOWNMT9t6/RRi5AHUJsRP6NV3YhniiI=
-SIZE (TAP-Formatter-JUnit-0.09.tar.gz) = 22650
+SHA256 (TAP-Formatter-JUnit-0.11.tar.gz) =
4abOkwxRAxla6J7G0zQHMVYQ+PPz+Jzub421oSj4zRQ=
+SIZE (TAP-Formatter-JUnit-0.11.tar.gz) = 23455
Index: p5-TAP-Harness-JUnit/Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Harness-JUnit/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- p5-TAP-Harness-JUnit/Makefile 26 Oct 2013 00:02:52 -0000 1.1.1.1
+++ p5-TAP-Harness-JUnit/Makefile 6 Apr 2015 11:38:50 -0000
@@ -3,9 +3,8 @@
COMMENT = generate JUnit compatible output from TAP results
MODULES = cpan
-DISTNAME = TAP-Harness-JUnit-0.41
+DISTNAME = TAP-Harness-JUnit-0.42
CATEGORIES = devel
-MAINTAINER = Ingo Schwarze <[email protected]>
# perl
PERMIT_PACKAGE_CDROM = Yes
Index: p5-TAP-Harness-JUnit/distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-TAP-Harness-JUnit/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- p5-TAP-Harness-JUnit/distinfo 26 Oct 2013 00:02:52 -0000 1.1.1.1
+++ p5-TAP-Harness-JUnit/distinfo 6 Apr 2015 11:38:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (TAP-Harness-JUnit-0.41.tar.gz) =
SPfDtQiLD7jC6wiZ5PRpoU5e+fFi6mgcp6huYgR++D8=
-SIZE (TAP-Harness-JUnit-0.41.tar.gz) = 56383
+SHA256 (TAP-Harness-JUnit-0.42.tar.gz) =
Q7mhvKApid1jEDMlaM/pWkfDIdrngtmQXbTlhbLyetg=
+SIZE (TAP-Harness-JUnit-0.42.tar.gz) = 57714