File: Changes

package info (click to toggle)
libdata-treedumper-oo-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 206; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download
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
Revision history for Perl module Data::TreeDumper::OO

0.10 2021-05-12 JANITOR
    - Include META.json in releases. Thanks to MANWAR for PR.
    - Added Text::Tree::Indented to SEE ALSO

0.09 2014-06-17 NEILB
    - The module had an explicit VERSION in it, which was set to the wrong
      version. Removed it, so DZ can do its thing.
    - Added a bunch of module links to SEE ALSO.

0.08 2014-05-19 NEILB
    - Structured dist and switched to Dist::Zilla
    - Reformatted end of pod to have explicit COPYRIGHT AND LICENSE section
    - Added github repo to pod
    - Reformatted this file as per CPAN::Changes::Spec

0.07 2005-07-05 NKH

0.06 2005-06-27 NKH
    - FIXED: dam'it I hate copy paste

0.05 2005-06-27 NKH
    - CHANGED: updated to match Data::TreeDumper 0.22

0.04 2005-06-26 NKH
    - CHANGED: updated to match Data::TreeDumper 0.21

0.03 2005-01-16 NKH
    - ADDED: QuoteValues to reflect changes in Data::TreeDumper
    - CHANGED: object construction doesn't use package variables anymore

0.02 2004-08-05 NKH
    - ADDED: SetGlyphs and QuoteHashKeys to reflect changes in Data::TreeDumper

0.01 2004-06-27 NKH
    - First release to CPAN