Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2003 15:35:38 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sheldonh@FreeBSD.org
Subject:   ports/53723: update devel/p5-Config-General
Message-ID:  <20030625133538.BD56B7D49@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200306251340.h5PDe40h069823@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53723
>Category:       ports
>Synopsis:       update devel/p5-Config-General
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 25 06:40:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
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.

	
>How-To-Repeat:
	
>Fix:

	

--- p5-Config-General-2.20.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-General/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	18 Jun 2003 10:46:46 -0000	1.4
+++ Makefile	25 Jun 2003 13:29:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Config-General
-PORTVERSION=	2.19
+PORTVERSION=	2.20
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Config
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-General/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	18 Jun 2003 10:46:46 -0000	1.3
+++ distinfo	25 Jun 2003 13:29:06 -0000
@@ -1 +1 @@
-MD5 (Config-General-2.19.tar.gz) = 53d56dd9a23f062001721d78ec77e6b3
+MD5 (Config-General-2.20.tar.gz) = 6c09c135825c0ba6201d68c99aea3743
--- p5-Config-General-2.20.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030625133538.BD56B7D49>