#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 14th January 2019 === ==== Local Packages ==== * Updated `perl-Term-ReadLine-Gnu` to 1.36: * `readline`-8.0 support . New functions: * `rl_empty_keymap` * `rl_set_keymap_name` * `rl_check_signals` . New variables: * `history_quoting_state` . `rl_function_of_keyseq` uses `rl_function_of_keyseq_len` to support an arbitrary key sequence that may include NULs * `new()` checks the number of arguments * Make '`use Term::ReadLine::Gnu`' fail if `$TERM` is not set or on a dumb terminal; '`use Term::ReadLine`' uses `Term::ReadLine::Stub` instead ([[CPAN:123398|CPAN RT#123398]]) * `Makefile.PL`: Checks the `tinfo` library for Debian * Add `t/01test_use.t` and `t/02test_use.t` * Comment out a hack for the CPAN Test on OpenBSD added in TRG 1.22 * `t/utf8_binary.t`, `t/utf8_text.t`: skipped on Perl 5.8 * Updated `perl-Text-Template` to 1.54: * Fix tempfile creation during tests on Win32 ----