]> Dogcows Code - chaz/graphql-client/blob - dist.ini
Release GraphQL-Client 0.605
[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 remove_runtime = JSON::Path::Evaluator
26 [Prereqs / RuntimeRecommends]
27 HTTP::Tiny = 0
28 Pod::Usage = 0
29 [Prereqs / RuntimeSuggests]
30 Data::Dumper = 0
31 JSON::Path::Evaluator = 0
32 Text::CSV = 0
33 Text::Table::Any = 0
34 YAML = 0
35 [Prereqs / DevelopRecommends]
36 ; for fatpack.pl
37 App::FatPacker = 0
38 CPAN::Meta = 0
39 Capture::Tiny = 0
40 Config = 0
41 File::pushd = 0
42 Getopt::Long = 0
43 MetaCPAN::API = 0
44 Module::CoreList = 0
45 Path::Tiny = 0
46 Perl::Strip = 0
47
This page took 0.034374 seconds and 4 git commands to generate.