Changes for version 1.28
- Data::Compare to compare for caching
- cache is now working again
- added cache (default off) persistent param
- added cache_dump transient param
- all public methods (less run()) now take a hash as params (as opposed to hash ref).
- pre_filters are now accepted in an aref if there are more than one: ['string', $cref, 'string'] etc.
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 core pre_proc callbacks for Devel::Examine::Subs
Provides
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