Devel-Calltree version 0.00_3 ============================= This module can be used during development to get some code-coverage metrics. Unlike modules such as Devel::Cover, this module does not run any code. It only looks at the OP-tree of your script or module. As you may guess from the version number, this is still beta (alpha actually, as some features aren't yet implemented). INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: B::Utils COPYRIGHT AND LICENCE Original code copyright (C) 2003 Mark Jason Dominus Revisions copyright (C) 2004 by Tassilo von Parseval This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.