in reply to Re^2: Adding a package to an already existing distribution
in thread Adding a package to an already existing distribution

I think I messed the question. You have a module created with lib/Foo.pm Your module is named Foo. Then you like to extend Foo with Foo::Bar ( or at least add a module Bar. ) Then there is no need to change anything just add a new dir to your lib directory.
lib/Foo.pm lib/Foo/Bar.pm
If you want to rename something try perl's inplace edit or look if Module::Rename can help.
Boris

Replies are listed 'Best First'.
Re^4: Adding a package to an already existing distribution
by thor (Priest) on Sep 07, 2005 at 20:36 UTC
    You're right...there's no need to change anything. What I'm looking for is the stub code generation that h2xs and Module::Starter provide. I just think that it's interesting that there's seemingly no way to get this from the currently existing toolset.

    thor

    Feel the white light, the light within
    Be your own disciple, fan the sparks of will
    For all of us waiting, your kingdom will come