-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.yml
43 lines (43 loc) · 1.03 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- #YAML:1.0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: RT-Extension-EscalationDates
version: 0.6
abstract: 'Set start and due time automatically when creating a ticket'
author:
- Benjamin Heisig <bheisig@synetics.de>
license: perl
distribution_type: module
requires:
Date::Manip: 6.25
rt: 4.0.0
perl: 5.10.0
build_requires:
ExtUtils::MakeMaker: 6.42
configure_requires:
ExtUtils::MakeMaker: 6.42
provides:
RT::Extension::EscalationDates:
file: lib/RT/Extension/EscalationDates.pm
version: 0.6
RT::Action::EscalationDates:
file: lib/RT/Action/EscalationDates.pm
version: 0.6
no_index:
directory:
- etc
- html
- inc
- po
- t
keywords:
- RT
- Request Tracker
- Escalation
- SLA
resources:
license: http://dev.perl.org/licenses/
repository: git://git.benjaminheisig.net/rt-extension-escalationdates.git
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-EscalationDates
generated_by: Benjamin Heisig <bheisig@synetics.de>