Revision history for App-SimpleScan

0.09  Wed Oct 26 14:48:27 2005
	- Added --define, --override, --defer, and --debug switches
	- debug is pretty preliminary, but the methods are there now
	- can now define substitutions on the command line, and 
	  choose to have them override or defer to substitutions
	  in input files

0.08  Wed Oct 26 11:37:45 2005
	- Added _delete_substitution to support the %%forget pragma.

0.07  Tue Oct 25 14:37:00 2005
	- Changed match for accented characters to .*? instead
	  of . to make it work consistently on 5.6

0.06  Mon Oct 24 16:24:20 2005
	- fixed "@accents" vs. "$accent[...}" in generated code

0.05  Mon Oct 24 15:55:58 2005
	- Added a missing semicolon on the generated code for the
	  accent extraction line. 

0.04  Mon Oct 24 14:42:38 2005
	- changed 8-bit-character checks; test process seems to nuke
	  the $1, $2, etc. variables, so I can't check them back in
	  the tests itself. Now done via an array of matched-out 
	  characters.
	- Systematized test counting to make sure counts were right
	- Tests now "use strict;"
	- Regex flags handled properly
	- _regex_render added to centralize regex fixups
	- Removed duplicate bottm-out test in substitution recursion
	- Updated tests

0.03  Wed Oct 19 12:22:18 2005
	- altered test spec parsing to properly handle missing comments
	- added tests for this code

0.02  Wed Oct 12 13:55:39 2005
	- Fixed accented character cleanup - wasn't using the
          cleaned-up version of the regex

0.01  Fri Sep 16 11:49:25 2005
	- Initial release.