Skip Menu |

This queue is for tickets about the Data-Sorting CPAN distribution.

Report information
The Basics
Id: 48088
Status: new
Priority: 0/
Queue: Data-Sorting

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.