# Note: this file was auto-generated by Module::Build::Compat version 0.4218
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'EXE_FILES' => [],
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'VERSION_FROM' => 'lib/Try/Chain.pm',
'PREREQ_PM' => {
'Test::Differences' => '0.60',
'Test::Exception' => 0,
'parent' => 0,
'version' => 0,
'Test::More' => 0,
'autovivification' => 0,
'Try::Tiny' => 0,
'Cwd' => 0,
'Test::NoWarnings' => 0
},
'NAME' => 'Try::Chain'
)
;