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.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'File::CleanupTask',
  'VERSION_FROM' => 'lib/File/CleanupTask.pm',
  'PREREQ_PM' => {
                   'Config::Simple' => 0,
                   'Cwd' => 0,
                   'File::Basename' => 0,
                   'File::Copy' => 0,
                   'File::Find' => 0,
                   'File::Find::Rule' => 0,
                   'File::Path' => 0,
                   'File::Spec' => 0,
                   'File::Temp' => 0,
                   'File::Touch' => 0,
                   'File::Which' => 0,
                   'Getopt::Long' => 0,
                   'IPC::Run3' => 0,
                   'Sort::Key' => 0,
                   'Test::CheckManifest' => 0,
                   'Test::File' => '1.33',
                   'Test::More' => 0,
                   'Test::Pod' => 0,
                   'Test::Pod::Coverage' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/run-file-cleanuptask'
                 ],
  'PL_FILES' => {}
)
;