diff options
author | hiramatsu <hiramatsu> | 2011-11-18 13:21:41 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-11-18 13:21:41 +0000 |
commit | 50b5abc83d7efc49d84942e0ada99d0a9ceb928e (patch) | |
tree | 00f51e2914599d46b3567b8a7cc6d6c4c529f798 /www/p5-HTML-FormFu/distinfo | |
parent | 3cb83e465a0a614d06721ccb017de67a8038c3bc (diff) | |
download | pkgsrc-50b5abc83d7efc49d84942e0ada99d0a9ceb928e.tar.gz |
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.
Diffstat (limited to 'www/p5-HTML-FormFu/distinfo')
-rw-r--r-- | www/p5-HTML-FormFu/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-HTML-FormFu/distinfo b/www/p5-HTML-FormFu/distinfo index c2aebbedf94..330b1903e07 100644 --- a/www/p5-HTML-FormFu/distinfo +++ b/www/p5-HTML-FormFu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/23 22:32:50 sno Exp $ +$NetBSD: distinfo,v 1.4 2011/11/18 13:21:41 hiramatsu Exp $ -SHA1 (HTML-FormFu-0.08002.tar.gz) = 159a2f51466ef2c79fce598b0676cd2b593af267 -RMD160 (HTML-FormFu-0.08002.tar.gz) = 30be27f262ffeb9973a94a3e4191ae90432f3bba -Size (HTML-FormFu-0.08002.tar.gz) = 298926 bytes +SHA1 (HTML-FormFu-0.09005.tar.gz) = 7a9227a18163cd34b2d7e5093b4c061c96959580 +RMD160 (HTML-FormFu-0.09005.tar.gz) = 3a4539517fec4211ddc0c0890cc5c92365007c02 +Size (HTML-FormFu-0.09005.tar.gz) = 299803 bytes |