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