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.4007
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'File::Find::Object::Rule::VCS',
  'VERSION_FROM' => 'lib/File/Find/Object/Rule/VCS.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'File::Find::Object::Rule' => 0,
                   'Text::Glob' => 0,
                   'base' => 0,
                   'strict' => 0,
                   'vars' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;