Revision history for Perl extension Exception. 0.90 Sun Mar 10 14:38:38 1996 - original version; 0.91 Wed Nov 6 21:55:49 MET 1996 - changed Exception.so to Exception.o and made Exception.h also be copied 0.92 Thu Dec 12 21:02:33 MET 1996 - Added a test for zero pointer to throwMessage (in Exception.c) as Exception_new may return such a pointer. 0.93 Tue Jan 28 18:42:38 MET 1997 - Managed (this time!) to remove Exception::Exception and have Exception as root class. 0.94 Mon Feb 3 19:53:53 MET 1997 - Changed generation of Makefile (placing of Exception.h and Exception.o). 0.95 Wed Apr 23 21:52:12 MET DST 1997 - Moved the module into an Experimental:: sublevel. 0.96 Thu Jun 19 14:26:53 MET DST 1997 - Now uses 'isa' in 'isBelow'. - Made key word 'Message' optional in 'new'. - Added 'Finally' action and 'finally' syntactic sugar. 0.97_01 Fri Aug 8 12:58:09 MET DST 1997 - fixed some typos 0.97_01A Wed Apr 14 1999 - Substituted CORE::die() for die() in Exception.pm to suppress warnings from Perl 5.005_02 and later.