>>>>> "Dave" == Dave Rolsky <[EMAIL PROTECTED]> writes:
Dave> 0.65 2007-04-21 Dave> - Handle cases where /etc/localtime is a symlink pointing to another Dave> symlink (and so forth) by using Cwd::abs_path() instead of Dave> readlink(). Fixes RT #26438. Dave> - When creating an Olson time zone object, DT::TZ will now check to Dave> see if the object being loaded is from an older version of the Olson Dave> catalog than the current version of DT::TZ and issue warning if this Dave> is the case. This is useful because obsolete module files may exist Dave> when a zone name is replaced by a link, or just retired entirely. That readlink() thing probably broke the tests: t/04local...................ok 509/540 # Failed test '_Readlink follows multiple levels of symlinking' # at t/04local.t line 240. # got: '/private/tmp/VNUswVG57s/first' # expected: '/tmp/VNUswVG57s/first' t/04local...................NOK 540/540# Looks like you failed 1 test of 540. This is on OSX. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
