1# Change log for DateTime::Format::Excel
2
3---
4version: 0.31
5date:    20 Oct 2010
6changes:
7   - Fixed: testsuite for 64 bit machines
8
9---
10version: 0.30
11date:    11 Jun 2010
12changes:
13   - New maintainer - Achim Bursian.
14   - Fixed: #34880 Enhancement: Excel times as well as dates
15            see http://rt.cpan.org/Ticket/Display.html?id=34880
16   - Fixed: #7498  ...does not convert the seconds portion of
17            an Excel Date/Time value
18            see http://rt.cpan.org/Ticket/Display.html?id=7498
19   - Switched to traditional Makefile.PL generated by Module::Build.
20   - Removed redundant files (AUTHORS, CREDITS)
21   - Removed signing from distribution, as I don't have the
22     necessary infrastructure for signing :-(
23
24---
25version: 0.2901
26date:    11 Oct 2003
27changes:
28   - New maintainer - Dave Rolsky.
29   - Switched to Module::Build.
30   - Removed some files generated by Iain's docmaker program (which
31     I don't have).
32
33---
34version: 0.29
35date;    11 Oct 2003
36changes:
37   - Avoided problem with Duration.
38
39---
40version: 0.28
41date:    4 Apr 2003
42changes:
43   - No code or doc changes.
44   - Fix to Makefile.PL regarding prerequisites.
45
46---
47version: 0.27
48date:    23 Mar 2003
49changes:
50   - Uses ExtUtils::MakeMaker now.
51   - Now on sourceforge CVS.
52   - Most of the dist now autogenerated.
53   - Lots of POD fixups.
54   - Revised 'SUPPORT' section in POD.
55
56---
57version: 0.26
58date:    10 Mar 2003
59changes:
60   - Documentation nits.
61   - Works under 5.005.
62   - Development tests not required to run on end-user.
63   - Tests work under 5.005 now.
64
65---
66version: 0.25
67date:    9 Mar 2003
68changes:
69    - Initial version.
70
71