Changes for version 1.51
- API CHANGE: extensions param changed to accept what File::Find::Rule::name takes, as opposed to just the extensions less the dot
- _run_directory() now uses File::Edit::Portable::dir() for finding files
- Travis-CI integration
- inject() now allows a line_num param along with a code param, will inject the block of code in the array ref immediately after the line number in the file
- File::Find prereq removed, we now use File::Edit::Portable for everything
- add_functionality() now injects the new sub, updates the dispatch table in all three core phases (pre_proc, engine, post_proc)
Modules
Get info about, search/replace and inject code into Perl files and 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