diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-15 08:25:20 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-15 08:39:52 +0100 |
commit | 33f804f62a826768d8f4694d2fd94f587e12c6f5 (patch) | |
tree | dbb3dfcbaff2df293d2d040878589fca0303b672 /pod | |
parent | c3c06741add2b0081dd06d45d21fdbfd0f45dd1f (diff) | |
download | perl-33f804f62a826768d8f4694d2fd94f587e12c6f5.tar.gz |
Upgrade to Sys-Syslog 0.30
This now incorporates blead's customization of t/syslog.t. Also,
win32/PerlLog_RES.uu shouldn't be listed as EXCLUDED since it is
actually included!
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3a794a533e..288edbc377 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -215,6 +215,12 @@ the storage format, so the format version has increased to 2.9. =item * +L<Sys::Syslog> has been upgraded from version 0.29 to 0.30. An issue with +C<POSIX::strftime()> on Windows and a build problem on Haiku-OS have been +resolved, and <getservbyname()> is no longer called when the port is specified. + +=item * + L<Time::Local> has been upgraded from version 1.2000 to 1.2300. Seconds values greater than 59 but less than 60 no longer cause C<timegm()> and C<timelocal()> to croak. |