Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build.pl-getopt-long.patch | Use of Getopt::Long was breaking the Build.PL interface for passing Module::Build long options (for example --installdirs). Refactor Build.PL to use the built-in args() method. |
gregor herrmann <gregoa@debian.org> | invalid | debian | vendor | 2013-07-29 |
no-hash-manipulation-inside-each.patch | avoid changing hash keys in an "each %hash" loop This leads to undefined behaviour Instead, mark what needs to be added/deleted and do it outside of the loop. |
Damyan Ivanov <dmn@debian.org> | yes | debian upstream | ||
spelling.patch | spelling fixes | gregor herrmann <gregoa@debian.org> | yes | upstream | vendor | 2016-11-11 |