Astro-App-Satpass2
view release on metacpan or search on metacpan
lib/Astro/App/Satpass2/Format/Template.pm view on Meta::CPAN
}
}
}
$tt->process( $tplt, \%arg, \$output )
or $self->wail( $tt->error() );
return $output;
}
# Cribbed shamelessly from List::MoreUtils. The author reserves the
# right to relocate, rename or otherwise mung with this without notice
# to anyone. Caveat user.
sub _uniq {
my %found;
return ( grep { ! $found{$_}++ } @_ );
}
sub _wrap {
my ( $self, %arg ) = @_;
my $data = $arg{data};
( run in 0.984 second using v1.01-cache-2.11-cpan-71847e10f99 )