summaryrefslogtreecommitdiff
path: root/cpan/Time-Piece/Changes
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 17:21:16 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 17:21:16 +0100
commit2f94c979cb4eba6cfd7929c6ee378478f91fb550 (patch)
tree59db8334f4123b827c5942ab50007441b48cd40a /cpan/Time-Piece/Changes
parenta9ddcb5ded01c01d3a9c527d5ad650f8a5a0c91a (diff)
downloadperl-2f94c979cb4eba6cfd7929c6ee378478f91fb550.tar.gz
Move Time::Piece from ext/ to cpan/
Diffstat (limited to 'cpan/Time-Piece/Changes')
-rw-r--r--cpan/Time-Piece/Changes71
1 files changed, 71 insertions, 0 deletions
diff --git a/cpan/Time-Piece/Changes b/cpan/Time-Piece/Changes
new file mode 100644
index 0000000000..5eeb54b350
--- /dev/null
+++ b/cpan/Time-Piece/Changes
@@ -0,0 +1,71 @@
+
+Time::Piece Changes
+
+1.15
+ - Skip a test on Win32 that there's just no way of passing
+ - Document the above failure
+
+1.14
+ - rework add_months() to not rely on strptime being able to parse illegal
+ dates (Gisle Aas).
+ - Various win32 TZ fixes from p5p core perl version
+
+1.13
+ - More QNX fixes (kraai@ftbfs.org)
+ - Restore freebsd copyright on strptime.
+ - Added add_months and add_years methods.
+
+1.12
+ - QNX fixes
+ - Merge with perl core version
+
+1.11
+ - Skip %V test on Win32
+
+1.10
+ - Number of bug fixes from RT
+ - (maintenance by Ricardo SIGNES)
+ - avoid warning in _mktime (bug #19677)
+
+1.09
+ - (patches from Ricardo SIGNES)
+ - Tests largely moved to Test::More (from Test.pm)
+ - Time::Piece should now be safely subclassable
+
+1.08
+ - A number of fixes for strptime
+ - Fixed docs wrt Time::Object references
+ - Fixed docs wrt ->month returning short month name
+ - Added ->fullmonth and ->fullday to get full day names
+
+1.07
+ - Fix for ->week method
+
+1.06
+ - Fix for Solaris pre-2.8
+ - Compilation checked on:
+ sparc solaris 2.7
+ sparc solaris 2.8
+ i686 linux
+ ia64 linux
+ pa-risc1.1 hpux 10.20
+ pa-risc2.0 hpux 11.00
+ alpha dec_osf 4.0
+ - Fixes for Win32 (Randy Kobes)
+
+1.05
+ - Fix for Solaris (again)
+
+1.04
+ - Slight fixes to strptime for Solaris and MacOSX
+ - Bug in strptime with daylight savings fixed.
+
+1.03
+ - Updated MJD stuff (Tim Jeness)
+ - Added compare tests
+ - Ported test suite to Test.pm finally
+
+1.01
+ - Added cs_sec and cs_mon to Time::Seconds so that
+ old Time::Object installs still work (except for add())
+