Changes for version 1.39
- Tie::File no longer needed, we have our own built-in read/write methods
- upon reading in a file, the line endings are saved, then completely removed prior to the file array being populated. Upon write, the saved line endings are added back in to each line
- hundreds of new tests across numerous files
- fixed a couple bugs in inject_after() relating to Tie::File removal
- modules now have their version applied in the 'package' line
- min perl version is 5.012;
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.pl
- examples/inject_after.pl
- examples/line_endings.pl
- examples/objects.pl
- examples/ppi.pl
- examples/tie.pl
- examples/write_new_engine.pl