Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 389877194F for ; Thu, 22 Aug 2013 02:56:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8294A14A269; Thu, 22 Aug 2013 02:56:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0228414A261 for ; Thu, 22 Aug 2013 02:56:13 +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 DiNJxZN3ZphT for ; Thu, 22 Aug 2013 02:56:12 +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 64BC214A22F for ; Thu, 22 Aug 2013 02:56:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 062FF96; Thu, 22 Aug 2013 02:56:12 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 22 Aug 2013 02:56:12 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Try-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20130822025612.062FF96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu Aug 22 02:56:11 UTC 2013 Modified Files: pkgsrc/devel/p5-Try-Tiny: Makefile distinfo Log Message: Update to 0.18 Upstream changes: 0.18 2013-08-17 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10) 0.17 2013-08-16 - work around [rt.perl #119311] which was causing incorrect error messages in some cases during global destruction (Graham Knop, #9) 0.16 2013-07-10 - remove accidental Sub::Name test dep 0.15 2013-07-08 - optionally use Sub::Name to name the try/catch/finally blocks, if available (Mark Fowler) 0.14 2013-07-05 - also throw an exception for catch/finally in scalar context (RT#81070) 0.13 2013-07-04 - fix tests failing on 5.6.x due to differing DESTROY semantics - excise superfluous local($@) call - 7% speedup - fix (fsvo) broken URLs (RT#55659) - proper exception on erroneous usage of bare catch/finally (RT#81070) - proper exception on erroneous use of multiple catch{} blocks - clarify exception occuring on unterminated try block (RT#75712) - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev Vadim) - warn loudly on exceptions in finally() blocks - dzilify To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Try-Tiny/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Try-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.