Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-uninitialized-value-warning.patch | Fix uninitialized value $flagname warning This fixes the warning Use of uninitialized value $flagname in string eq at [...]/lib/Data/Sorting.pm line 420. that showed up in the test suite. |
Ansgar Burchardt <ansgar@43-1.org> | no | 2009-07-22 | ||
test-warnings.patch | we now use Array::Compare, since the ~~ operator has changed in 5.10.1. From perldelta: It is now a run-time error to use the smart match operator "~~" with an object that has no overload defined for it. (This way "~~" will not break encapsulation by matching against the object's internal representation as a reference.) |
gregor herrmann <gregoa@debian.org> | no | 2009-07-22 |