From owner-cvs-ports@FreeBSD.ORG Sat Nov 29 19:10:35 2008 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 B991E106564A; Sat, 29 Nov 2008 19:10:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A66928FC16; Sat, 29 Nov 2008 19:10:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mATJAZ7F085564; Sat, 29 Nov 2008 19:10:35 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mATJAZf6085563; Sat, 29 Nov 2008 19:10:35 GMT (envelope-from miwi) Message-Id: <200811291910.mATJAZf6085563@repoman.freebsd.org> From: Martin Wilke Date: Sat, 29 Nov 2008 19:10:35 +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/databases Makefile ports/databases/p5-DBIx-Class-IntrospectableM2M 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: Sat, 29 Nov 2008 19:10:35 -0000 miwi 2008-11-29 19:10:35 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBIx-Class-IntrospectableM2M Makefile distinfo pkg-descr pkg-plist Log: Because the many-to-many relationships are not real relationships, they can not be introspected with DBIx::Class. Many-to-many relationships are actually just a collection of convenience methods installed to bridge two relationships. This DBIx::Class component can be used to store all relevant information about these non-relationships so they can later be introspected and examined. This module is fairly esoteric and, unless you are dynamically creating something out of of a DBIC Schema, is probably the wrong solution for whatever it is you are trying to do. Please be advised that compatibility is not guaranteed for DBIx::Class 0.09000+. We will try to mantain all compatibility, but internal changes might make it impossible. WWW: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/ Revision Changes Path 1.723 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/p5-DBIx-Class-IntrospectableM2M/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBIx-Class-IntrospectableM2M/distinfo (new) 1.1 +15 -0 ports/databases/p5-DBIx-Class-IntrospectableM2M/pkg-descr (new) 1.1 +8 -0 ports/databases/p5-DBIx-Class-IntrospectableM2M/pkg-plist (new)