Bug 55375 - update devel/p5-DateTime-Locale
Summary: update devel/p5-DateTime-Locale
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-08 13:30 UTC by Mathieu Arnold
Modified: 2003-08-08 15:03 UTC (History)
1 user (show)

See Also:


Attachments
p5-DateTime-Locale-0.03.diff (886 bytes, patch)
2003-08-08 13:30 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold 2003-08-08 13:30:13 UTC
Update devel/p5-DateTime-Locale

* Once a locale is loaded, it is cached in memory, so that locale objects are
  singletons.  Calling methods that change the locale registry, like register()
  or remove_alias(), clear that cache.  This should provide a noticeable speed
  boost when constructing many DateTime objects with the same locale.  Based on
  a patch from John Siracusa.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-08-08 15:03:33 UTC
State Changed
From-To: open->closed

Committed, thanks!