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.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Locale::Utils::PlaceholderNamed',
  'VERSION_FROM' => 'lib/Locale/Utils/PlaceholderNamed.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Moo' => '1.003001',
                   'MooX::StrictConstructor' => 0,
                   'MooX::Types::MooseLike' => 0,
                   'Test::Differences' => '0.60',
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'namespace::autoclean' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;