jquelin / games-pandemic

a cooperative pandemic board game written in perl

This URL has Read+Write access

games-pandemic / dist.ini
100644 84 lines (52 sloc) 1.13 kb
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name = Games-Pandemic
author = Jerome Quelin
license = GPL_2
copyright_holder = Jerome Quelin
copyright_year = 2009
 
 
; -- static meta-information
 
[MetaResources]
homepage = http://search.cpan.org/dist/Games-Pandemic
repository = http://github.com/jquelin/games-pandemic
;MailingList = none
 
[AutoVersion]
major = 1
format = {{ $major }}.{{ cldr('yyDDD') }}{{ sprintf '%01u', ($ENV{N} || 0) }}
 
 
; -- fetch & generate files
 
[AllFiles]
 
[CompileTests]
[CriticTests]
[MetaTests]
[PodTests]
 
 
; -- remove files
 
[PruneCruft]
 
;[PruneFiles]
; file =
 
[ManifestSkip]
 
 
; -- get prereqs
 
[AutoPrereq]
; some prereqs are not found automatically
[Prereq]
; tk event loop for poe not part of poe anymore - it's released as its
; own dist
POE::Loop::Tk = 0
 
 
; -- munge files
 
[ExtraTests]
[NextRelease]
[PkgVersion]
[PodPurler]
 
;[PodVersion]
; already taken care of by PodPurler
 
[Prepender]
copyright = 1
 
 
; -- dynamic meta information
 
[InstallDirs]
[MetaProvides::Package]
 
 
; -- generate meta files
 
[License]
[MakeMaker]
[MetaYAML]
[Readme]
 
[Manifest] ; should come last
 
 
; -- release
 
[CheckChangeLog]
[UploadToCPAN]