10.80     2010-03-14
2
3- Remove the 00sig.t test, which seemed to cause random failures based on CPAN
4  testers reports.
5
6- Lots of cleanup in test code.
7
8- Future releases will all increment by 0.01 (0.81, 0.82, etc).
9
10- No code changes.
11
12
130.7901   2007-09-01
14
15- The memory-cycle.t test will fail if you have PadWalker and the
16  current Devel::Cycle (1.07) installed. I forgot I had patched my
17  local Devel::Cycle to fix this bug.
18
19
200.79     2007-08-30
21
22- Fix several circular references in
23  DateTime::Format::Builder::Parser. This would be triggered by any
24  standard usage of DT::F::Builder. Reported by Carl Franks. RT
25  #29034.
26
27
280.7807   2006-05-29
29
30- Fix a test failure in on_fail_regex.t on Win32 (bug in the test code).
31  Reported by Ben Thul.
32
33
340.7806   2004-09-09
35
36- When DateTime::Format::Builder::Parser loaded worker classes, it
37  ignored modules located under relative paths. This was fixed by using
38  Class::Factory::Util for this functionality instead.
39
40
410.7805   2004-11-08
42
43- DateTime::Format::Build::Parser caused an exception when run in taint
44  mode. Reported by Curtis Hawthorne.
45
46
470.7805   2004-11-08
48
49- DateTime::Format::Build::Parser caused an exception when run in taint
50  mode. Reported by Curtis Hawthorne.
51
52
530.7804   2004-07-07
54
55- No code or doc changes, just change the code in examples to ensure
56  that PAUSE does not index it.
57
58
590.7803   2004-02-13
60
61- Localize $_ before calling File::Find, otherwise it will be written
62  over for caller. Patch from Leon Brocard.
63
64
650.7802   2004-02-13
66
67- Add dependency on DateTime::Format::Strptime.
68
69
700.7801   2004-01-26
71
72- New maintainer - Dave Rolsky
73
74- Switched to a different build/install sysstem (Module::Build instead
75  of Module::Install)
76
77
780.78     2003-12-01
79
80- Fix multigroup bug in Dispatch
81
82- Add Tivoli example.
83
84
850.77     2003-08-14
86
87- Correct package name for Quick.
88
89- Augment license conditions.
90
91- Fixed timezones in fall.t and quick.t tests.
92
93
940.76     2003-08-10
95
96- Fallthrough example and test added.
97
98- Quick parser added to simplify fallthrough stuff.
99
100- Rejigged internals to allow for on_fail argument to multi-parsers.
101
102
1030.75     2003-06-29
104
105- Silly MANIFEST.SKIP entry caused dispatch stuff to be skipped.
106
107
1080.74     2003-06-28
109
110- Dispatch Parser class added, which allows us to make groups of parsers
111  and hop quickly to them.
112
113- length parameter can now be an arrayref, hence we can have a parser
114  belong to more than one length group.
115
116- Version numbers are all identical now.
117
118- Regex Parser can call custom constructors.
119
120- Wrapped method only regards undef as a failure.
121
122
1230.73     2003-06-24
124
125- Exit parser more quickly if able.
126
127- Multiple same length parsers accepted.
128
129- Fixed some perl 5.005 testing problems.
130
131
1320.72     2003-05-28
133
134- Minor tweaks for the 'private' tag in META.yml
135
136
1370.71     2003-05-23
138
139- Massive doc (re)writing.
140
141- Examples tidied up.
142
143- Tutorial refactored.
144
145- Users of generic.pm get to subclass now rather than coderef.
146
147
1480.69     2003-04-28
149
150- DateTime::Format::Strptime is now supported.
151
152- To support the previous item, massive refactoring.
153
154- Minor API changes that shouldn't affect anyone.
155
156
1570.64     2003-04-27
158
159- Callbacks are given 'args' and 'self' keys.
160
161- Callbacks can be arrays of callbacks.
162
163
1640.62     2003-04-20
165
166- Fixed erroneous call to on_fail()
167
168- Added 'verbose' debugging capability.
169
170- Added 'constructor' option to create_class/import.
171
172- Avoid overwriting developers' own new() functions.
173
174- Complain if asked to overwrite methods.
175
176
1770.60     2003-04-12
178
179- Fixed missing '\' from a few '\d' in the docs.
180
181- Added ICal.pm example.
182
183- Added import() feature, to save lots of typing.
184
185- Completely revised documentation.
186
187- croak is same length is given twice.
188
189- Assorted refactoring, retouching.
190
191
1920.25     2003-03-29
193
194- Minor code cleanups.
195
196- Bug fix; 'extra' params were being ignored.
197
198- Doc fix; 'extra' params with 0 are not recommended.
199
200
2010.24     2003-03-25
202
203- First release!
204
205- Split POD into separate file.
206
207- Preprocess option for method building works.
208
209- Postprocess option per parser works.
210
211- Specification lists can now have coderefs in there.
212
213
2140.23     2003-03-25
215
216- Improved ancillary files.
217
218- Added basic use case test for new classes.
219
220- Assorted API changes.
221
222- create_class infers package name.
223
224- also creates specified methods rather than assumed ones.
225
226- Assorted POD updates. Still not complete.
227
228- Rejigged to only have an array of hashrefs. Simpler.
229
230- No inference of length/key stuff.
231
232- zero is now extra and is thus semantically different.
233
234- Preliminary pre/post processing per parser provided.
235
236
2370.22     2003-03-21
238
239- Initial (pre-actual release) version.
240
241
242