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.36_17
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'PPIx::Utilities',
  'VERSION_FROM' => 'lib/PPIx/Utilities.pm',
  'PREREQ_PM' => {
                   'Data::Dumper' => 0,
                   'Exception::Class' => 0,
                   'Exporter' => 0,
                   'PPI' => '1.208',
                   'PPI::Document' => '1.208',
                   'PPI::Document::Fragment' => '1.208',
                   'PPI::Dumper' => '1.208',
                   'Readonly' => 0,
                   'Scalar::Util' => 0,
                   'Task::Weaken' => 0,
                   'Test::Deep' => 0,
                   'Test::More' => 0,
                   'base' => 0,
                   'strict' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;