The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
ExtUtils::Manifest provides a number of utilities to 
write and check a MANIFEST file. At present the list includes
mkmanifest, manicheck, filecheck, fullcheck, skipcheck,
manifind, maniread, manicopy, and maniadd.

To install, execute the sequence

   perl Makefile.PL
   $MAKE
   $MAKE test
   $MAKE install

where $MAKE is the make program appropriate for your system.
Alternatively, if you have Module::Build installed, you can do

  perl Build.PL
  perl Build
  perl Build test
  perl Build install