The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2000-02-03  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* $VERSION = '0.07';

	* Added blade_url_encode(). Minor documentation changes.

2000-01-28  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* $VERSION = '0.06';

	* RPM target fixes. Output of pod2text, pod2html in BLADE docs
	directory. Added docs to uninstall.

2000-01-27  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Fixed some compiler warnings. Versions are ad-hoc for now, until
	some real testing is done.

2000-01-25  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* unregister_blade_run_callback() for releasing the entry for a given
	blade_envPtr.

	* Added RPM-related targets to Makefile.PL. What a mess.

	* Bug fixes in util.c.

	* Minor cosmetic fixes. blade_disp() works now. Package renamed
	to pBLADE. Example theme.cgi renamed to obj_define.cgi.

	* Added blade_theme_simple_init(). The module is now complete, and
	only requires testing.

	* Additional documentation. Minor changes in Makefile.PL. Minor
	changes to example scripts. Minor changes to LICENSE.

	* First revision, missing blade_theme_simple_init(), needs testing.