我正在使用HTML::FormHandler并且我想通过在我的控制器类中使其成为 moose 属性来使我的表单持久化。在 HTML::FormHandler 的Manual Intro 文档中,它是这样说的:
FormHandler makes heavy use of Moose, so almost all of FormHandler's
profiled time will actually be in Moose methods, mostly constructing form
and field attributes. Some people prefer to use a persistent form class
(in a Moose attribute) in order to skip the form building step on each call.
我想这样做,但是它没有给出示例,而且我对 Moose 不太熟悉,所以我不知道该怎么做。在此之前有没有人做过这个,可以举例说明在你的 Catalyst 代码中添加什么来完成这个?或者只是和想法如何去做?谢谢!