Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
pod_typos_error.patch | fix a POD error and typos | Florian Schlichting <fsfs@debian.org> | yes | upstream | 2017-06-17 | |
10-examples.diff | Corrects perl interpreter path in examples | Ignace Mouzannar <mouzannar@gmail.com> | no | 2009-10-12 | ||
15-fix-5.16-ftbfs.diff | The infamous boolean subtelty needed for perl 5.16 It has been predicted that D:C:XS would be affected but I did not read it. The following patch works: |
ANDK@cpan.org | yes | debian upstream | https://rt.cpan.org/Public/Bug/Display.html?id=76425 | |
century-tests.patch | fix tests that got broken in 2015 The tests use the 2-digit-year '64' and check that it expands to 1964; which worked until 2014-12-31. Since 2015-01-01 it expands to 2064, and this behaviour is consistent with the module documentation. . So the patch changes the hardcoded '1964' and '64' with the year 45 in the past from now, full and century-less version. . 45 is how far in the past 1964 was in 2009, when the tests were written. |
Damyan Ivanov <dmn@debian.org>, Gregor Herrmann <gregoa@debian.org> | yes | debian upstream | ||
unescaped_left_brace.patch | fix "unescaped left brace" issue which is fatal in perl 5.25.x | gregor herrmann <gregoa@debian.org> | yes | debian upstream | vendor | 2017-05-21 |