#acl PaulHowarth:read,write,admin,revert,delete All:read === Sunday 6th September 2015 === ==== Local Packages ==== * Updated `perl-Term-ReadLine-Gnu` to 1.27: * `readline`-7.0 support: new function `rl_callback_sigcleanup` ( Improve POD documents * `Gnu.xs`: do not use typedefs that were obsoleted by `ReadLine` 6.3 * Fix a wrong fix in 1.21 to let `completion_function` do case-insensitive match ([[CPAN:72378|CPAN RT#72378]]) * Fix `rl_display_match_list` to show the first entry of the array; the bug caused segmentation fault with `readline`-7.0 * Some improvement of `Makefile.PL`: * Add support for homebrew on Mac OS X ([[CPAN:104389|CPAN RT#104389]]) * Print an error string when `system()` fails * Specify '`int`' on '`main()`' * Use `-O` when `-D_FORTIFY_SOURCE` is defined ----