Changes for version 0.05_03
- Fix various bugs in opgrep(). Did that work in 0.05_02 at all?
- opgrep() can now accept array references as the values of recursing properties (such as first, last, next, or sibling). The arrays are to hold sub structures / hash references and only one of the needs to match.
- Add a longer example to opgrep() documentation.
- Fix POD markup.
- Add a clear license statement to the docs.
- Use a string as version -- otherwise it might not be flagged as a development release!
Changes for version 0.05_02
- ->parent works for all tests now.
- Added more tests.
Changes for version 0.05_01 - 2005-10-28
- Added tests. That's the focus of my work right now.
- opgrep() now acceps \@conditions assertions may be code references
- Lots of changes to ->parent. This is in progress. It fails when the parent of a node does not exist in the execution pathway of a program. The unused null() ops rooting some conditionals, etc.
- This function fails tests.
- Added a function recalc_sub_cache so anon_subs, all_starts, and all_roots' cache of functions can be cleared.
- Added functions ->siblings, ->ancestors, ->descendants, and _uniq_ops.
Modules
Helper functions for op tree manipulation