Basically, your MANIFEST is a list of all the files that should go into your distribution when you type "
make dist". You can probably find way more info than you ever wanted at
ExtUtils::MakeMaker, or
ExtUtils::Manifest, or
Module::Build, or
Module::Install, or
Module::Starter :)