/usr/local/CPAN/App-SVN-Bisect/Makefile.PL


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