use 5.8.0; # Note: this file was auto-generated by Module::Build::Compat version 0.40 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Perl6::Pod::Lib', 'VERSION_FROM' => 'lib/Perl6/Pod/Lib.pm', 'PREREQ_PM' => { 'Perl6::Pod' => '0.53' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;