Accepting request 305148 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/305148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Format-Pretty-Console?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-05-03 11:57:17 +00:00
committed by Git OBS Bridge
parent 4e1f62fe1e
commit 1c7234c766
6 changed files with 132 additions and 51 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun May 3 08:23:36 UTC 2015 - coolo@suse.com
- updated to 0.33
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
-------------------------------------------------------------------
Sun May 3 08:23:35 UTC 2015 - coolo@suse.com
- updated to 0.11
see /usr/share/doc/packages/perl-Data-Format-Pretty-Console/Changes
0.11 2011-08-11
No functional changes. Added Data::Format::Pretty::Text which is a
shortcut for formatting with Console with option interactive=1, while
Data::Format::Pretty::SimpleText is a shortcut for interactive=0.
0.10 2011-07-28
[INCOMPATIBLE CHANGES]
- In interactive (table) mode, no longer prints header row for array,
hash, and aoa data (they are quite meaningless anyway, respectively:
"data", "key, value", and "col0, col1, ..."). No changes in
non-interactive (tab-separated text) mode, since headers are never
printed.
0.09 2011-06-15
No functional changes. Internally restructured as OO to allow being
subclassed by Data::Format::Pretty::HTML.
0.08 2011-05-20
[ENHANCEMENTS]
- Add option: table_column_orders.
-------------------------------------------------------------------
Thu Mar 03 21:22:38 CET 2011 - pascal.bleser@opensuse.org