forked from pool/perl-Data-Dump
1.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dump?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
06e9b98c30
commit
4bee4d6a1c
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 03 21:08:10 UTC 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 19:20:04 UTC 2010 - coolo@novell.com
|
||||
|
||||
@@ -35,33 +62,33 @@ Fixed regexp that determines if hash keys are numeric [RT#48003]
|
||||
- added perl-macros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Do Jun 22 00:00:00 UTC 2006 - jfunk@funktronics.ca
|
||||
Thu Jun 22 00:00:00 UTC 2006 - jfunk@funktronics.ca
|
||||
|
||||
- Build under buildservice
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fr Oct 28 00:00:00 UTC 2005 - jfunk@funktronics.ca
|
||||
Fri Oct 28 00:00:00 UTC 2005 - jfunk@funktronics.ca
|
||||
|
||||
- Build for SL10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mo Jun 6 00:00:00 UTC 2005 - jfunk@funktronics.ca
|
||||
Mon Jun 6 00:00:00 UTC 2005 - jfunk@funktronics.ca
|
||||
|
||||
- Build for SL93
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sa Dec 18 00:00:00 UTC 2004 - jfunk@funktronics.ca
|
||||
Sat Dec 18 00:00:00 UTC 2004 - jfunk@funktronics.ca
|
||||
|
||||
- Update
|
||||
- Build for SL92
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mo Mai 17 00:00:00 UTC 2004 - jfunk@funktronics.ca
|
||||
Mon May 17 00:00:00 UTC 2004 - jfunk@funktronics.ca
|
||||
|
||||
- Build for SL91
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fr Nov 7 00:00:00 UTC 2003 - jfunk@funktronics.ca
|
||||
Fri Nov 7 00:00:00 UTC 2003 - jfunk@funktronics.ca
|
||||
|
||||
- Initial release
|
||||
|
||||
|
Reference in New Issue
Block a user