Bug 53723

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

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!