summaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-11-17 12:02:39 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-11-17 12:02:39 +0100
commitfd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (patch)
treeb2d4539ec9acddce2b0c578c4a4c231e20d7373e /Build.PL
downloadApp-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.gz
App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.xz
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
new file mode 100644
index 0000000..16855c4
--- /dev/null
+++ b/Build.PL
@@ -0,0 +1,12 @@
+# =========================================================================
+# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
+# DO NOT EDIT DIRECTLY.
+# =========================================================================
+
+use 5.008_001;
+use strict;
+
+use Module::Build::Tiny 0.035;
+
+Build_PL();
+