drfrog has asked for the wisdom of the Perl Monks concerning the following question:
hello:
im looking to find some info on how to go about creating a bundle.
not with autobundle in cpan!
say for instance that i have a namespace Foo
and i want to have one cpan tarball that will install
Foo::Foo2
Foo::Foo3
Foo::FooN...
how would i go about building this?
ive used the h2xs -AXn Foo::Foo before,
but for my current project im going to have multiple modules under the same package name {Foo}
ive searched far and {internet} wide. i havent found anything relevent,
and so now im here praying for an answer!lol
can anyone give me the howto?