SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Debug-Simple rpm build for : OpenSuSE. For other distributions click perl-Debug-Simple.

Name : perl-Debug-Simple
Version : 0.100.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150600.1.1 Date : 2024-07-20 23:15:32
Group : Unspecified Source RPM : perl-Debug-Simple-0.100.0-150600.1.1.src.rpm
Size : 0.01 MB
Packager : https://www_suse_com/
Summary : Very simple debugging statements
Description :
This module provides a very simple way to provide debug/verbose/warning
messages. It is also trivially controlled via Getopt::Long.

The idea is to be able to put a bunch of debugging print statements
throughout your code that you can enable or disable.

* debuglevels(\\%OPT)

\'debuglevels\' registers the hashref \'HASH\' as the place to read values used
to control whether text is output to the screen or not. There are 4 values
read from this hash: quiet, debug, verbose, and test.

* quiet

If non-zero, this will repress all output from Debug::Simple

* debug

This indicates the level of debug messages desired. A debug level of 4
prints all the debug messages from levels 1 to 4.

* verbose

Like debug, this sets the level of verboseness. A verbose level of 3 prints
all verbose messages from 1 to 3.

* test

If non-zero, the code passed to test() will be printed to the screen
instead of being executed.

* warning(STRING)

\'warning\' prints the \'STRING\' to stdout in YELLOW unless the \"quiet\" level
is non-zero (see \'debuglevels\'). \'STRING\' is prefaced with \"Warning:\".

* debug(LEVEL, STRING, [NAME => REF])

\'debug\' prints a debugging message to stdout as long as \'LEVEL\' is at or
below the \"debug\" level. (see < debuglevels).

The debug message is printed in BOLD. It starts with \"Debug: \", then
\'STRING\', and then optionally uses Data::Dumper to dump a data structure
referred to by \'REF\'. \'NAME\' is just a human readable name for \'REF\' passed
to Data::Dumper.

* verbose(LEVEL, STRING)

\'verbose\' prints \'STRING\' to stdout as long as \'LEVEL\' is at or below the
\"verbose\" level. (see \'debuglevels\').

* test(CODE)

\'test\' executes \'CODE\' according to the \"test\" level. (see \'debuglevels\').
If the \"test\" level is non-zero the code is printed to stdout instead of
being executed.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Debug-Simple-0.100.0-150600.1.1.noarch.rpm
     

Provides :
perl(Debug::Simple)
perl-Debug-Simple

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/Debug
/usr/lib/perl5/vendor_perl/5.26.1/Debug/Simple.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Debug-Simple
/usr/share/doc/packages/perl-Debug-Simple/Changes
/usr/share/doc/packages/perl-Debug-Simple/README
/usr/share/man/man3/Debug::Simple.3pm.gz

 
ICM