The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
To install Config::Inetd, type the following:

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

Or, if you're on a platform (like DOS or Windows) that 
doesn't like the "./" notation, you can do this:

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