File: Changelog.ini

package info (click to toggle)
libtree-simple-visitorfactory-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 3,167; makefile: 2
file content (153 lines) | stat: -rw-r--r-- 4,198 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
[Module]
Name=Tree::Simple::VisitorFactory:
Changelog.Creator=Module::Metadata::Changes V 2.12
Changelog.Parser=Config::IniFiles V 3.000003

[V 0.16]
Date=2021-02-02T13:00:00
Comments= <<EOT
- Add t/00.*.
- Update Makefile.PL and POD to change RT to github.
0.15 2016-05-04T08;15:00
- Correct physical address of Free Software Foundation in LICENSE file. See RT#114149.
Thanx to Petr Pisar.
EOT

[V 0.14]
Date=2016-04-27T17:35:00
Comments= <<EOT
- No code changes.
- Adopt workflow techniques suggested by Kent Fredric. This means a cleaner workdir and a
much more reliable dist. The latter now has auto-generated MANIFEST and META.* files.
EOT

[V 0.13]
Date=2016-04-25T09:26:00
Comments= <<EOT
- No code changes.
- Delete Build.PL.
- Fix my licence (sic) mess so all references are to Perl. This involves edits to Makefile.PL
and LICENSE. See RT#113949. Thanx Kent Fredric.
- Fix Makefile.PL so modules only used for testing are in TEST_REQUIRES and not PREREQ_PM.
See RT#113948. Thanx Kent Fredric.
- Fix README so it more-or-less conforms to the Perl Foundation's guidelines at
http://www.perlfoundation.org/cpan_licensing_guidelines.
EOT

[V 0.12]
Date=2013-11-01T09:23:00
Comments= <<EOT
- Update pre-reqs.
- Many, many doc typo fixes via github from dsteinbrunner.
- Add repos to Build.PL and Makefile.PL.
EOT

[V 0.11]
Date=2013-09-23T11:07:00
Comments= <<EOT
- Maintenance now by Ron Savage.
- Rectify datestamp format in this file.
- Add Changelog.ini.
- Add Build.PL.
- Clean up Makefile.PL.
- RT#40504: Add META.*.
EOT

[V 0.10]
Date=2005-11-25T12:00:00
Comments= <<EOT
- removing OS X resource fork files which are causeing
the pod test to fail
EOT

[V 0.09]
Date=2005-11-07T12:00:00
Comments=- fixing an error in the Tree::Simple::Visitor::LoadDirectoryTree test

[V 0.08]
Date=2005-07-18T12:00:00
Comments= <<EOT
- small bug fix in Tree::Simple::Visitor::VariableDepthClone visitor
- small bug fix with Tree::Simple::Visitor::FindByPath visitor
EOT

[V 0.07]
Date=2005-07-18T12:00:00
Comments= <<EOT
- forgot to implement the node filter in the
Tree::Simple::Visitor::VariableDepthClone visitor
- added this code and tested it
EOT

[V 0.06]
Date=2005-07-13T12:00:00
Comments= <<EOT
- added Tree::Simple::Visitor::VariableDepthClone
- added tests and docs for this
- bumped up the Tree::Simple version requirement to
support this new Visitor
EOT

[V 0.05]
Date=2004-11-18T12:00:00
Comments= <<EOT
- now using Scalar::Util::blessed() instead of
the convoluted UNIVERSAL::isa() stuff.
- added Scalar::Util as a dependency
EOT

[V 0.04]
Date=2004-10-27T12:00:00
Comments= <<EOT
- fixed broken test (70_Tree_Simple_Visitor_LoadDirectoryTree_test.t)
it made assumptions about directory ordering across OSes which was
not correct.
- added Tree::Simple::Visitor::FindByNodeValue
- added tests for this
- added docs for this
EOT

[V 0.03]
Date=2004-10-12T12:00:00
Comments= <<EOT
- fixed documentation in Tree::Simple::Visitor::Sort
- added Tree::Simple::Visitor::LoadClassHierarchy
- added tests for this
- added docs for this
- changed behavior in Tree::Simple::FromNestedHash
so that it sorts the hash keys before they are put
into the tree
EOT

[V 0.02]
Date=2004-09-29T12:00:00
Comments= <<EOT
- changed all Visitors to use 'base' for
inheritance, it just cuts down on the
line noise.
- improved the documentation in
Tree::Simple::VisitorFactory to include
a categorized list of available visitors
- added Tree::Simple::Visitor::LoadDirectoryTree Visitor
- added tests for this
- added Tree::Simple::Visitor::CreateDirectoryTree Visitor
- added tests for this
- added Tree::Simple::Visitor::FindByUID Visitor
- added tests for this
- thanks to Vitor Mori for the idea for this Visitor
- added Tree::Simple::Visitor::PreOrderTraversal Visitor
- added tests for this
- added Tree::Simple::Visitor::Sort Visitor
- added tests for this
- thanks to Vitor Mori for most of the code and
the idea for this Visitor
- added Tree::Simple::FromNestedArray, Tree::Simple::FromNestedHash
and their compliments Tree::Simple::ToNestedArray and
Tree::Simple::ToNestedHash
- added tests for these
- added the pod.t and pod_coverage.t tests
EOT

[V 0.01]
Date=2004-06-23T09:24:07
Comments=- module created