Upgrade to Devel::PPPort 3.18_01
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Changes
1
2 Time::Piece Changes
3
4 1.14
5         - rework add_months() to not rely on strptime being able to parse illegal
6           dates (Gisle Aas).
7         - Various win32 TZ fixes from p5p core perl version
8
9 1.13
10     - More QNX fixes (kraai@ftbfs.org)
11     - Restore freebsd copyright on strptime.
12     - Added add_months and add_years methods.
13
14 1.12
15     - QNX fixes
16     - Merge with perl core version
17
18 1.11
19     - Skip %V test on Win32
20
21 1.10
22     - Number of bug fixes from RT
23     - (maintenance by Ricardo SIGNES)
24     - avoid warning in _mktime (bug #19677)
25
26 1.09
27     - (patches from Ricardo SIGNES)
28     - Tests largely moved to Test::More (from Test.pm)
29     - Time::Piece should now be safely subclassable
30
31 1.08
32     - A number of fixes for strptime
33     - Fixed docs wrt Time::Object references
34     - Fixed docs wrt ->month returning short month name
35     - Added ->fullmonth and ->fullday to get full day names
36
37 1.07
38     - Fix for ->week method
39
40 1.06
41     - Fix for Solaris pre-2.8
42     - Compilation checked on:
43       sparc solaris 2.7
44       sparc solaris 2.8
45       i686 linux
46       ia64 linux
47       pa-risc1.1 hpux 10.20
48       pa-risc2.0 hpux 11.00
49       alpha dec_osf 4.0  
50     - Fixes for Win32 (Randy Kobes)
51     
52 1.05
53     - Fix for Solaris (again)
54
55 1.04
56     - Slight fixes to strptime for Solaris and MacOSX
57     - Bug in strptime with daylight savings fixed.
58
59 1.03
60     - Updated MJD stuff (Tim Jeness)
61     - Added compare tests
62     - Ported test suite to Test.pm finally
63
64 1.01
65     - Added cs_sec and cs_mon to Time::Seconds so that
66       old Time::Object installs still work (except for add())
67