This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
85 lines (68 loc) · 2.13 KB
/
dist.ini
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
85
name = Coocook
version = 0.003
author = Daniel Böhmer <dboehmer@cpan.org>
license = AGPL_3
copyright_holder = Daniel Böhmer
[AutoPrereqs]
[CopyFilesFromBuild]
copy = cpanfile
copy = LICENSE
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = LICENSE
[OurPkgVersion]
[PodWeaver]
[Prereqs]
perl = v5.16.0 ; needed for feature 'fc'
Catalyst::Action::RenderView = 0
Catalyst::Authentication::Store::DBIx::Class = 0
Catalyst::Plugin::Authentication = 0
Catalyst::Plugin::ConfigLoader = 0
Catalyst::Plugin::Session::Store::DBIC = 0
Catalyst::Plugin::Static::Simple = 0
Catalyst::Plugin::Session::State::Cookie = 0
Catalyst::Plugin::Session::Store::FastMmap = 0
Config::General = 0 ; for default config file, optional dep of ConfigLoader
DBIx::Class::Helpers = 2.036000 ; supports RS->results_exist() with condition
DBIx::Class::InflateColumn::DateTime = 0
DBIx::Class::FilterColumn = 0
DBIx::Class::TimeStamp = 0
FindBin = 0 ; TODO why is this not autodetected from script/ files?
Template = 2.29
Template::Plugin::Markdown = 0
[RemovePrereqs]
remove = CatalystX::LeakChecker ; loaded if available
[Prereqs / RuntimeRecommends]
Template::Plugin::Markdown = 2.28 ; improves handling of (weak) references to avoid memory leaks
[Prereqs / RuntimeSuggests]
DBD::Pg = 0 ; when running PostgreSQL
DateTime::Format::Pg = 0
[Prereqs / ConfigureRequires]
ExtUtils::MakeMaker::CPANfile = 0
[Prereqs / TestRequires]
DateTime::Format::SQLite = 0
DBIx::Class::Schema::Loader = 0
[Prereqs / TestRecommends]
Test::PostgreSQL = 0
[Prereqs / DevelopRequires]
Perl::Tidy = 20210402 ; this version changed long line wrapping
Test::Perl::Critic = 0
Test::PerlTidy = 0
Test::Pod::Coverage = 0
[Prereqs / DevelopRecommends]
CatalystX::LeakChecker = 0
DBD::Pg = 0
DateTime::Format::Pg = 0
[Prereqs / DevelopSuggests]
Catalyst::Plugin::StackTrace = 0
Catalyst::Restarter = 0
Term::Size::Any = 0
[Prereqs / Suggests]
Sys::Hostname::FQDN = 0
[CPANFile]
:version = 6.014
[@Starter]
-remove = GatherDir ; conflicts with Git::GatherDir
-remove = MakeMaker ; custom Makefile.PL based on cpanfile
-remove = PodSyntaxTests ; done in t/02pod.t
-remove = Test::Compile ; done in t/00compile.t