-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdist.ini-plugins
70 lines (53 loc) · 1.35 KB
/
dist.ini-plugins
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name = Serge-Sync-Plugin-TranslationService-[% api_name %]
author = Dragos Varovici <dvarovici.work@gmail.com>
license = Perl_5
copyright_holder = Dragos Varovici
copyright_year = 2019
main_module = lib/Serge/Sync/Plugin/TranslationService/[% api_name %].pm
[VersionFromModule]
[GatherDir / TestData]
root = t/data/plugins/[% api_name %]
prefix = t/data/plugins/[% api_name %]
include_dotfiles = 1
[GatherDir / LibFiles]
root = t/lib
prefix = t/lib
[GatherDir / Examples]
root = examples/[% api_name %]
prefix = examples
include_dotfiles = 1
[GatherFile]
filename = lib/Serge/Sync/Plugin/TranslationService/[% api_name %].pm
filename = .perlcriticrc
filename = t/plugins.t
[GatherFile / MainModulePod]
filename = [% api_name %].pod
root = docs/pod
prefix = lib/Serge/Sync/Plugin/TranslationService
[Test::Compile]
[Test::Perl::Critic]
critic_config = .perlcriticrc
[Test::Version]
is_strict = 0
has_version = 1
[Prereqs]
Serge = 1.4.0
[Prereqs / TestRequires]
Clone = 0
[MakeMaker]
[MetaYAML]
[MetaJSON]
[MetaResources]
repository.web = https://github.com/dragosv/serge-plugins
repository.url = https://github.com/dragosv/serge-plugins.git
repository.type = git
bugtracker.web = https://github.com/dragosv/serge-plugins/issues
[License]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[Clean]
[Test::PodSpelling]
[PodSyntaxTests]
[PodCoverageTests]