forked from sukria/Dancer-Plugin-MobileDevice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
59 lines (46 loc) · 1.08 KB
/
dist.ini
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
name = Dancer-Plugin-MobileDevice
author = Dancer Core Developers
license = Perl_5
copyright_holder = Alexis Sukrieh
copyright_year = 2010
main_module = lib/Dancer/Plugin/MobileDevice.pm
version = 0.05
; -- static meta-information
[MetaResources]
repository = https://github.com/PerlDancer/Dancer-Plugin-MobileDevice
bugtracker = https://github.com/PerlDancer/Dancer-Plugin-MobileDevice/issues
homepage = http://perldancer.org/
; -- fetch & generate files
[GatherDir]
; -- tests
[Test::Compile]
; Skip modules that depend on optional dependencies (YAML::Any)
[MetaTests]
[PodCoverageTests]
[NoTabsTests]
[PodSyntaxTests]
;[Test::EOL]
; We should use "dzil xtest" instead
; but keep it for now -- dolmen
[ExtraTests]
; -- use POD extensions
[PodWeaver]
; -- remove files
[PruneCruft]
[ManifestSkip]
; -- add bin
[ExecDir]
; -- requirements
[AutoPrereqs]
skip = ^t::lib::
; -- auto version added
[PkgVersion]
; -- dynamic meta information
[MetaProvides::Package]
; -- generate meta/build files
[License]
[MakeMaker]
[ModuleBuild]
[MetaYAML]
[MetaJSON]
[Manifest] ; should come last