Name : perl-Data-Printer
| |
Version : 1.002001
| Vendor : openSUSE
|
Release : 1.1
| Date : 2024-03-08 18:12:23
|
Group : Unspecified
| Source RPM : perl-Data-Printer-1.002001-1.1.src.rpm
|
Size : 0.33 MB
| |
Packager : http://bugs_opensuse_org
| |
Summary : Colored & full-featured pretty print of Perl data structures and objects
|
Description :
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being \"eval\"\'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and objects on screen for inspection and debugging, and while you _can_ use those modules for that, it doesn\'t mean you _should_.
This is where Data::Printer comes in. It is meant to do one thing and one thing only:
_format Perl variables and objects to be inspected by a human_
If you want to serialize/store/restore Perl data structures, this module will NOT help you. Try Storable, Data::Dumper, JSON, or whatever. CPAN is full of such solutions!
Whenever you type \'use Data::Printer\' or \'use DDP\', we export two functions to your namespace:
|
RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(DDP)
perl(Data::Printer)
perl(Data::Printer::Common)
perl(Data::Printer::Config)
perl(Data::Printer::Filter)
perl(Data::Printer::Filter::ARRAY)
perl(Data::Printer::Filter::CODE)
perl(Data::Printer::Filter::ContentType)
perl(Data::Printer::Filter::DB)
perl(Data::Printer::Filter::DateTime)
perl(Data::Printer::Filter::Digest)
perl(Data::Printer::Filter::FORMAT)
perl(Data::Printer::Filter::GLOB)
perl(Data::Printer::Filter::GenericClass)
perl(Data::Printer::Filter::HASH)
perl(Data::Printer::Filter::OBJECT)
perl(Data::Printer::Filter::REF)
perl(Data::Printer::Filter::Regexp)
perl(Data::Printer::Filter::SCALAR)
perl(Data::Printer::Filter::VSTRING)
perl(Data::Printer::Filter::Web)
perl(Data::Printer::Object)
perl(Data::Printer::Profile)
perl(Data::Printer::Profile::Dumper)
perl(Data::Printer::Profile::JSON)
perl(Data::Printer::Theme)
perl(Data::Printer::Theme::Classic)
perl(Data::Printer::Theme::Material)
perl(Data::Printer::Theme::Monokai)
perl(Data::Printer::Theme::Solarized)
perl-Data-Printer
Requires :