Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2019-01-14

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 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


Recent