summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: fa1f67ec4ce561819f594205f995a6c4c9a825bd (plain)
1
2
3
4
5
6
7
8
use inc::Module::Install;

RTx('RTx-MandatoryCustomFields');
license('perl');
version('0.01');
abstract_from('lib/RTx/MandatoryCustomFields.pm');

&WriteAll;