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.4211
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'File::Copy::Vigilant',
  'VERSION_FROM' => 'lib/File/Copy/Vigilant.pm',
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'File::Temp' => 0,
                   'File::Compare' => 0,
                   'Data::Dumper' => 0,
                   'FindBin' => 0,
                   'IO::File' => 0,
                   'Digest::MD5::File' => 0,
                   'File::Copy' => 0
                 },
  'EXE_FILES' => []
)
;