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
This commit is contained in:
parent
a7a2c23a64
commit
0d8db78ab5
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.16 2011/08/14 12:26:25 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2011/11/12 02:56:44 hiramatsu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Object-InsideOut-3.67
|
||||
DISTNAME= Object-InsideOut-3.84
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2010/09/14 06:19:11 sno Exp $
|
||||
$NetBSD: distinfo,v 1.13 2011/11/12 02:56:44 hiramatsu Exp $
|
||||
|
||||
SHA1 (Object-InsideOut-3.67.tar.gz) = 69b750ccc904c639b44fab8148b4d21a0f9646e3
|
||||
RMD160 (Object-InsideOut-3.67.tar.gz) = 26daf128d2eeb8ed35350414188a94b015a3ecf6
|
||||
Size (Object-InsideOut-3.67.tar.gz) = 116423 bytes
|
||||
SHA1 (Object-InsideOut-3.84.tar.gz) = d3ea0ea76f2e7568390ab5da52122b4058b11ff4
|
||||
RMD160 (Object-InsideOut-3.84.tar.gz) = 100a4c647b6e5d084d57d323299e43c22c13e08c
|
||||
Size (Object-InsideOut-3.84.tar.gz) = 118929 bytes
|
||||
|
|
Loading…
Reference in a new issue