Revision history for Perl extension Text::Starfish.

0.01  Thu Dec 12 08:53:16 2002
	- original version; created by h2xs 1.21 with options
		-X -n Text::Starfish

0.05  Tue Mar 29 09:44:42 AST 2005
	- removed <? ... ?> from html
	- add .html.sfish to html extensions
	- removed some bugs in testing
	- function read_records added
	- changing die to croak
	- read_record, line continuation changed: \ \n leaves \n
	  embedded in string, \n[ \t] is removed from string
	- minor modifications (allow no \n at the end for read_record)
	- consider wantarray in read_records
	- minor bugs
	- read_starfish_conf executes each starfish.conf in the
	  approapriate directory
	- documentation improvement

1.01  Tue May  3 00:38:19 ADT 2005
	- introduced comments within records in read_records
	- bug fixing regarding testing method
	- added rmHook function
	- introduced special 'default' to addHook
	- fixing tests
	- removed addHookComment and addHookUnComment, 'ignore'
	  in addHook should be used instead
	- requiring suffix in addition to prefix in scan,
	- allowing '' prefix and suffix

1.02  Wed May  4 00:06:38 ADT 2005
	- addHook updated to consider REPLACE option