diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 09:57:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-22 09:57:07 +0000 |
commit | b07dab22a045689265598685b398c31dac8b5759 (patch) | |
tree | b1113fce0dad52b039f7c44e69e467ea04600005 /devel/p5-App-Trace/pkg-descr | |
parent | 512c12bdb383883c2ad916debae7607f3204b184 (diff) | |
download | ports-b07dab22a045689265598685b398c31dac8b5759.tar.gz ports-b07dab22a045689265598685b398c31dac8b5759.zip |
Notes
Diffstat (limited to 'devel/p5-App-Trace/pkg-descr')
-rw-r--r-- | devel/p5-App-Trace/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-App-Trace/pkg-descr b/devel/p5-App-Trace/pkg-descr new file mode 100644 index 000000000000..d863d845a196 --- /dev/null +++ b/devel/p5-App-Trace/pkg-descr @@ -0,0 +1,8 @@ +App::Trace provides debug/tracing support for perl programs and +modules. + +The basic concept is that you put a special call at the beginning and +end of each subroutine/method, and when tracing is enabled, you can +see the flow of your program. + +WWW: http://search.cpan.org/dist/App-Trace/ |