SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Devel-Trace-More rpm build for : OpenSuSE. For other distributions click perl-Devel-Trace-More.

Name : perl-Devel-Trace-More
Version : 0.05 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.8.1 Date : 2023-01-27 18:12:41
Group : Development/Libraries/Perl Source RPM : perl-Devel-Trace-More-0.05-lp154.8.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Like Devel::Trace but with more control
Description :
This module will print out every line of code as it executes when used
under the perl debugger. By default all executed lines will print to
STDERR. By calling filter_on with a code ref, regex ref, a scalar, or by
setting $Devel::Trace::More::IS_INTERESTING directly then only those lines
that are \'interesting\' will be returned.

If filter_on is given a scalar or a regular expression reference then the
file name of the code being executed or the line of code itself that
matches the given patter will be printed. Passing in a code ref is the same
as setting $IS_INTERESTING itself. Setting the filter this way will allow
you to do more complicated things like filtering on just the module name or
the line number of the code. $IS_INTERESTING can be changed in different
places in the code if needed.

Caveat: Using regular expressions to filter what gets printed can cause
unexected issues if the code being debugged relies on the regular
expression global variables. Use with caution!

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Devel-Trace-More-0.05-lp154.8.1.noarch.rpm
     

Provides :
perl(Devel::Trace::More)
perl-Devel-Trace-More

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Devel
/usr/lib/perl5/vendor_perl/5.26.1/Devel/Trace
/usr/lib/perl5/vendor_perl/5.26.1/Devel/Trace/More.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Devel-Trace-More
/usr/share/doc/packages/perl-Devel-Trace-More/Changes
/usr/share/doc/packages/perl-Devel-Trace-More/README
/usr/share/man/man3/Devel::Trace::More.3pm.gz

 
ICM