Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8BF1263E042 for ; Sun, 21 Oct 2012 22:36:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6C5B314A3F3; Sun, 21 Oct 2012 22:36:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 57EC714A3F1 for ; Sun, 21 Oct 2012 22:36:36 +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 PDjZ5hHoGagj for ; Sun, 21 Oct 2012 22:36:35 +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 CCC1E14A3EB for ; Sun, 21 Oct 2012 22:36:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C748D175DD; Sun, 21 Oct 2012 22:36:35 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 21 Oct 2012 22:36:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Class-Load-XS To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20121021223635.C748D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Oct 21 22:36:35 UTC 2012 Modified Files: pkgsrc/devel/p5-Class-Load-XS: Makefile distinfo Log Message: Update to 0.06: 0.06 2012-10-08 - Fixed some broken logic that lead to a segfault from the 014-weird-constants.t test on some Perls (but unfortunately not the one I test with by default). Reported by Chisel Wright (and several other people). RT #80059. 0.05 2012-10-07 - Require Class::Load 0.20 in the code (not just the distro metadata). This keeps the tests in sync, and this module needed at least 0.11 anyway. Reported by Father Chrysostomos. RT #80002. - Weird classes with either an ISA or VERSION constant (who does that?) would cause the XS to blow up badly. Reported by Father Chrysostomos. RT #79998. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Class-Load-XS/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Class-Load-XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.