Name : perl-Data-Dump
| |
Version : 1.22
| Vendor : obs://build_opensuse_org/devel:openQA
|
Release : 7.1
| Date : 2017-07-11 11:45:32
|
Group : Development/Libraries/Perl
| Source RPM : perl-Data-Dump-1.22-7.1.src.rpm
|
Size : 0.05 MB
| |
Packager : (none)
| |
Summary : Pretty printing of data structures
|
Description :
This module provide a few functions that traverse their argument and produces a string as its result. The string contains Perl code that, when \'eval\'ed, produces a deep copy of the original arguments.
The main feature of the module is that it strives to produce output that is easy to read. Example:
AATTa = (1, [2, 3], {4 => 5}); dump(AATTa);
Produces:
\"(1, [2, 3], { 4 => 5 })\"
If you dump just a little data, it is output on a single line. If you dump data that is more complex or there is a lot of it, line breaks are automatically added to keep it easy to read.
The following functions are provided (only the dd* functions are exported by default):
* dump( ... )
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/openQA:/SLE-12/SLE_12_SP3/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Data::Dump)
perl(Data::Dump::FilterContext)
perl(Data::Dump::Filtered)
perl(Data::Dump::Trace)
perl(Data::Dump::Trace::Call)
perl(Data::Dump::Trace::Wrapper)
perl-Data-Dump
Requires :