]> Dogcows Code - chaz/git-codeowners/blob - dist.ini
require git 1.8.5 because of the -C flag
[chaz/git-codeowners] / dist.ini
1
2 name = App-Codeowners
3 main_module = bin/git-codeowners
4 author = Charles McGarvey <chazmcgarvey@brokenzipper.com>
5 copyright_holder = Charles McGarvey
6 copyright_year = 2019
7 license = Perl_5
8
9 [@Filter]
10 -bundle = @Author::CCM
11 -remove = PodCoverageTests
12 -remove = Test::CleanNamespaces
13 max_target_perl = 5.10.1
14 PruneFiles.filename = maint
15
16 [ConsistentVersionTest]
17
18 [Run::Release]
19 run = %x maint%pbranch_solo.pl %v %d
20
21 [RemovePhasedPrereqs]
22 remove_runtime = JSON::MaybeXS
23 remove_runtime = Text::CSV
24 remove_runtime = Text::Table
25 remove_runtime = Unicode::GCString
26 remove_runtime = YAML
27 [Prereqs / RuntimeRecommends]
28 Unicode::GCString = 0
29 Term::Detect::Software = 0
30 [Prereqs / RuntimeSuggests]
31 JSON::MaybeXS = 0
32 Text::CSV = 0
33 Text::Table = 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.03047 seconds and 4 git commands to generate.