Changes for version 0.03 - 2004-12-08
- Bug fix: Leading 0s could be omitted from paths because of the difference between while($p) versus while(defined($p)).
- An assembled pattern can be generated with whitespace. This can be used in conjunction with the /x modifier, and also for debugging.
- Code profiled: dead code paths removed, hotspots rewritten to run more quickly.
- Documentation typos and wordos.
- assemble script now accepts a number of command line switches to control its behaviour.
- More tests. Now with Test::Pod.
Modules
Assemble multiple Regular Expressions into one RE