diff options
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; |