p5-Filter-Template
source filter for inline code templates (macros)
WWW CVSWeb GITHub-
Package versionp5-Filter-Template-1.043p0
-
MaintainerThe OpenBSD ports mailing-list
Filter::Template is a Perl source filter that provides simple inline
source code templates. Inlined source code can be significantly faster
than subroutines, especially for small-scale functions like accessors
and mutators. On the other hand, they are more difficult to maintain and
use.