convert to Dist::Zilla
[catagits/Catalyst-Action-REST.git] / dist.ini
CommitLineData
5c86e02f 1name = Catalyst-Action-REST
2version = 0.93
3author = Adam Jacob <adam@stalecoffee.org>
4license = Perl_5
5copyright_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]
20web = 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]
28stopwords = Wiki
29stopwords = json
30stopwords = APIs
31stopwords = ActionClass
32stopwords = Daisuke
33stopwords = Daisuke
34stopwords = Deserialize
35stopwords = Deserializer
36stopwords = Deserializing
37stopwords = Doran
38stopwords = Goulah
39stopwords = JSON
40stopwords = Laco
41stopwords = Maki
42stopwords = Maki
43stopwords = Marchex
44stopwords = Multipart
45stopwords = Pearcey
46stopwords = Rolsky
47stopwords = RESTful
48stopwords = RESTful
49stopwords = SERIALIZERS
50stopwords = TT
51stopwords = Wikipedia
52stopwords = XHR
53stopwords = XMLHttpRequest
54stopwords = YAML
55stopwords = conf
56stopwords = deserialization
57stopwords = deserialize
58stopwords = deserialized
59stopwords = deserializing
60stopwords = fREW
61stopwords = html
62stopwords = http
63stopwords = javascript
64stopwords = jrockway
65stopwords = mst
66stopwords = multipart
67stopwords = namespace
68stopwords = plugins
69stopwords = request's
70stopwords = serializer
71stopwords = thusly
72stopwords = wildcard
73
74; Since we're using FakeFaker, these dependencies need to be added to the Makefile.PL as well
75[Prereqs]
76perl = 5.8.1
77Moose = 1.03
78namespace::autoclean = 0
79Catalyst::Runtime = 5.80030
80Params::Validate = 0.76
81YAML::Syck = 0.67
82Module::Pluggable::Object = 0
83LWP::UserAgent = 2.033
84Data::Serializer = 0.36
85Class::Inspector = 1.13
86URI::Find = 0
87MRO::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]
91JSON = 2.12
92JSON::XS = 2.2222
93Data::Taxi = 0
94Config::General = 0
95PHP::Serialization = 0
96FreezeThaw = 0
97XML::Simple = 0
98
99[Prereqs / TestRequires]
100Test::More = 0.88
101
102[Prereqs / AuthorRequires]
103Test::Pod = 1.14
104Module::Info = 0
105File::Find::Rule = 0
106JSON = 2.12
107JSON::XS = 2.2222
108Data::Taxi = 0
109Config::General = 0
110PHP::Serialization = 0
111FreezeThaw = 0
112XML::Simple = 0