summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authormark <mark>2010-12-01 07:19:28 +0000
committermark <mark>2010-12-01 07:19:28 +0000
commit7b2693e9ee5809ccbf5356cb8b54cec7dc8cff4f (patch)
tree404bd08b3076c1f0d9a3e1b209e0c3b189560dea /Makefile.PL
initial releaseHEADmaster
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..fa1f67e
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,8 @@
+use inc::Module::Install;
+
+RTx('RTx-MandatoryCustomFields');
+license('perl');
+version('0.01');
+abstract_from('lib/RTx/MandatoryCustomFields.pm');
+
+&WriteAll;