prev <<
Code I'm proud of
>> next
The Code
package testlib::Mock::RenderTT; use Moose; sub render { my ( $self, @args ) = @_; return \@args; }