diff options
author | mark <mark> | 2010-12-01 07:19:28 +0000 |
---|---|---|
committer | mark <mark> | 2010-12-01 07:19:28 +0000 |
commit | 7b2693e9ee5809ccbf5356cb8b54cec7dc8cff4f (patch) | |
tree | 404bd08b3076c1f0d9a3e1b209e0c3b189560dea /Makefile.PL |
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 8 |
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; |