# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'App::SVN::Bisect',
'VERSION_FROM' => 'lib/App/SVN/Bisect.pm',
'PREREQ_PM' => {
'IO::All' => 0,
'YAML' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'svn-bisect'
],
'PL_FILES' => {}
)
;