convert to Dist::Zilla
[catagits/Catalyst-Action-REST.git] / dist.ini
1 name    = Catalyst-Action-REST
2 version = 0.93
3 author  = Adam Jacob <adam@stalecoffee.org>
4 license = Perl_5
5 copyright_holder = Adam Jacob
6
7 [GatherDir]
8 [MetaJSON]
9
10 ; There's not good Module::Install support for our optional dependencies...
11 ; FakeFaker will just use our previously created Makefile.PL for now
12 [FakeFaker]
13 [Manifest]
14 [ManifestSkip]
15 [PruneCruft]
16 [License]
17 [Readme]
18 [PkgVersion]
19 [Repository]
20 web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Action-REST.git;a=summary
21 [Authority]
22
23 [@Git]
24
25 [ExtraTests]
26 [PodSyntaxTests]
27 [Test::PodSpelling]
28 stopwords = Wiki
29 stopwords = json
30 stopwords = APIs
31 stopwords = ActionClass
32 stopwords = Daisuke
33 stopwords = Daisuke
34 stopwords = Deserialize
35 stopwords = Deserializer
36 stopwords = Deserializing
37 stopwords = Doran
38 stopwords = Goulah
39 stopwords = JSON
40 stopwords = Laco
41 stopwords = Maki
42 stopwords = Maki
43 stopwords = Marchex
44 stopwords = Multipart
45 stopwords = Pearcey
46 stopwords = Rolsky
47 stopwords = RESTful
48 stopwords = RESTful
49 stopwords = SERIALIZERS
50 stopwords = TT
51 stopwords = Wikipedia
52 stopwords = XHR
53 stopwords = XMLHttpRequest
54 stopwords = YAML
55 stopwords = conf
56 stopwords = deserialization
57 stopwords = deserialize
58 stopwords = deserialized
59 stopwords = deserializing
60 stopwords = fREW
61 stopwords = html
62 stopwords = http
63 stopwords = javascript
64 stopwords = jrockway
65 stopwords = mst
66 stopwords = multipart
67 stopwords = namespace
68 stopwords = plugins
69 stopwords = request's
70 stopwords = serializer
71 stopwords = thusly
72 stopwords = wildcard
73
74 ; Since we're using FakeFaker, these dependencies need to be added to the Makefile.PL as well
75 [Prereqs]
76 perl                      = 5.8.1
77 Moose                     = 1.03
78 namespace::autoclean      = 0
79 Catalyst::Runtime         = 5.80030
80 Params::Validate          = 0.76
81 YAML::Syck                = 0.67
82 Module::Pluggable::Object = 0
83 LWP::UserAgent            = 2.033
84 Data::Serializer          = 0.36
85 Class::Inspector          = 1.13
86 URI::Find                 = 0
87 MRO::Compat               = 0.10
88
89 ; Since we're using FakeFaker, these dependencies need to be added to the Makefile.PL as well
90 [Prereqs / RuntimeSuggests]
91 JSON               = 2.12
92 JSON::XS           = 2.2222
93 Data::Taxi         = 0
94 Config::General    = 0
95 PHP::Serialization = 0
96 FreezeThaw         = 0
97 XML::Simple        = 0
98
99 [Prereqs / TestRequires]
100 Test::More = 0.88
101
102 [Prereqs / AuthorRequires]
103 Test::Pod        = 1.14
104 Module::Info     = 0
105 File::Find::Rule = 0
106 JSON               = 2.12
107 JSON::XS           = 2.2222
108 Data::Taxi         = 0
109 Config::General    = 0
110 PHP::Serialization = 0
111 FreezeThaw         = 0
112 XML::Simple        = 0