The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Text::Shingle',
          'VERSION_FROM' => 'lib/Text/Shingle.pm',
          'PREREQ_PM' => {
             'Text::NGrammer'     => '0',
             'Unicode::Normalize' => '0',
             'Lingua::Sentence'	  => '0',
          },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;