Description
Parameterized Perl packages can be generated from reusable package templates. Developers use it to create variants of a module based on supplied parameters while keeping shared implementation logic centralized. It is a metaprogramming library for module authors.