]> Dogcows Code - chaz/graphql-client/blob - dist.ini
add tests and many fixes
[chaz/graphql-client] / dist.ini
1 name = GraphQL-Client
2 author = Charles McGarvey <chazmcgarvey@brokenzipper.com>
3 copyright_holder = Charles McGarvey
4 copyright_year = 2020
5 license = Perl_5
6
7 [@Filter]
8 -bundle = @Author::CCM
9 -remove = Test::Pod::No404s
10 PruneFiles.filename = maint
11
12 [ConsistentVersionTest]
13
14 [Run::Release]
15 run = %x maint%pbranch_solo.pl %v %d
16
17 [RemovePhasedPrereqs]
18 remove_runtime = Data::Dumper
19 remove_runtime = HTTP::Tiny
20 remove_runtime = Pod::Usage
21 remove_runtime = Text::CSV
22 remove_runtime = Text::Table::Any
23 remove_runtime = YAML
24 [Prereqs / RuntimeRecommends]
25 HTTP::Tiny = 0
26 Pod::Usage = 0
27 [Prereqs / RuntimeSuggests]
28 Data::Dumper = 0
29 Text::CSV = 0
30 Text::Table::Any = 0
31 YAML = 0
32 [Prereqs / DevelopRecommends]
33 ; for fatpack.pl
34 App::FatPacker = 0
35 CPAN::Meta = 0
36 Capture::Tiny = 0
37 Config = 0
38 File::pushd = 0
39 Getopt::Long = 0
40 MetaCPAN::API = 0
41 Module::CoreList = 0
42 Path::Tiny = 0
43 Perl::Strip = 0
44
This page took 0.035324 seconds and 5 git commands to generate.