Bug 55376

Summary: update devel/p5-DateTime
Product: Ports & Packages Reporter: Mathieu Arnold <m>
Component: Individual Port(s)Assignee: Erwin Lansing <erwin>
Status: Closed FIXED    
Severity: Affects Only Me CC: m
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-DateTime-0.16.diff none

Description Mathieu Arnold 2003-08-08 14:10:13 UTC
Update devel/p5-DateTime

* On platforms like Win32, where we can't find a finite() or isfinite()
  function/macro, the DateTime::LeapSecond code wasn't being loaded, so many
  tests failed.  Reported by Ron Hill.
* The XS code now implements leap second-related calculations.  However, this
  is only used on platforms where we can find a usable finite() or isfinite()
  function/macro, so it isn't used on Win32.
* This distro has now borged the DateTime::LeapSecond module.  It is only
  loaded when the XS leap second code cannot be used.
* Other miscellaneous performance improvements.
* Adding a duration with delta months to an infinite DateTime was quite broken.
  Reported by Eugene van der Pijll.

Fix: IMPORTANT, this port depended on DateTime::LeapSecond, which has been included
in DateTime. devel/p5-DateTime-LeapSecond should be removed from the ports
tree.
From CPAN :
DateTime::LeapSecond -- DEPRECATED: use "DateTime" distribution instead
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-08-08 16:01:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-08-09 16:41:40 UTC
State Changed
From-To: open->closed

Committed, thanks!