[Jifty-commit] r1590 - jifty/branches/moose/lib/Jifty/Web

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jul 15 02:19:47 EDT 2006


Author: audreyt
Date: Sat Jul 15 02:19:47 2006
New Revision: 1590

Modified:
   jifty/branches/moose/lib/Jifty/Web/Form.pm

Log:
* more constraint relaxing

Modified: jifty/branches/moose/lib/Jifty/Web/Form.pm
==============================================================================
--- jifty/branches/moose/lib/Jifty/Web/Form.pm	(original)
+++ jifty/branches/moose/lib/Jifty/Web/Form.pm	Sat Jul 15 02:19:47 2006
@@ -9,7 +9,7 @@
 has actions         => qw( is rw isa Any );
 has printed_actions => qw( is rw isa Any );
 has name            => qw( is rw isa Str );
-has call            => qw( is rw isa Str );
+has call            => qw( is rw isa Any ); # Str | Jifty::Continuation
 has is_open         => qw( is rw isa Bool );
 no Moose;
 


More information about the Jifty-commit mailing list