summaryrefslogtreecommitdiffstats
path: root/perl/perl-Devel-StackTrace/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Devel-StackTrace/README')
-rw-r--r--perl/perl-Devel-StackTrace/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Devel-StackTrace/README b/perl/perl-Devel-StackTrace/README
new file mode 100644
index 0000000000..374d34fd10
--- /dev/null
+++ b/perl/perl-Devel-StackTrace/README
@@ -0,0 +1,5 @@
+perl-Devel-StackTrace (An object representing a stack trace)
+The Devel::StackTrace module contains two classes, Devel::StackTrace
+and Devel::StackTrace::Frame. The goal of this object is to
+encapsulate the information that can found through using the caller()
+function, as well as providing a simple interface to this data.