http://www.perlmonks.org?node_id=578266


in reply to Directory layout recommendations for a CPAN namespace

Why not the typical layout:

root +- lib # all libraries | +- PerlMonks | +- config.pm | +- renderer.pm | +- ... +- t # all testscripts +- scripts # all scripts | +- msg.pl | +- ... +- Makefile.PL +- MANIFEST +- Meta.yml +- ...