Action attribute

Catalyst 5.70 の dev リリースでサポートされた Action attribute 良いね。

http://search.cpan.org/~mramberg/Catalyst-Action-RenderView-0.01/lib/Catalyst/Action/RenderView.pm

こんなんとか簡単に作れる。cool。

sub foo : Action('+Foo::Bar')

sub foo : MyAction('Foo::Bar')

と等価。

by typester / at 2006-06-27T13:09:00 / perl · catalyst / Comments(0)