Astro::IRAF::CL (0.2.0) stable; * Added a locking system for the IRAF start directory that the module uses, without this two objects using the same start directory and IRAF commands could encounter parameter collision resulting in a CL crash. Or worse could result in your data being badly screwed, to my mind this is an IRAF problem that I am just working around. * Added a very simple interrupt (ctrl-c) handler as for some reason DESTROY() was not being called if a script was prematurely ended using ctrl-c. All it does is call die() which does the right thing. -- Stephen Quinney Fri, 9 Aug 2002 15:56:30 +0100 Astro::IRAF::CL (0.1.2) stable; * Added a warning_handler to the exec() routine, by default it just prints out the warning and continues. * Fixed the mycl example script which had a couple of errors -- Stephen Quinney Fri, 9 Aug 2002 15:22:42 +0100 Astro::IRAF::CL (0.1.1) stable; * Added a test to see if use-ing the module works -- Stephen Quinney Sat, 3 Aug 2002 21:24:10 +0100 Astro::IRAF::CL (0.1) stable; * First release to CPAN -- Stephen Quinney Tue, 23 Jul 2002 14:34:28 +0100