From owner-cvs-ports@FreeBSD.ORG Tue Oct 4 18:58:32 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E5D61065672; Tue, 4 Oct 2011 18:58:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D53D18FC13; Tue, 4 Oct 2011 18:58:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p94IwVJ8051272; Tue, 4 Oct 2011 18:58:31 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p94IwVs0051271; Tue, 4 Oct 2011 18:58:31 GMT (envelope-from sunpoet) Message-Id: <201110041858.p94IwVs0051271@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Oct 2011 18:58:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Clone Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 18:58:32 -0000 sunpoet 2011-10-04 18:58:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Data-Clone Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Data-Clone 0.003 Data::Clone does data cloning, i.e. copies things recursively. This is smart so that it works with not only non-blessed references, but also with blessed references (i.e. objects). When clone() finds an object, it calls a clone method of the object if the object has a clone, otherwise it makes a surface copy of the object. That is, this module does polymorphic data cloning. Although there are several modules on CPAN which can clone data, this module has a different cloning policy from almost all of them. See "Cloning policy" and "Comparison to other cloning modules" [1] for details. [1] http://search.cpan.org/dist/Data-Clone/lib/Data/Clone.pm WWW: http://search.cpan.org/dist/Data-Clone/ Revision Changes Path 1.4579 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/p5-Data-Clone/Makefile (new) 1.1 +2 -0 ports/devel/p5-Data-Clone/distinfo (new) 1.1 +13 -0 ports/devel/p5-Data-Clone/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Data-Clone/pkg-plist (new)