The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2004-03-06  Eduardo Santiago <esm@pobox.com>
	* Release 1.05

2004-03-05  Eduardo Santiago <esm@pobox.com>
	* Alert.pm: include $HTTP_HOST in email From: header, to
	  help differentiate between virtual hosts

2004-03-04  Eduardo Santiago <esm@pobox.com>
	* Alert.pm: new exportable function http_die(), provides
	  simple way for caller to emit an HTTP error (404, 500, ...)

2003-11-07  Eduardo Santiago <esm@pobox.com>
	* Release 1.02

2003-10-02  Eduardo Santiago <esm@pobox.com>

	* Alert.pm: new functionality: if called with 'hide=qr/xxx/'
	  on the import line, exclude CGI params matching /xxx/ from
	  generated email.  Used to avoid sending sensitive info
	  (passwords, credit card numbers) over unencrypted email.

	* t/02hide.t: new test, for above functionality

2003-07-31  Eduardo Santiago  <esm@pobox.com>

	* Release 1.00