Subject: | [PATCH] warnings from test suite |
Date: | Wed, 22 Jul 2009 18:16:03 +0200 |
To: | bug-Data-Sorting [...] rt.cpan.org |
From: | Ansgar Burchardt <ansgar [...] 43-1.org> |
Hi,
the test suite produces several warnings of the form
Use of uninitialized value $flagname in string eq at
[...]/lib/Data/Sorting.pm line 420
and
Argument "Foo12a" isn't numeric in numeric ne (!=)
at t/sort_tests.pl line 18.
I write patches to silence these warnings. Please consider to apply
them. Note, the test-warnings.patch replaces the custom array
comparison function in t/sort_tests.pl with ~~ which might not be
available in older versions of perl. In any case at least the line
next CANDIDATE unless ( $#$array = $#$candidate );
looks like a bad typo ;)
Regards,
Ansgar
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.