Name : perl-Devel-TraceMethods
| |
Version : 1.00
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.9.1
| Date : 2023-01-27 18:08:40
|
Group : Development/Libraries/Perl
| Source RPM : perl-Devel-TraceMethods-1.00-lp154.9.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl module for tracing module calls
|
Description :
Devel::TraceMethods allows you to attach a logging subroutine of your choosing to all of the methods and functions within multiple packages or classes. You can use this to trace execution. It even respects inheritance.
To enable logging, pass the name of the packages you wish to trace on the line where you use Devel::TraceMethods. It will automatically install logging for all functions in the named packages.
You can also call \'import()\' after you have \'use()\'d the module if you want to log functions and methods in another package.
You can specify per-package (or per-class) logging subroutines. For example:
Devel::TraceMethods( SomePackage => \\&log_one, OtherPackage => \\&log_two );
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.4/noarch |