| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Data-Dump | Distribution: SUSE Linux 16 |
| Version: 1.25 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.2.2 | Build date: Tue Jun 29 11:24:23 2021 |
| Group: Unspecified | Build host: reproducible |
| Size: 51452 | Source RPM: perl-Data-Dump-1.25-160000.2.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://metacpan.org/release/Data-Dump | |
| Summary: Pretty printing of data structures | |
This module provides a few functions that traverse their argument list and
return a string containing 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:
@a = (1, [2, 3], {4 => 5});
dump(@a);
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.
Artistic-1.0 OR GPL-1.0-or-later
* Tue Jun 29 2021 tina.mueller@suse.com
- Limit description paragraphs
* Sun Jun 27 2021 timueller+perl@suse.de
- updated to 1.25
see /usr/share/doc/packages/perl-Data-Dump/Changes
2021-06-26 Breno G. de Oliveira <garu@cpan.org>
Release 1.25
New option $Data::Dump::LINEWIDTH controls when to perform a
linebreak (default is 60). Many thanks to Jonas Kramer, Rob Kinyon,
cybernicus and Lady Aleena for submitting reports and pull requests.
2021-06-25 Breno G. de Oliveira <garu@cpan.org>
Release 1.24
Strings like "NaN" are still strings
Update maintainer and repository information
* Sun Jun 14 2015 coolo@suse.com
- updated to 1.23
see /usr/share/doc/packages/perl-Data-Dump/Changes
2015-06-09 Gisle Aas <gisle@ActiveState.com>
Release 1.23
Avoid "Negative repeat count does nothing"-warnings from perl-5.22
Typo fixes by David Steinbrunner
* Tue Jun 04 2013 coolo@suse.com
- updated to 1.22
Deal with class names containing '=' [RT#72415]
Filters now get access to $ctx->expr; the textual expression
denoting the current object.
* Wed Mar 07 2012 andrea.turrini@gmail.com
- fixed typos in perl-Data-Dump.spec description
* Thu Dec 22 2011 coolo@suse.com
- update to 1.21
Make dump($1) work when $1 was integer [RT#63883]
Dump floats without quoting
Add depth() method to FilterContext
Make dump($1) work [RT#63883]
Limit our temp listen socket to localhost [RT#63534]
* Thu Mar 03 2011 pascal.bleser@opensuse.org
- update to 1.19
- changes from 1.18:
* don't downgrade is_utf8-strings with MIME::Base64 [RT#60103]
* deal with the perl-5.13 (?^:...) regex construct [RT#61552]
- changes from 1.17:
* fix dump of "1\n" (the newline was lost) [RT#56595]
* start using the range operator to shorten list dumps; for instance
dump(1,2,3,4,5) now returns '(1 .. 5)'
* CODE references now dumped as 'sub { ... }'
* fix how multiline hash values are indented
* make indentation configurable
- changes from 1.16:
* add support for filter callbacks
+ filters can modify how selected objects are dumped
* various enhancements to how/when hash keys are quoted
+ don't quote keywords
+ don't quote words prefixed with "-"
+ don't quote long identifier keys
+ quote all hash keys if one needs quoting for better alignment
* use case-insensitive sorting for hash keys
* Tue Nov 30 2010 coolo@novell.com
- switch to perl_requires macro
* Sat Apr 03 2010 chris@computersalat.de
- update to 1.15
Fixed regexp that determines if hash keys are numeric [RT#48003]
- Release 1.14
- Data::Dump::Trace enhancements:
- trace() function
- prototypes
- Release 1.13
- Added the Data::Dump::Trace module
- Release 1.12
- Documentation tweaks.
- Release 1.11
- Documentation tweaks.
- Release 1.10
- Add the functions quote(), dd() and ddx().
- Fix segfault when duming large repeated strings [RT#33520]
- Incorporated documentation improvements from Mark Stosberg
- Apply Data-Dump-1.08-ANDK-01.patch from CPAN. Might do some
good on older perls I guess.
- Release 1.08
- By popular demand; don't put underscore into dumped integers
to group thousands.
- Release 1.07
- Remove unused code.
- Add some more tests.
- spec mods
o HEADER, TAGS, deps, macros
- added perl-macros
* Thu Jun 22 2006 jfunk@funktronics.ca
- Build under buildservice
* Fri Oct 28 2005 jfunk@funktronics.ca
- Build for SL10
* Mon Jun 06 2005 jfunk@funktronics.ca
- Build for SL93
* Sat Dec 18 2004 jfunk@funktronics.ca
- Update
- Build for SL92
* Mon May 17 2004 jfunk@funktronics.ca
- Build for SL91
* Fri Nov 07 2003 jfunk@funktronics.ca
- Initial release
/usr/lib/perl5/vendor_perl/5.42.0/Data /usr/lib/perl5/vendor_perl/5.42.0/Data/Dump /usr/lib/perl5/vendor_perl/5.42.0/Data/Dump.pm /usr/lib/perl5/vendor_perl/5.42.0/Data/Dump/FilterContext.pm /usr/lib/perl5/vendor_perl/5.42.0/Data/Dump/Filtered.pm /usr/lib/perl5/vendor_perl/5.42.0/Data/Dump/Trace.pm /usr/share/doc/packages/perl-Data-Dump /usr/share/doc/packages/perl-Data-Dump/Changes /usr/share/doc/packages/perl-Data-Dump/README.md /usr/share/man/man3/Data::Dump.3pm.gz /usr/share/man/man3/Data::Dump::Filtered.3pm.gz /usr/share/man/man3/Data::Dump::Trace.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Sep 30 22:36:46 2025