I create several modules without using Module::Starter:(. I need to create a file MANIFESTto run my tests. Do I have to do this manually or is there an automated way to create it?
Module::Starter
MANIFEST
Run make manifestor ./Build manifest, depending on the build tool.
make manifest
./Build manifest
He will choose mkmanifestfor you.
mkmanifest
You can create a manifest using ExtUtils :: Manifest package:
perl -MExtUtils::Manifest=mkmanifest -e 'mkmanifest()'
This oneliner will create a manifest in the current directory. It will also be used MANIFEST.SKIPif you have one.
MANIFEST.SKIP
Dist:: Zilla, dist.ini, dzil build. MANIFEST .
dist.ini
dzil build
, ExtUtils::Manifest:
mkmanifest mkmanifest(); MANIFEST. Unix find . > MANIFEST , MANIFEST.SKIP( ), .MANIFEST MANIFEST.bak.
mkmanifest();
MANIFEST. Unix
find . > MANIFEST
, MANIFEST.SKIP( ), .
MANIFEST MANIFEST.bak.
:
$ perl -mExtUtils::Manifest=mkmanifest -e 'mkmanifest()'