Changes for version 1.23
- removed all traces of cache
- dependency fixes
- cleaned up POD
- fixed typos and PPI var names
- added POD for Engine and Prefilter
- ./Build dist
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 core engine callbacks for Devel::Examine::Subs
Provides core Pre-Filter callbacks for Devel::Examine::Subs
Provides
in lib/Devel/Examine/Subs/Preprocessor.pm
in lib/Devel/Examine/Subs/Sub.pm
Examples
- 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