Changes for version 1.20_01
- engine framework in place
- uses pre_proc, pre_filter and engine callbacks
- callbacks can be sent in by user code
- search uses optional regex
- directory or file can be sent in
- refined objects, they now have 'lines'
- began making things more generic
- can search/replace and inject code
- can cache results in directory searching
- countless bug fixes
Modules
Get info, search/replace and inject code in Perl file subs.
Provides
in lib/Devel/Examine/Subs/Engine.pm
in lib/Devel/Examine/Subs/Prefilter.pm
in lib/Devel/Examine/Subs/Preprocessor.pm
in lib/Devel/Examine/Subs/Sub.pm
Examples
- .hg/store/data/t/orig/sample.data.i
- .hg/store/data/t/sample.data.i
- .hg/store/data/t/test/sample.pm.i
- examples/add_functionality.pl
- examples/all.pl
- examples/any.pl
- examples/building_inject_after.pl
- examples/cache_benchmark.pl
- examples/core_dump.pl
- examples/engine.pl
- examples/engine_creation.pl
- examples/full_object_access.pl
- examples/has.pl
- examples/inject_after.pl
- examples/objects.pl
- examples/tie.pl
- examples/write_new_engine.pl