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

Replies are listed 'Best First'.
Re^2: using h2xs to create hierarchical modules
by blue_cowdawg (Monsignor) on Dec 11, 2012 at 21:06 UTC

    Tried it... Like it. I've also been using the Module::Starter::AddModule plug in to add the modules I forgot. :-)


    Peter L. Berghold -- Unix Professional
    Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg
      You may also want to look at Dist::Zilla, the heir to Module::Starter.

      xoxo,
      Andy