Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2765F63C270 for ; Sun, 9 Aug 2009 13:31:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 91A0063B1BC; Sun, 9 Aug 2009 13:31:29 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A837863B1B9 for ; Sun, 9 Aug 2009 13:31:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 91A96175D0; Sun, 9 Aug 2009 13:31:28 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 9 Aug 2009 13:31:28 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/www/p5-CatalystX-LeakChecker To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090809133128.91A96175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: sno Date: Sun Aug 9 13:31:28 UTC 2009 Update of /cvsroot/pkgsrc/www/p5-CatalystX-LeakChecker In directory ivanova.netbsd.org:/tmp/cvs-serv28858 Log Message: Importing package for p5 module CatalystX::LeakChecker version 0.02 to support Catalyst Developers using pkgsrc a bit better. It's easy to create memory leaks in Catalyst applications and often they're hard to find. This module tries to help you finding them by automatically checking for common causes of leaks. Right now, only one cause for leaks is looked for: putting a closure, that closes over the Catalyst context (often called $ctx or $c), onto the stash, without weakening the reference first. More checks might be implemented in the future. This module is intended for debugging only. I suggest to not enable it in a production environment. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/www/p5-CatalystX-LeakChecker/Makefile N pkgsrc/www/p5-CatalystX-LeakChecker/DESCR N pkgsrc/www/p5-CatalystX-LeakChecker/distinfo No conflicts created by this import