File: Changes

package info (click to toggle)
libdevel-partialdump-perl 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 432; makefile: 2
file content (78 lines) | stat: -rw-r--r-- 2,191 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Revision history for Devel-PartialDump

0.20      2017-07-06 04:34:59Z
    - fix tests on Carp <1.25 (Paul Howarth, PR#1)

0.19      2017-07-03 20:24:01Z
    - remove use of Test::Warn in tests

0.18      2015-08-16 04:35:35Z
    - update some distribution tooling

0.17      2013-11-30 20:47:47Z
    - many fixes (thanks, Steven Lee!)
      - attribute list_delim is now being used in list dumps
      - setting attribute max_length to 0 now shortens more, to '...'
      - fixed use of = in array/hash ref objects
      - extra test coverage

0.16      2013-11-24 00:43:48Z
    - Moose dependency removed, resolving circular dependency in Moose's
      recommended prereqs (thanks, David Golden!)
    - converted packaging to Dist::Zilla

0.15      2011-05-05
    - Bump dependency on namespace::clean to 0.20, as requested by doy++.

0.14      2011-04-25
    - Don't go into an infinite loop when dumping references to references.
      Also, dump LVALUE references properly. (doy)

0.13      2010-01-08
    - Merge NUFFIN/Devel-PartialDump-0.12.tar.gz and
      FLORA/Devel-PartialDump-0.12.tar.gz.
    - Add Test::Warn to PREREQ_PM - patch by Ranguard

0.12      2009-12-21 (NUFFIN)
    - no more Any::Moose

0.12      2009-11-08 (FLORA)
    - Update example output in the docs with the JSON-like format

0.11      2009-11-06
    - unbreak tests

0.10      2009-11-05
    - Make formatting configurable, and change to resemble JSON by default

0.09      2009-06-30
    - Add some example output to the documentation
    - Update version control notice

0.08      2009-05-16
    - Switch to Any::Moose (rafl)

0.07      2008-09-29
    - Skip tests if Test::Warn is not installed

0.06      2008-07-30
    - add override_carp import option, which replaces Carp's argument
      formatting with Devel::PartialDump::dump

0.05      2008-07-24
    - Ugh... another dep fix

0.04      2008-07-24
    - Fix bad deps

0.03      2008-07-24
    - use Mouse & Sub::Exporter
    - optional Carp replacement exports

0.02      2008-03-30
    - fixed DESCRIPTION, which just trailed off mid sentance
    - Add the C<warn> method
    - Add optional exports

0.01      2008-03-19
    - Initial release