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.4003
require 5.008001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Config::Properties::Commons',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Config/Properties/Commons.pm',
  'PREREQ_PM' => {
                   'version' => 0,
                   'File::Spec' => 0,
                   'Encode' => '2.12',
                   'Test::More' => 0,
                   'List::Util' => 0,
                   'Params::Validate' => '1.03',
                   'String::Util' => 0,
                   'Text::Wrap' => 0,
                   'File::Temp' => '0.14',
                   'File::Basename' => 0,
                   'Test::Deep' => 0,
                   'File::Slurp' => 0
                 }
)
;