1Revision history for Perl extension Class::Trigger.
2
30.08  Thu Feb 27 15:51:31 JST 2003
4	- Performance boostup and document clarification
5	  (Thanks to Tim Bunce)
6
70.07  Sat Feb 15 01:01:36 JST 2003
8	- s/add_hook/add_trigger/ in pod.
9	  (Thanks to Tony Bowden)
10	* now you can pass @args to call_trigger
11	- Class->call_trigger() works
12	  (Thanks to Tim Bunce)
13
140.06  Wed Oct 23 19:13:20 JST 2002
15	* Fixed bug that trigger disappears when trigger sub modifies $_.
16	  (Thanks to Tony Bowden and Barry Hoggard)
17
180.05  Tue Apr 30 14:06:06 JST 2002
19	- Example tweak
20	- remove untie() lines to shut up bleadperl
21
220.04  Fri Dec 28 12:43:32 JST 2001
23	- Added FAQ section in pod
24	  (Thanks to people at POOP mailing list)
25
260.03  Tue Dec 25 03:30:31 JST 2001
27	- renamed to Class::Trigger from Class::Hookable
28	* Added object based triggers
29	- fixed bug that subclass shares arrayref of triggers with parent
30
310.02  Tue Dec 25 02:18:27 JST 2001
32	- removed evil eval() to inherit Class::Data::Inheritable
33	- makes copy of trigger table in add_trigger() for inheritance
34	  (Thanks to Tony Bowden <tony@kasei.com>)
35
360.01  Mon Dec 24 11:47:13 2001
37	- original version; created by h2xs 1.19
38