diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..f1d9acf --- /dev/null +++ b/META.yml @@ -0,0 +1,23 @@ +--- +abstract: 'RT Extension to require custom fields to be set before resolving a ticket' +author: + - 'Mark Wells <mark@freeside.biz>' +build_requires: + ExtUtils::MakeMaker: 6.42 +configure_requires: + ExtUtils::MakeMaker: 6.42 +distribution_type: module +generated_by: 'Module::Install version 1.00' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: RTx-MandatoryCustomFields +no_index: + directory: + - etc + - html + - inc +resources: + license: http://dev.perl.org/licenses/ +version: 0.01 |