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 5.006;
use strict;
use warnings;

use Module::Build;

my $build = Module::Build->new
  (
   module_name => 'Test::BoostUnit',
   dist_author => 'q{Robert Haxton <robert.haxton@gmail.com>}',
   dist_version_from => 'lib/Test/BoostUnit.pm',
   requires => {
                 'Digest::MD5' => 0,
                 'File::Find' => 0,
                 'Getopt::CommandLineExports' => 0,
                 'List::Util' => 0,
                 'Test::More' => 0,
                 },
   add_to_cleanup => [
                       'Test-BoostUnit-*',
                       ],
   license => 'unknown',
   create_readme => 1,
   create_makefile_pl => 'traditional',
  );

$build->create_build_script;