f881fdd4cb6e8b88901710b8b07c8c2bb830d6d1
[catagits/Catalyst-Controller-DBIC-API.git] / dist.ini
1 name = Catalyst-Controller-DBIC-API
2 version = 2.008001
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 [@Git]
21 commit_msg  = Version %v%n%n%c
22 tag_format  = %v
23 tag_message = Version %v
24
25 [MetaNoIndex]
26 directory = t/lib
27
28 [MetaResources]
29 repository.type = git
30 repository.url = git://git.shadowcat.co.uk/catagits/Catalyst-Controller-DBIC-API
31 repository.web = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Controller-DBIC-API.git
32
33 [PodSyntaxTests]
34 [PodCoverageTests]
35 [Test::Portability]
36 [Test::DistManifest]
37 [Test::Synopsis]
38 [Test::UnusedVars]
39 [HasVersionTests]
40 [Test::CPAN::Changes]
41
42 [Prereqs]
43 perl = 5.008006
44 DBIx::Class = 0.08103
45 DBIx::Class::ResultSet::RecursiveUpdate = 0.40
46 Catalyst::Runtime = 5.90020
47 Catalyst::Action::Serialize = 0.83
48 CGI::Expand = 2.02
49 JSON::MaybeXS = 1.004000
50 Data::DPath::Validator = 0.093411
51 Catalyst::Model::DBIC::Schema = 0.20
52 MooseX::Types::Structured = 0.20
53
54 [Prereqs / TestRequires]
55 Test::More = 0.88
56 Test::Deep = 0.104
57 Test::WWW::Mechanize::Catalyst = 0.37
58 Data::Printer = 0.35