forked from rjbs/Dist-Zilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
50 lines (38 loc) · 1.33 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
44
45
46
47
48
49
50
name = Dist-Zilla
author = Ricardo SIGNES <rjbs@cpan.org>
license = Perl_5
copyright_holder = Ricardo SIGNES
[@Filter]
-bundle = @RJBS
-remove = Test::Compile
github_issues = 1
[Test::Compile]
skip = Dist::Zilla::Tutorial
[ModuleShareDirs]
Dist::Zilla::MintingProfile::Default = profiles
[MetaNoIndex]
dir = corpus
dir = misc
[MetaResources]
homepage = http://dzil.org/
x_mailing_list = http://www.listbox.com/subscribe/?list_id=139292
[Prereqs / TestRequires]
Test::More = 0.90
[Prereqs / RuntimeRecommends]
Term::ReadLine::Gnu = 0
[Prereqs]
perl = v5.8.5 ; how tempted am I to set this to v5.10? very!
autobox = 2.53 ; @array->method support, portability
parent = 0 ; used by the AutoPrereq test corpus
File::ShareDir::Install = 0.03 ; for EUMM
Class::Load = 0.17
Config::MVP::Reader::INI = 2 ; ensure there's a basic config format
Data::Section = 0.200000 ; default encodings to UTF-8
ExtUtils::Manifest = 1.54 ; for ManifestSkip that needs maniskip()
Mixin::Linewise = 0.100 ; default encodings to UTF-8
Path::Class = 0.22 ; basename
[RemovePrereqs]
remove = Config ; why isn't this indexed?? -- rjbs, 2011-02-11
remove = Dist::Zilla::Tester::_Role ; mistakenly added by autoprereq
remove = Some::Package::That::Does::Not::Exist::Due::To::A::Typo
[CPANFile]