I use h2xs
and Module::Starter to create templates for my Perl modules. All these and others like Module::Build are great for creating one-off modules. Unfortunately, I have not been able to figure out a "clean" way of creating a family of related modules and their documentation and test suite templates in one go.
Specfically, is it possible to create A::P, A::Q, A::R ... in a single invocation of h2xs
or other starter tools, or even add A::Q, A::R once a template for A::P has been created?