in reply to Re^2: How to install self written modules
in thread How to install self written modules

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 :)