[Catalyst] new Catalyst::Plugin::HashParam

A. Pagaltzis pagaltzis at gmx.de
Mon Apr 10 14:16:29 CEST 2006


* Christopher Heschong <chris at wiw.org> [2006-04-10 03:40]:
> Hi, planning on uploading this module to CPAN and wanted to get
> any feedback. Basically it allows input paramteters to be
> created with a "hash[key]" format. Are there any standard
> actions around submitting new modules? Do you guys usually
> provide svn space, or just for catalyst developers?

Btw, people who want such a thing may want to take a look at
Class::CGI. It doesn’t actually do nested params, it takes a
rather more different approach, but the motivation for it is in
fact quite similar to that for “nested” params.

It also overlaps with HTML::Widget in that the goal is easier
validation, but there’s nothing in its design that ties it to
validation.

I’m not sure whether it can currently be made to work with
Catalyst, because it subclasses CGI::Simple to do its work,
but it doesn’t appear so tightly wedded to that module that
it wouldn’t be possible to make it work if anyone has an interest
in doing that.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;



More information about the Catalyst mailing list