Hi all,
Is it possible to 'declare' Action params at runtime just before using
them ? something like:
In MyApp::Action::MyAction
my %new_params = declare {
param 'foo' => ... ;
param 'bar'=> ... ;
};
$self->merge_with_params(\%new_params); # or another method
Cheers,
-salih