-
Notifications
You must be signed in to change notification settings - Fork 16
/
dist.ini
38 lines (31 loc) · 987 Bytes
/
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
name = Module-Metadata
author = Ken Williams <[email protected]>
author = Randy W. Sims <[email protected]>
license = Perl_5
copyright_holder = Perl Toolchain Gang
copyright_year = 2010
[@Author::ETHER]
:version = 0.119
installer = MakeMaker
authority = cpan:MSTROUT
Test::MinimumVersion.max_target_perl = 5.006
AutoPrereqs.skip = ^Foo$
Test::ReportPrereqs.version_extractor = ExtUtils::MakeMaker ; so MMD is not added to test prereqs
StaticInstall.mode = off ; dynamic prereqs
-remove = Test::PodSpelling
-remove = Test::CleanNamespaces
; authordep Pod::Weaver::Section::AllowOverride
[Encoding]
match = ^corpus
encoding = bytes
[MetaResources]
x_IRC = irc://irc.perl.org/#toolchain
x_MailingList = http://lists.perl.org/list/cpan-workers.html
[OnlyCorePrereqs]
:version = 0.014
check_dual_life_versions = 0
[Prereqs / DevelopRequires]
Test::Builder = 0.90 ; for is_passing
[DynamicPrereqs]
:version = 0.016
-raw = requires('IO::Scalar') if "$]" < '5.008';