aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2017-11-13 16:48:18 +0000
committerBrian Cully <bjc@kublai.com>2017-11-13 16:49:27 +0000
commitadfa2c97a1473bedcc10d3e2e3937eec249c0dfd (patch)
treeb860a83f902871f0cf66fe561d0711fb7fbd7190 /Build.PL
parent53e631970feabf31163a4abed4d25d1a743f20be (diff)
downloadxmpt-adfa2c97a1473bedcc10d3e2e3937eec249c0dfd.tar.gz
xmpt-adfa2c97a1473bedcc10d3e2e3937eec249c0dfd.zip
Swap to Module::Build from ExtUtils::MakeMaker.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
new file mode 100644
index 0000000..dceaeb4
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,6 @@
+use Module::Build;
+
+my $build = new Module::Build(dist_name => 'xmpt',
+ dist_version_from => 'xmpt',
+ script_files => ['xmpt']);
+$build->create_build_script;