The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.19 - 2023-07-07

  • Updated ppport.h to version 3.71
  • Replaced av_len()+1 by av_count() in (p)readv() and (p)writev().
  • Removed "extern int getdate_err" because it's already in time.h.
  • Try to get a green light from dubious cpantesters reports for old Perls.
  • Added LICENSE to WriteMakefile().
  • Added stat_h export tag and some constants.
  • Added exp(), isascii(), rmdir(), setsid(), sin(), ttyname().
  • Made casin(), isalnum(), log() exportable.
  • chdir(), chmod(), chown(), truncate() and stat() now also accept a file handle or a file descriptor.
  • Deprecated atol(), atoll(), ldiv(), fchdir(), fchmod(), fchown(), ftruncate().
  • Pimped atoi(), div(), lround().
  • Figure out what's available by compiling some C code.
  • Added some tests.
  • Small POD fixes.

Modules

Perl interface to POSIX.1-2008