The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.38 - 2021-02-22

  • Makefile.PL
    • run 'brew --prefix ncurses' internally to detect ncurses installed by Homebrew on macOS [rt.cpan.org #133846]
    • utilize ExtUtils::Liblist::ext() [rt.cpan.org #134408] On macOS Big Sur or later 'perl Makefile.PL' may warn as "Could not find neither libtermcap, libtinfo, libncurses, or libcurses." You should be able to ignore this warning if you have Xcode installed. See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/381 for details. To suppress this message, use ExtUtils::MakeMaker 7.58 or later.
    • can specify multiple directories on --prefix, --libdir, and --includedir options by separating them with colons
  • INSTALL
    • update for changes above and so on.

Modules

Perl extension for the GNU Readline/History Library