B. Watson b1cd86a4d8 perl/perl-data-dump: Updated for version 1.25. hace 3 años
..
README 3dcfce16a5 perl/perl-data-dump: Added (pretty printing of data structures) hace 11 años
perl-data-dump.SlackBuild b1cd86a4d8 perl/perl-data-dump: Updated for version 1.25. hace 3 años
perl-data-dump.info b1cd86a4d8 perl/perl-data-dump: Updated for version 1.25. hace 3 años
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. hace 11 años

README

perl-data-dump (Data::Dump - Pretty printing of data structures)

This module provide a few functions that traverse their 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 main feature of the module is that it strives to produce output that
is easy to read.

Note: This is not the same thing as Data::Dumper (which is already
included in Slackware's perl package).