The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4204
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'VCS::Which',
  'VERSION_FROM' => 'lib/VCS/Which.pm',
  'PREREQ_PM' => {
                   'Contextual::Return' => 0,
                   'File::chdir' => 0,
                   'IO::Prompt' => 0,
                   'List::MoreUtils' => 0,
                   'Path::Class' => '0.16',
                   'Test::MinimumVersion' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'version' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/vcsblame',
                   'bin/vcsblame~',
                   'bin/vcsvimdiff',
                   'bin/vcsvimdiff~',
                   'bin/vcsw',
                   'bin/vcsw~'
                 ],
  'PL_FILES' => {}
)
;