Packaging with Makefile.PL
perl Makefile.PL
make
make test
make manifest
make dist
When installing you'll have to type make install
instead of the make manifest
and the make dist
.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
perl Makefile.PL
make
make test
make manifest
make dist
When installing you'll have to type make install
instead of the make manifest
and the make dist
.