? my $ctx = $main::context;
? my ($content, $args) = @_;
? if ($args->{since}) {
since v= $args->{since} ?>
? }
- Description:
-
= Text::MicroTemplate::encoded_string($args->{desc}) ?>
= $content ?>
? if (@{$args->{params} || []}) {
- Parameters:
-
? for my $param (@{ $args->{params} }) {
- = $param->{label} ?>
- = $param->{desc} ?>
? }
? }
? if ($args->{see_also}) {
- See also:
- = $args->{see_also} ?>
? }