Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 50D7863CD4E for ; Fri, 18 Nov 2011 13:21:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F69814A163; Fri, 18 Nov 2011 13:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A58C214A15E for ; Fri, 18 Nov 2011 13:21:42 +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 HzKS-tk8Ta5S for ; Fri, 18 Nov 2011 13:21:42 +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 D123014A12C for ; Fri, 18 Nov 2011 13:21:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B920C175DD; Fri, 18 Nov 2011 13:21:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 18 Nov 2011 13:21:41 +0000 From: "Hiramatsu Yoshifumi" Subject: CVS commit: pkgsrc/www/p5-HTML-FormFu To: pkgsrc-changes@NetBSD.org Reply-To: hiramatsu@netbsd.org X-Mailer: log_accum Message-Id: <20111118132141.B920C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: hiramatsu Date: Fri Nov 18 13:21:41 UTC 2011 Modified Files: pkgsrc/www/p5-HTML-FormFu: Makefile distinfo Log Message: Update p5-HTML-FormFu to 0.09005. Changes from previous: 0.09005 2011-09-06 - bump version of prereq CGI to 3.37 to make all tests pass 0.09004 2011-08-26 - skip aggregate.t on Win32 - no functional changes to HTML::FormFu 0.09003_02 2011-08-25 - disable Test::Aggregate on Win32 0.09003_01 2011-05-11 - using Test::Aggregate for the test suite if installed tests finish now in seconds instead of minutes 0.09003 2011-05-10 - fixed regression in Model::HashRef introduced in 0.09000 0.09002 2011-03-21 - Hopefully fix IO::Interactive dependency properly 0.09001 2011-03-31 - Fix IO::Interactive dependency 0.09000 2011-03-29 - Codebase changed to use Moose - massive internal changes - any custom Elements, Constraints, etc will require changes. See advice on mailing list: http://www.mail-archive.com/html-formfu@lists.scsys.co.uk/msg02325.html Or ask for help on the mailing list: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu - Bug fix: was a fatal error when a value was submitted for Label element (code called delete_nested_hash_value instead of deleted_nested_hash_key). - Bug fix: RT#65728 Filter::Split shouldn't return a value if no value was submitted. - Bug fix: Element::Date now uses default() in preference to default_natural(). RT#65727 - DateTime elements, minutes and seconds have new 'interval' option. - Now only delete submitted value if there's no other field on the form with the same name. - load_config_file(stem) now honours the include path order, to mimic TT behaviour. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-HTML-FormFu/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/p5-HTML-FormFu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.