Name: | perl-Data-Dump |
---|---|
Version: | 1.22 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 66156 |
License: | GPL+ or Artistic |
RPM: | perl-Data-Dump-1.22-1.el7.noarch.rpm |
Source RPM: | perl-Data-Dump-1.22-1.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Data-Dump/ |
Summary: | Pretty printing of data structures |
Description: | This module provides a single function called dump() that takes a list of values as its argument and produces a string as its result. The string contains Perl code that, when evaled, produces a deep copy of the original arguments. The string is formatted for easy reading. |