Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0A95163B8A8 for ; Sat, 12 Nov 2011 02:56:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DCF0C14A340; Sat, 12 Nov 2011 02:56:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DC9A14A33C for ; Sat, 12 Nov 2011 02:56:45 +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 xY2K7OQmwrcF for ; Sat, 12 Nov 2011 02:56:45 +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 B8DCB14A339 for ; Sat, 12 Nov 2011 02:56:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AA68D175DD; Sat, 12 Nov 2011 02:56:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 12 Nov 2011 02:56:44 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/devel/p5-Object-InsideOut To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111112025644.AA68D175DD@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 Nov 12 02:56:44 UTC 2011 Modified Files: pkgsrc/devel/p5-Object-InsideOut: Makefile distinfo Log Message: Update p5-Object-InsideOut to 3.84. Changes from previous: 3.84 Tue Oct 11 22:42:26 2011 - Fixed bug in string dump of objects 3.83 Thu Oct 6 23:53:04 2011 - Fix bug with NOT_SHARED in threads::shared app - Document error caused by returning non-shared objects from threads 3.82 Tue Sep 27 23:28:33 2011 - Fix obj ID reuse for shared objects in threaded app - Documented limitation regarding removing shared internal objects 3.81 Tue Mar 22 02:20:49 2011 - Faster initialization (from O(n^3) to O(n)) 3.79 Fri Dec 24 18:06:02 2010 - Bundle update 3.78 Fri Dec 24 15:35:25 2010 - POD update 3.77 Tue Dec 21 14:29:37 2010 - Test fixes for $@ changes - Test change for ??? syntax error 3.76 Mon Nov 15 00:01:50 2010 - Skip some more shared tests under 5.8.8 and prior 3.75 Tue Nov 9 15:01:06 2010 - Skip some shared tests under 5.8.8 and prior 3.74 Tue Nov 9 02:16:45 2010 - threads::shared version number in test 3.73 Mon Nov 8 18:53:00 2010 - Fix obj ID handling for shared objects in threaded app 3.72 Mon Oct 18 21:15:53 2010 - Fix obj ID handling for non-shared objects in threaded app 3.71 Wed Oct 13 18:25:20 2010 - Fixed a memory leak 3.69 Tue Sep 28 20:38:53 2010 - Fix test counts in t/27-exception.t 3.68 Thu Sep 23 17:09:21 2010 - POD note to 'use threads' in DBI applications [bug #58394] - Allow warnings for unhandled args To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Object-InsideOut/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Object-InsideOut/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.