in reply to Re^4: How do I configure Module::Build to build multiple packages from the same lib directory?
in thread How do I configure Module::Build to build multiple packages from the same lib directory?
If I were in in your corner, I would go with 5 (1 + 2 = 5), and keep it perl, something like
See File::Temp, File::Copy,% perl build-dist1.pl creating dist1tempdir chdir dist1tempdir copying defaults (README INSTALL LICENSE...) creating MANIFEST copying files creating Module::Build object (like in Build.PL) dispatch build dispatch test dispatch dist created dist1-0.01.tar.gz successfully destroying Module::Build object uploading dist1-0.01.tar.gz chdir .. cleaning up dist1tempdir done!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How do I configure Module::Build to build multiple packages from the same lib directory?
by ELISHEVA (Prior) on Nov 04, 2008 at 13:18 UTC |