use strict;
use warnings;

use Module::Build;

my $build = Module::Build->new(
    'module_name' => "File::FTS",
    'requires' =>
    {
    },
    'license' => "perl",
);
$build->create_build_script;


syntax highlighted by Code2HTML, v. 0.9.1