The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file has been initially generated by Module::Build::Convert 0.49

use Module::Build;

use lib 'inc';
use MyBuilder;

my $build = MyBuilder->new(
  module_name       => 'File::Find::Parallel',
  dist_author       => 'Andy Armstrong <andy@hexten.net>',
  dist_version_from => 'lib/File/Find/Parallel.pm',
  requires          => {
    'Test::More' => 0,
    'File::Temp' => '0.22',
  },
  PL_files           => {},
  add_to_cleanup     => ['File-Find-Parallel-*'],
  sign               => 1,
  license            => 'perl',
  create_readme      => 1,
  create_makefile_pl => 'traditional',
);

$build->create_build_script;