-
Notifications
You must be signed in to change notification settings - Fork 5
/
dist.ini
64 lines (55 loc) · 1.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = Test-Stream
author = Chad Granum <exodist@cpan.org>
license = Perl_5
copyright_holder = Chad Granum
[VersionFromModule]
[License]
[ManifestSkip]
[Manifest]
[NextRelease]
[GatherDir]
[PodSyntaxTests]
[TestRelease]
[MetaNoIndex]
package = Test::Builder
namespace = Test::Builder
package = Test::More
namespace = Test::More
package = Test::Simple
namespace = Test::Simple
package = Test::Tester
namespace = Test::Tester
[MetaResources]
bugtracker.web = http://github.com/Test-More/Test-Stream/issues
repository.url = http://github.com/Test-More/Test-Stream/
repository.type = git
; Most of these version numbers are taken from perl 5.8.1's core versions
[Prereqs]
perl = 5.008001
B = 0
overload = 0
utf8 = 0
Carp = 0
File::Spec = 0
File::Temp = 0
List::Util = 0
PerlIO = 0
Scalar::Util = 0
Storable = 0
Test::Harness = 0
; These version numbers have been checked to matter.
[Prereqs / RuntimeSuggests]
Sub::Name = 0.11
Sub::Util = 1.40
Term::ReadKey = 2.03
Unicode::GCString = 2013.10
Unicode::LineBreak = 2015.07.16
Trace::Mask = 0.000007
[MakeMaker]
[CPANFile]
[MetaYAML]
[MetaJSON]
[Git::Check]
[Git::Commit]
[Git::Tag]
[FakeRelease]