Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2CABB63C270 for ; Sun, 9 Aug 2009 11:30:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CC3CF63B207; Sun, 9 Aug 2009 11:30:53 +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 DB06D63B15D for ; Sun, 9 Aug 2009 11:30:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C7931175D0; Sun, 9 Aug 2009 11:30:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 9 Aug 2009 11:30:52 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-File-Next To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20090809113052.C7931175D0@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 11:30:52 UTC 2009 Modified Files: pkgsrc/devel/p5-File-Next: Makefile distinfo Log Message: Updating package for p5 module File::Next from 1.02 to 1.06 pkgsrc changes: - Adding license (perl5 license) Upstream changes: 1.06 Tue Aug 4 15:10:34 CDT 2009 [FIXES] Fixed closing =cut in POD. There are no functionality changes, but the lack of a closing =cut meant that ack would not build properly. 1.04 Fri Jul 31 16:24:36 CDT 2009 [ENHANCEMENTS] It's never been correct to call File::Next::files() as a method, as File::Next->files(). Now, if you do, files() will die with an error. This is also the case with dirs() and everything(). Thanks to Eric Lyons for reporting. Tiny directory reading speedups. [DOCUMENTATION] Updated URLs for support sites. Added a little note about the follow_symlinks=>0 being a speed hit. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/p5-File-Next/Makefile \ pkgsrc/devel/p5-File-Next/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.