The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Class::Trigger.

0.11  Thu Mar  1 17:22:24 PST 2007
        - Make this a release.

0.10_01  Thu Feb 22 19:02:09 PST 2007
        - Fixed a bug due to Class::Data::Inheritable, where
          triggers added to the superclass after trigger is added in
          the child class are ignored in the child class.
          See t/03_inherit.t for example.
          (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)

0.10  Tue Aug 23 22:11:21 UTC 2005
        - Documentation fix

0.09  Fri Feb 18 14:13:22 JST 2005
	- Devel::Cover compliant code. Now 100% coverage.
	  (Thanks to Leif Eriksen and Phalanx folks)

0.08  Thu Feb 27 15:51:31 JST 2003
	- Performance boostup and document clarification
	  (Thanks to Tim Bunce)

0.07  Sat Feb 15 01:01:36 JST 2003
	- s/add_hook/add_trigger/ in pod.
	  (Thanks to Tony Bowden)
	* now you can pass @args to call_trigger
	- Class->call_trigger() works
	  (Thanks to Tim Bunce)

0.06  Wed Oct 23 19:13:20 JST 2002
	* Fixed bug that trigger disappears when trigger sub modifies $_.
	  (Thanks to Tony Bowden and Barry Hoggard)

0.05  Tue Apr 30 14:06:06 JST 2002
	- Example tweak
	- remove untie() lines to shut up bleadperl

0.04  Fri Dec 28 12:43:32 JST 2001
	- Added FAQ section in pod
	  (Thanks to people at POOP mailing list)

0.03  Tue Dec 25 03:30:31 JST 2001
	- renamed to Class::Trigger from Class::Hookable
	* Added object based triggers
	- fixed bug that subclass shares arrayref of triggers with parent

0.02  Tue Dec 25 02:18:27 JST 2001
	- removed evil eval() to inherit Class::Data::Inheritable
	- makes copy of trigger table in add_trigger() for inheritance
	  (Thanks to Tony Bowden <tony@kasei.com>)

0.01  Mon Dec 24 11:47:13 2001
	- original version; created by h2xs 1.19