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.11_03 - 2007-06-20

  • Fixed a bug in backward-compatiblity code to handle multiple hooks in one add_trigger() call. (Thanks to mark addison)

Changes for version 0.11_02 - 2007-06-10

  • Added a test to make sure $_ is not clobbered (Thanks to mark addison)
  • Killed the hidden feature to add multiple hooks in one add_trigger() call because it interfers with named parameter style calls. (Thanks to clkao)

Changes for version 0.11_01 - 2007-05-28

  • Added support for abortable triggers.
  • Added named-parameters calling convention for add_trigger
  • Added new last_trigger_results method and began capturing trigger return values.
  • FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef. (Thanks to Jesse Vincent)

Modules

Mixin to add / call inheritable triggers