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
|
name = Dist-Zilla-Plugin-Test-Compile
author = Jérôme Quelin <jquelin@gmail.com>
author = Karen Etheridge <ether@cpan.org>
license = Perl_5
copyright_holder = Jérôme Quelin
copyright_year = 2009
[Prepender]
:version = 2.002
copyright = 1
skip = INSTALL
[Bootstrap::lib]
[Test::Compile]
fail_on_warning = author
bail_out_on_fail = 1
script_finder = :ExecFiles
[@Author::ETHER]
:version = 0.117
authority = cpan:JQUELIN
-remove = Test::Compile ; added directly, above
Test::ReportPrereqs.include[0] = Dist::CheckConflicts
Test::ReportPrereqs.include[1] = CPAN::Meta::Validator
Test::MinimumVersion.max_target_perl = 5.008003
ModuleBuildTiny::Fallback.:version = 0.016
StaticInstall.dry_run = 0 ; we can safely set this here
Git::GatherDir.exclude_filename = AUTHOR_PLEDGE
copy_file_from_release = AUTHOR_PLEDGE
[Covenant]
[MetaResources]
x_IRC = irc://irc.perl.org/#distzilla
x_MailingList = http://dzil.org/#mailing-list
[Breaks]
Test::Kwalitee::Extra = <= v0.0.8
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts
[Prereqs]
Dist::Zilla = 4.300039 ; v2 meta-compliant license field
[Prereqs / DevelopRequires]
Test::Warnings = 0
Dist::Zilla = 5.000
Test::Mojibake = 1.0
perl = 5.014 ; ensure we run all tests
|