The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Text::Capitalize',
          'VERSION_FROM' => 'lib/Text/Capitalize.pm',
          'PREREQ_PM' => {
                           'Data::Dumper' => 0,
                           'Env' => '1',
                           'FindBin' => '1.04',
                           'PerlIO::locale' => 0,
                           'Test::More' => 0,
                           'lib' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;