要重写一个函数,使用 Moose 关键字override。
override
override 'target' => &with; ##-or- override 'target' => sub {};
Super 传递原始的 @_。如果你想要修改参数 (@_),请参考 around()。