SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Debug-Simple rpm build for : openSUSE Leap 42. For other distributions click perl-Debug-Simple.

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

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Test::More)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/Debug
/usr/lib/perl5/vendor_perl/5.18.2/Debug/Simple.pm
/usr/lib/perl5/vendor_perl/5.18.2/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