The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Chess::PGN::Filter.

0.01  Fri Feb 22 17:41:42 2002
	- original version; created by h2xs 1.21 with options
		-A -X -n Chess::PGN::Filter
0.02  Fri Mar 15 22:48:27 2002
        - slight revision to pgn.xsl, code simplification
0.03  Tue Mar 19 10:51:55 2002
	- document corrections
	- add TEXT filtertype
	- normalize tag names for XML filtertype, with changes to .dtd and .xsl files
0.04  Wed Mar 20 07:55:32 2002
        - fix problem with 'substitute', shouldn't crash if none supplied
	- add 'position' to XML
	- add 'fen' to XML
	- rename 'type' to 'font' for TEXT, font map will come from table lookup
	- ready POD for publishing
0.05  Thu Mar 28 15:21:49 2002
        - re-organize code around a document object model (DOM)
	- add Parms object to simplify parameter initialization and subroutine usage
	- add DOM output as a debugging aid
	- re-work XML filter
	- re-work TEXT filter
	- add RAV expansion to XML filter
	- add RAV expansion to TEXT filter
	- add notion of 'sticky' contents to Event, Site and Date tags
	- add notion of 'autoincrement' to Round tag
	- add tag exception list
	- continue POD editing
0.06  Fri Mar 29 10:20:57 2002
        - edit Makefile.PL to reflect dependance on Chess::PGN::EPD 0.08
	- added name and email to Makefile.PL