From owner-cvs-ports@FreeBSD.ORG Fri Oct 24 09:30:41 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 AFA1C1065680; Fri, 24 Oct 2008 09:30:41 +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 9F3288FC08; Fri, 24 Oct 2008 09:30:41 +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 m9O9Ufu8010304; Fri, 24 Oct 2008 09:30:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9O9Uf1l010303; Fri, 24 Oct 2008 09:30:41 GMT (envelope-from miwi) Message-Id: <200810240930.m9O9Uf1l010303@repoman.freebsd.org> From: Martin Wilke Date: Fri, 24 Oct 2008 09:30:41 +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-DBICx-TestDatabase 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: Fri, 24 Oct 2008 09:30:41 -0000 miwi 2008-10-24 09:30:41 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/p5-DBICx-TestDatabase Makefile distinfo pkg-descr pkg-plist Log: The Perl 5 module DBICx::TestDatabase creates a temporary SQLite database, deploys your DBIC schema, and then connects to it. This lets you easily test your DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc. WWW: http://search.cpan.org/dist/DBICx-TestDatabase/ Revision Changes Path 1.716 +1 -0 ports/databases/Makefile 1.1 +27 -0 ports/databases/p5-DBICx-TestDatabase/Makefile (new) 1.1 +3 -0 ports/databases/p5-DBICx-TestDatabase/distinfo (new) 1.1 +7 -0 ports/databases/p5-DBICx-TestDatabase/pkg-descr (new) 1.1 +8 -0 ports/databases/p5-DBICx-TestDatabase/pkg-plist (new)