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


in reply to using h2xs to create hierarchical modules

no bueno :) IIRC untested  h2xs -AXn Foo::Bar -n Foo::Baz -n Foo::Bar::Blaht

OTOH :)

module-starter --author author --email email --module Foo::Bar --module Foo::Baz --module Foo::Bar::Blaht

foo-bar |-- Changes |-- MANIFEST |-- Makefile.PL |-- README |-- ignore.txt |-- lib | `-- Foo | |-- Bar | | `-- Blaht.pm | |-- Bar.pm | `-- Baz.pm `-- t |-- 00-load.t |-- boilerplate.t |-- manifest.t |-- pod-coverage.t `-- pod.t 4 directories, 13 files