Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9A04763BC61 for ; Tue, 13 Dec 2011 12:30:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A5FC14A238; Tue, 13 Dec 2011 12:30:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0614414A218 for ; Tue, 13 Dec 2011 12:30:08 +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 hhoCFZ9Xo2k6 for ; Tue, 13 Dec 2011 12:30:07 +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 7547914A1EA for ; Tue, 13 Dec 2011 12:30:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B4152175DD; Tue, 13 Dec 2011 12:30:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 13 Dec 2011 12:30:07 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111213123007.B4152175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Tue Dec 13 12:30:07 UTC 2011 Modified Files: pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile distinfo Log Message: Update p5-Catalyst-Authentication-Store-DBIx-Class to 0.1503. Changes from previous: ---------------------- 0.1503 2011-12-08 * Change docs to show $c->config('Plugin::Authentication' => {... rather than $c->config->{authentication}. The new key, and method rather than hash access style are both preferred and recommended. 0.1502 2011-08-24 * Switch repository to git (fREW Schmidt) 0.1501 2011-06-17 * If use_userdata_from_session isn't set, then don't store more fields than we need in the session -- only the fields we need to load the object from the DB again. 0.1500 2010-11-16 * Allow specifying a fully loaded DBIC result in addition to resultsets of which only the first row is considered. 0.1401 2010-11-16 * Fix call to ->load which was not passing $c To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/www/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.