Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1652063BFF3 for ; Wed, 10 Mar 2010 18:20:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B837463B12C; Wed, 10 Mar 2010 18:20:18 +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 5053463B11B for ; Wed, 10 Mar 2010 18:20:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2DFBE175DF; Wed, 10 Mar 2010 18:20:17 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 10 Mar 2010 18:20:17 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/misc/p5-Business-CreditCard To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100310182017.2DFBE175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Wed Mar 10 18:20:17 UTC 2010 Modified Files: pkgsrc/misc/p5-Business-CreditCard: Makefile distinfo Removed Files: pkgsrc/misc/p5-Business-CreditCard/files: Makefile.PL Log Message: Updating misc/p5-Business-CreditCard from 0.30nb1 to 0.31 pkgsrc changes: - Add license definition - Remove files/Makefile.PL (is as good as upstream one) - Explicitely tell, that no compiler is required Upstream changes: 0.31 Mon Oct 19 18:51:35 PDT 2009 - Add LICENSE section to POD documentation - Add META.yml to MANIFEST - Add Irish Laser card, thanks to Eoin Redmond for the heads-up. - Add documentation on what this module *is* and *is NOT* about. - Spelling fix in docs - correct misdocumentation of $Business::CreditCard::Country - Move test.pl to test/t and change to using Test::More, modify MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii) - Silence unwanted warnings (thanks to Alexander Ciornii) - Discover cards starting with 644-649 are now recognized - Most Diner's Club cards (300-305, 3095 and 36) now processed as Discover - China Union pay now includes 624-626 and 628 in addition to 622 (and still identified as Discover outside China) - JCB identified as Discover in the US To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/misc/p5-Business-CreditCard/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/p5-Business-CreditCard/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/misc/p5-Business-CreditCard/files/Makefile.PL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.