Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 401C563E012 for ; Sat, 11 Feb 2012 03:22:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1C62914A470; Sat, 11 Feb 2012 03:22:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3383E14A423 for ; Sat, 11 Feb 2012 03:22:12 +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 CUGPYNGIUHkh for ; Sat, 11 Feb 2012 03:22:11 +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 9FA1A14A406 for ; Sat, 11 Feb 2012 03:22:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D2ED1175DD; Sat, 11 Feb 2012 03:22:10 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 11 Feb 2012 03:22:10 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/devel/p5-parent To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20120211032210.D2ED1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Sat Feb 11 03:22:10 UTC 2012 Modified Files: pkgsrc/devel/p5-parent: Makefile distinfo Log Message: Update p5-parent to 0.225. Changes from previous: ---------------------- 0.225 20110308 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459 0.224 20101031 . Change assignment @ISA = (@ISA, 'new::class') to use push @ISA, 'new::class' This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can't upgrade your version of Perl, use the old way. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-parent/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-parent/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.