Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 76DEF63BB81 for ; Mon, 11 Aug 2008 13:06:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2582363B1C8; Mon, 11 Aug 2008 13:06:48 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 6BA9163B18D for ; Mon, 11 Aug 2008 13:06:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5755C175D0; Mon, 11 Aug 2008 13:06:47 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/p5-AutoLoader To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20080811130647.5755C175D0@cvs.netbsd.org> Date: Mon, 11 Aug 2008 13:06:47 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Mon Aug 11 13:06:47 UTC 2008 Update of /cvsroot/pkgsrc/devel/p5-AutoLoader In directory ivanova.netbsd.org:/tmp/cvs-serv26307 Log Message: Import p5-AutoLoader version 5.66. The AutoLoader module works with the AutoSplit module and the __END__ token to defer the loading of some subroutines until they are used rather than loading them all at once. To use AutoLoader, the author of a module has to place the definitions of subroutines to be autoloaded after an __END__ token. (See perldata.) The AutoSplit module can then be run manually to extract the definitions into individual files auto/funcname.al. Status: Vendor Tag: TNF Release Tags: pkgsrc-base N pkgsrc/devel/p5-AutoLoader/Makefile N pkgsrc/devel/p5-AutoLoader/distinfo N pkgsrc/devel/p5-AutoLoader/DESCR No conflicts created by this import