I create some modules without using Module::Starter
:(.
I need to build a MANIFEST
file to run my tests.
Should I do it by hand, or is there an automated way to build it ?
Run make manifest
or ./Build manifest
, depending on the build tool.
It will call mkmanifest
for you.