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

Changes for version 0.005

  • fixed silly mistake in regex at t/10error.t
  • corrected the docs about the direct relationship of order in the array of blocks versus the execution order
  • added a test to verify the straighforward relation between array order and execution order of blocks
  • I discovered that in XS code testing for PL_unitcheckav (with #ifdef) did not work as intented - now trying with KEY_UNITCHECK
  • added an exploratory test for Perl semantics of special code blocks

Modules

Mess around with BEGIN/CHECK/INIT/END blocks

Examples