Revision history for Devel-Trace-Subs
0.03 2015-09-13
- updated sub regex to catch subs with open brace on next line
- "" "" "" to catch subs with close brace on same line
- "" "" "" to catch anon subs (but skip the one-liners)
- updated install_trace() to call remove_trace() so that
duplicate installs don't happen
0.02 2015-09-13
- install_trace() added
- remove_trace() added
- renamed module from Devel::Trace::Flow to Devel::Trace::Subs
0.01 2015-09-10
- initial version