Revision history for Perl extension Devel::Trace::More.
0.01_01 Thu Oct 29 17:21:24 2009
*
Devel::Trace::More initial version
0.01 Mon Mar 29 22:05:23 2010
*
Clean variable names
*
have filter_on take a code ref, regex ref, or scalar
*
have the $IS_INTERESTING code ref take in the module name,
file, line number, and code line as parameters
0.02 Sun Apr 04 12:56:12 2010
*
Removed Perl 5.10 requirement for Makefile.pl
0.03 Tue Mar 08 9:17:32 2011
*
Added function to control where the output of the trace goes to - STDERR by default or a file
0.04 Mon Mar 29 5:22:45 2011
*
When outputting to a file clear the filehandle first
0.05 Wed Aug 24 5:46:03 2011
*
Only print if the filehandle is defined