The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the information that can retrieved via Perl's caller function, as well as providing a simple interface to this data. From wen heping <wenheping2000 () hotmail ! com> Tweaks + OK cwen@
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/10/09 01:56:17 afresh1 Exp $
|
|
|
|
COMMENT = Devel::StackTrace + PadWalker
|
|
|
|
DISTNAME = Devel-StackTrace-WithLexicals-2.01
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Devel-StackTrace>=2.0 \
|
|
devel/p5-PadWalker>=1.98
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|