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.04 - 2007-05-14

  • There was a subtle bug which led the accessor closures to revert to the default frame whenever 0 frame was being supplied; fixed by adding some statements that checked whether the frame being passed is rather defined than true.
  • Added parameter checking for all verification routines, i.e. called_from_pkg(), called_from_file(), called_from_line() and called_from_sub().
  • Extended documentation to reflect the accessors (with a link to caller()'s documentation), which were previously undocumented.

Modules

A nicer interface to caller() with code execution restriction