From owner-cvs-ports@FreeBSD.ORG Tue Feb 7 09:48:11 2012 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 F3772106568C; Tue, 7 Feb 2012 09:48:10 +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 C41048FC15; Tue, 7 Feb 2012 09:48:10 +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 q179mAI0000198; Tue, 7 Feb 2012 09:48:10 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q179mA2O000197; Tue, 7 Feb 2012 09:48:10 GMT (envelope-from sunpoet) Message-Id: <201202070948.q179mA2O000197@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 7 Feb 2012 09:48:10 +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/p5-Module-Implementation 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, 07 Feb 2012 09:48:11 -0000 sunpoet 2012-02-07 09:48:10 UTC FreeBSD ports repository Added files: devel/p5-Module-Implementation Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Module-Implementation 0.03 Module::Implementation abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. Module::Implementation is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module. WWW: http://search.cpan.org/dist/Module-Implementation/ Revision Changes Path 1.1 +36 -0 ports/devel/p5-Module-Implementation/Makefile (new) 1.1 +2 -0 ports/devel/p5-Module-Implementation/distinfo (new) 1.1 +10 -0 ports/devel/p5-Module-Implementation/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Module-Implementation/pkg-plist (new)