summaryrefslogtreecommitdiffstats
path: root/perl/perl-Devel-Trace/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Devel-Trace/README')
-rw-r--r--perl/perl-Devel-Trace/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Devel-Trace/README b/perl/perl-Devel-Trace/README
new file mode 100644
index 0000000000..cb25f9ee53
--- /dev/null
+++ b/perl/perl-Devel-Trace/README
@@ -0,0 +1,6 @@
+perl-Devel-Trace (Print out each line before it is executed)
+
+If you run your program with perl -d:Trace program, this module will
+print a message to standard error just before each line is executed.
+
+This is something like the shell's -x option.