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.4218
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Locale/TextDomain/OO/Util.pm',
  'INSTALLDIRS' => 'site',
  'NAME' => 'Locale::TextDomain::OO::Util',
  'PREREQ_PM' => {
                   'namespace::autoclean' => 0,
                   'Test::Differences' => '0.60',
                   'Test::Exception' => 0,
                   'Carp' => 0,
                   'Test::More' => 0,
                   'English' => 0,
                   'charnames' => 0,
                   'Safe' => 0,
                   'Cwd' => 0,
                   'Test::NoWarnings' => 0
                 },
  'EXE_FILES' => []
)
;