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