Search code examples
perlperl-module

How to build a MANIFEST file for a Perl module


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 ?


Solution

  • Run make manifest or ./Build manifest, depending on the build tool.

    It will call mkmanifest for you.