From owner-cvs-all@FreeBSD.ORG Fri May 25 07:12:33 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F86016A400; Fri, 25 May 2007 07:12:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32E6B13C448; Fri, 25 May 2007 07:12:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4P7CXGr066548; Fri, 25 May 2007 07:12:33 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4P7CXUg066540; Fri, 25 May 2007 07:12:33 GMT (envelope-from clsung) Message-Id: <200705250712.l4P7CXUg066540@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 25 May 2007 07:12:32 +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-Method-Alias Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 07:12:33 -0000 clsung 2007-05-25 07:12:32 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Method-Alias Makefile distinfo pkg-descr pkg-plist Log: Method::Alias is designed to be used as a pragma, to which you provide a set of pairs of method names. Only very minimal checking is done, if you wish to create infinite loops or what have you, you are more than welcome to shoot yourself in the foot. # Add a single method alias use Method::Alias 'foo' => 'bar'; # Add several method aliases use Method::Alias 'a' => 'b', 'c' => 'd', 'e' => 'f'; WWW: http://search.cpan.org/dist/Method-Alias Revision Changes Path 1.2756 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/p5-Method-Alias/Makefile (new) 1.1 +3 -0 ports/devel/p5-Method-Alias/distinfo (new) 1.1 +14 -0 ports/devel/p5-Method-Alias/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Method-Alias/pkg-plist (new)