Skip to content

Commit

Permalink
Add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jan 2, 2009
1 parent 9f61a3a commit 231cb96
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/Data/Dump/Trace.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
package Data::Dump::Trace;

# Todo:
# - prototypes
# in/out parameters
# key/value style parameters or return values
# globals affected ($!)
# - exception
# - wrap class
# - autowrap in list return
# - don't dump return values
# - configurable colors
# - show call depth using indentation
# - time calls

use strict;

use base 'Exporter';
Expand Down

0 comments on commit 231cb96

Please sign in to comment.