Name : perl-Debug-Simple
| |
Version : 0.10
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 3.2
| Date : 2015-10-05 01:53:35
|
Group : Development/Libraries/Perl
| Source RPM : perl-Debug-Simple-0.10-3.2.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
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/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Debug::Simple)
perl-Debug-Simple
Requires :