/usr/local/CPAN/IO-YAML/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'EXE_FILES' => [],
          'INSTALLDIRS' => 'site',
          'NAME' => 'IO-YAML',
          'PREREQ_PM' => {
                           'File::Copy' => 0,
                           'Errno' => 0,
                           'IO::Scalar' => 0,
                           'YAML' => 0,
                           'Symbol' => 0,
                           'Fcntl' => 0,
                           'IO::File' => 0
                         },
          'PL_FILES' => {},
          'VERSION_FROM' => 'lib/IO/YAML.pm'
        )
;