head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2009.01.20.23.48.57; author he; state dead; branches; next 1.1; 1.1 date 2008.12.09.07.24.14; author tonnerre; state Exp; branches; next ; desc @@ 1.2 log @Update from version 1.26 to 1.27. Pkgsrc changes: o Remove patch, no longer needed Upstream changes: 1.27, 15 Jan 2009 o Fix a typo that affected building against Perls with debugging enabled. o A minor #define refactor (Yuval). o Squash some long-standing warnings I had been ignoring for ages and Havard Eidnes prompted me to fix by logging an RT ticket for it. o Squash some global clean-up warnings. @ text @$NetBSD: patch-aa,v 1.1 2008/12/09 07:24:14 tonnerre Exp $ --- Object.xs.orig 2008-10-12 23:06:28.000000000 +0200 +++ Object.xs @@@@ -342,7 +342,7 @@@@ _dispel_magic(ISET* s, SV* sv) { I32 i = AvFILLp(wand); int c = 0; - assert( SvTYPE(want) == SVt_PVAV ); + assert( SvTYPE(wand) == SVt_PVAV ); while (i >= 0) { if (svp[i] && SvIV(svp[i])) { @ 1.1 log @Add build fix for cases where assert() is not a no-op. See also CPAN bug #40356 which confirms this. @ text @d1 1 a1 1 $NetBSD$ @