Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 49EAC7A48C for ; Fri, 29 Apr 2016 13:04:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F127585E61; Fri, 29 Apr 2016 13:04:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F60885E3F for ; Fri, 29 Apr 2016 13:04:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9bDQQKpN1vls for ; Fri, 29 Apr 2016 13:04:56 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21FDA85E24 for ; Fri, 29 Apr 2016 13:04:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CB41FBBA; Fri, 29 Apr 2016 13:04:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 13:04:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-IO-Interactive To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160429130456.1CB41FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Fri Apr 29 13:04:56 UTC 2016 Modified Files: pkgsrc/devel/p5-IO-Interactive: Makefile distinfo Log Message: Updated to devel/p5-IO-Interactive-1.021 (From 0.0.6) ---------------------------------------------------- 1.021 2016-01-27T20:29:17Z * Freshen the distro a bit * Somehow CPAN still has 0.0.6, so no one has David Muey's enhancements 1.01 - 2011-11-18 * Decrease memory use a bit ***: 1. lazy load Carp.pm only if we're about to croak() 2. Remove use of version.pm since a decimal will do (made it 1.01 per discussion) - moots rt 50120 3. Remove the need for Scalar::Util === Baseline RSS 1204, Orig RSS 2464 (+1260), New RSS 2244 (+1040) Technically -220 not a *huge* gain, but the ::Tiny version I'd worked up before this patch had an RSS of 1332 (+128). I need to look into that and see if anything else could be done here. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-IO-Interactive/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-IO-Interactive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.