-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
41 lines (29 loc) · 1.38 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
1.001 2021-05-02 11:30:45-0400
- No change from v1.000_001.
1.000_001 2021-05-01 20:59:16-0400
- Fixes "Syntax error with perl < 5.20" reported by SREZIC++.
See <https://rt.cpan.org/Ticket/Display.html?id=134729>.
1.000 2021-03-09 13:18:26-0600
- Bump dependency to Data::Printer >= v1.0.0. Not backwards compatible.
- Update to support Data::Printer v1.0.0 filter API.
- Use themes from Data::Printer v1.0.0.
0.007 2015-06-05 11:19:29-0500
- fix test: p() needs to have the return_value => 'dump' option when used
with Data::Printer 0.36. Thanks to Slaven Rezic (SREZIC++) for the bug report.
Closes RT#104975 <https://rt.cpan.org/Ticket/Display.html?id=104975>.
0.006 2015-01-24 19:53:10-0600
- fix the indentation when in multi-level data structures by using newline()
from Data::Printer instead of using "\n" directly
0.005 2014-04-19 15:47:18-0500
- document $PDL::toolongtoprint and add message about piddles with many
elements
0.004 2013-03-11 06:14:29-0500
- add PDL::Complex to list of filtered classes
0.003 2013-03-07 00:43:47-0600
- added docs on using the 'stringify' option on PDL::Char for
Devel::REPL::Plugin::DataPrinter
0.002 2013-03-05 21:45:28-0600
- fix tests by loading the filter at Data::Printer load time
0.001 2013-03-04 01:13:26-0600
- initial upload
- adds color to Joel Berger's Gist <https://gist.github.com/jberger/2990606>