Package: libtest-unit-perl / 0.25-3

Metadata

Package Version Patches format
libtest-unit-perl 0.25-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
50_fix spelling error in manpage.patch | (download)

lib/Test/Unit/Procedural.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling error in manpage
20_fix defined array warnings.patch | (download)

lib/Test/Unit/TestCase.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix defined(@array) deprecation warning
 Also fixes test suite failures where STDERR was checked
30_fix xism test suite failures.patch | (download)

t/tlib/AssertTest.pm | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix test-suite failures due to ?-xism vs ?^
 ?^ was introduced with Perl 5.14 as abbreviation for ?d-imsx
40_make deep test less fragile.patch | (download)

t/tlib/AssertTest.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 add more variants to fragile test
 This test was already marked by upstream as "may be fragile due to
 recursion ordering" and it indeed is fragile. Fixes occasional test
 suite failures due to hash randomization.