The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4218
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Locale/Utils/PlaceholderMaketext.pm',
  'NAME' => 'Locale::Utils::PlaceholderMaketext',
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Moo' => '1.003001',
                   'Test::Exception' => 0,
                   'Scalar::Util' => 0,
                   'Carp' => 0,
                   'Test::Differences' => '0.60',
                   'MooX::Types::MooseLike::Base' => 0,
                   'Test::NoWarnings' => 0,
                   'Test::More' => 0,
                   'MooX::StrictConstructor' => 0,
                   'namespace::autoclean' => 0
                 }
)
;