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 E83DC716A0 for ; Wed, 3 Jul 2013 13:09:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2040614A17A; Wed, 3 Jul 2013 13:09:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 31A5814A178 for ; Wed, 3 Jul 2013 13:09: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 MdPp44_eJciG for ; Wed, 3 Jul 2013 13:09: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 52FE714A13C for ; Wed, 3 Jul 2013 13:09:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4B46B96; Wed, 3 Jul 2013 13:09:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 3 Jul 2013 13:09:35 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-Module-CoreList To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20130703130935.4B46B96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Wed Jul 3 13:09:35 UTC 2013 Modified Files: pkgsrc/devel/p5-Module-CoreList: Makefile distinfo Log Message: Updating package for CPAN distribution Module-CoreList in devel/p5-Module-CoreList from 2.73nb1 to 2.92. Upstream changes since 2.73: 2.92 Thu Jun 21 2013 - Make switches case-sensitive (keep -d and -D distinct) - correct omission of Text::Soundex and File::CheckTree from deprecations - switch %deprecated to a delta hash - Added Utils module 2.91 Mon May 20 2013 - Updated for v5.19.0 2.90 Mon May 18 2013 - Updated for v5.18.0 2.88 Tue Apr 23 2013 - Include deprecations for v5.17.10 and v5.17.11 2.87 Sat Apr 20 2013 - Updated for v5.17.11 2.85 Thu Mar 19 2013 - Updated for v5.17.10 2.84 Mon Mar 11 2013 - Updated for v5.16.3 2.83 Sun Mar 10 2013 - Updated for v5.14.4 2.82 Wed Feb 20 2013 - --feature switch added - --upstream switch added - Updated for v5.17.9 2.81 Sun Jan 27 2013 - Add modules deprecated with v5.17.9 2.80 Sun Jan 20 2013 - Updated for v5.17.8 - v5.17.7 contained Module::CoreList::TieHashDelta 2.79, not 2.78 2.79 Tue Dec 18 2012 - Updated for v5.17.7 - Errno was added in 5.5, not in 5.5.4 2.78 Sat Nov 12 2012 - Updated for v5.17.6 - Fix hash order dependency bug in deprecated_in(). Tests would would fail or succeed depending on what order keys() would return the version list in. List::Utils::min() considers '5.011' and '5.011000' to be equivalent, and returns the first whichever it encounters. Changing to List::Utils::minstr() fixes this. 2.77 Sat Nov 10 2012 - Updated for v5.12.5 - deprecated_in() function added - corelist reports deprecated data 2.76 Fri Nov 1 2012 - Updated for v5.16.2 2.75 Fri Oct 20 2012 - Updated for v5.17.5 2.74 Fri Oct 12 2012 - Updated for v5.14.3 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Module-CoreList/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Module-CoreList/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.