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 1.0

  • Version number incremented to 1.0 to alert users to major change of
  • interface. writeformat-family of nine methods now takes list of key-value pairs as arguments rather than simple list (which required keeping track of order of arguments). In Data::Presenter::[Package1] subclasses (those from which objects are created), _init() now has $index assigned directly to $data{index} rather than being element 0 of an array passed by reference to $data{index}. Extensive additional testing. Use of Devel::Cover for coverage analysis was used to trim unreachable code and bring all statement, condition and subroutine coverage up to 100% and to bring all branch coverage except open() and close() calls up as well.