1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Devel-StackTrace 1.11 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Stack trace and stack trace frame objects |
---|
8 | long_description \ |
---|
9 | The Devel::StackTrace module contains two classes, Devel::StackTrace \ |
---|
10 | and Devel::StackTraceFrame. The goal of this object is to encapsulate \ |
---|
11 | the information that can found through using the caller() function, as \ |
---|
12 | well as providing a simple interface to this data. |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums md5 a5d2088a531ceeec82b989c742f9382e |
---|
17 | |
---|
18 | perl5.use_module_build |
---|