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


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'IO::CaptureOutput',
          'VERSION_FROM' => 'lib/IO/CaptureOutput.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Exporter' => 0,
                           'File::Basename' => 0,
                           'File::Spec' => '3.27',
                           'File::Temp' => '0.16',
                           'IO::File' => 0,
                           'Symbol' => 0,
                           'Test::More' => '0.62'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;