Bug 53723 - update devel/p5-Config-General
Summary: update devel/p5-Config-General
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: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 14:40 UTC by Mathieu Arnold
Modified: 2003-06-26 16:54 UTC (History)
1 user (show)

See Also:


Attachments
p5-Config-General-2.20.diff (881 bytes, patch)
2003-06-25 14:40 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-06-25 14:40:03 UTC
Update to 2.20

- fixed bug reported by Stefano di Sandro <stedis@ulis.it>: in OOP mode
  (extended access) the obj() method returned the whole config object if the
  given key does not exist. Now it returns a new empty object.
- added patch by David Dick <david_dick@iprimus.com.au> which sets $/ if it is
  unset.
- added patch by David Dick <david_dick@iprimus.com.au> which calls the
  bindmode() function in case the modules is being used under win32 systems.
  Read perldoc -f binmode for more informations on this issue.
- added feature suggested by Chase Phillips <cmp@uiuc.edu>: the new() method
  has a new parameter -Tie which takes the name of a Tie class that each new
  hash should be based off of. This makes it possible to create a config hash
  with ordered contents across nested structures.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-06-25 14:43:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sheldonh

Over to maintainer
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2003-06-26 16:54:19 UTC
State Changed
From-To: open->closed

Committed, thanks!