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