-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
43 lines (34 loc) · 1.28 KB
/
dist.ini
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
name = Dist-Zilla-Plugin-DynamicPrereqs
author = Karen Etheridge <[email protected]>
copyright_holder = Karen Etheridge
copyright_year = 2014
license = Perl_5
[@Author::ETHER]
:version = 0.123
installer = MakeMaker
Test::MinimumVersion.max_target_perl = 5.010
Test::ReportPrereqs.include = Dist::Zilla::Plugin::MakeMaker::Awesome
stale modules, release.skip = CPAN
[ModuleShareDirs]
Dist::Zilla::Plugin::DynamicPrereqs = share/DynamicPrereqs
[Prereqs / RuntimeRequires]
; first version that used %FallbackPrereqs in Makefile.PL
Dist::Zilla::Plugin::MakeMaker = 5.001
[Prereqs / RuntimeRecommends]
Module::Metadata = 0 ; core since perl 5.013009
CPAN::Meta::Requirements = 2.120620 ; this version in core since perl 5.015007
ExtUtils::HasCompiler = 0.025
[Prereqs / TestRequires]
ExtUtils::MakeMaker = 6.64
[Prereqs / TestConflicts]
CPAN::Index = 0.01 ; CPAN-Index-0.01 is indexed via other modules; overshadows CPAN-<current>
[Prereqs / DevelopRequires]
Test::Warnings = 0
Dist::Zilla::Plugin::MakeMaker::Awesome = 0.19
[MetaResources]
x_IRC = irc://irc.perl.org/#distzilla
x_MailingList = http://dzil.org/#mailing-list
[Test::CheckBreaks]
:version = 0.017
conflicts_module = Moose::Conflicts
conflicts_module = Module::Runtime::Conflicts