- or download this
project/packages/A
Makefile.PL
...
/C
Makefile.PL
C.pm
- or download this
use ExtUtils::MakeMaker;
...
VERSION => '0.01',
);
- or download this
$perl Makefile.PL
Checking if your kit is complete...
...
Looks good
Writing Makefile for C
Writing Makefile for MyProjectPackages
- or download this
$make test
make[1]: Entering directory `/tmp/project/packages/A'
...
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.04 cusr + 0.01 csys = 0.05 C
+PU)
make[1]: Leaving directory `/tmp/project/packages/C'
- or download this
$make manifest
/usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifestAdded to
+MANIFEST: A/A.pm
...
MyProjectPackages-0.01/Makefile.PL
rm -rf MyProjectPackages-0.01
gzip --best MyProjectPackages-0.01.tar