The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.8.0;
# Note: this file was auto-generated by Module::Build::Compat version 0.4214
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Perl6::Pod::Lib',
  'PREREQ_PM' => {
                   'Perl6::Pod' => '0.71',
                   'Test::Class' => 0
                 },
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Perl6/Pod/Lib.pm',
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site'
)
;