freebsd-ports/devel/p5-Devel-SimpleTrace/pkg-descr
Emanuel Haupt 9a756b2aa7 Add p5-Devel-SimpleTrace 0.06, a perl module for better stack traces on
interpretter-generated warn/die.

PR:		ports/91313
Submitted by:	Eric Stith <estith.freebsd.ports@thelunarempire.net>
2006-01-05 12:46:32 +00:00

10 lines
496 B
Text

This module can be used to more easily spot the place where a program or a
module generates errors. Its use is extremely simple, reduced to just'use'ing
it.
This is achieved by modifying the functions warn() and die() in order to
replace the standard messages by complete stack traces that precisely indicates
how and where the error or warning occurred. Other than this, their use should
stay unchanged, even when using die() inside eval().
WWW: http://search.cpan.org/dist/Devel-SimpleTrace/