Version 2.006002
[catagits/Catalyst-Controller-DBIC-API.git] / dist.ini
1 name = Catalyst-Controller-DBIC-API
2 version = 2.006002
3 author = Nicholas Perez <nperez@cpan.org>
4 author = Luke Saunders <luke.saunders@gmail.com>
5 author = Alexander Hartmaier <abraxxa@cpan.org>
6 author = Florian Ragwitz <rafl@debian.org>
7 author = Oleg Kostyuk <cub.uanic@gmail.com>
8 author = Samuel Kaufman <sam@socialflow.com>
9 license = Perl_5
10 copyright_holder = Luke Saunders, Nicholas Perez, Alexander Hartmaier, et al.
11
12 [@Basic]
13
14 [PodWeaver]
15 [PkgVersion]
16 [NextRelease]
17 [MetaConfig]
18 [MetaJSON]
19
20 [MetaNoIndex]
21 directory = t/lib
22
23 [MetaResources]
24 repository.type = git
25 repository.url = git://git.shadowcat.co.uk/catagits/Catalyst-Controller-DBIC-API
26 repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Controller-DBIC-API.git
27
28 [PodSyntaxTests]
29 [PodCoverageTests]
30 [Test::Portability]
31 [Test::DistManifest]
32 [Test::Synopsis]
33 [Test::UnusedVars]
34 [HasVersionTests]
35 [Test::CPAN::Changes]
36
37 [Prereqs]
38 perl = 5.008006
39 DBIx::Class = 0.08103
40 Catalyst::Runtime = 5.90020
41 Catalyst::Action::Serialize = 0.83
42 CGI::Expand = 2.02
43 JSON = 2.50
44 Data::DPath::Validator = 0.093411
45 Catalyst::Model::DBIC::Schema = 0.20
46 MooseX::Types::Structured = 0.20
47
48 [Prereqs / TestRequires]
49 Test::More = 0.88
50 Test::Deep = 0.104
51 Test::WWW::Mechanize::Catalyst = 0.37
52 Data::Printer = 0.35