forked from houseabsolute/perl-code-tidyall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
62 lines (56 loc) · 1.44 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
name = Code-TidyAll
abstract = Tidy and validate code in many ways at once
main_module = lib/Code/TidyAll.pm
author = Jonathan Swartz <swartz@pobox.com>
license = Perl_5
copyright_year = 2011
copyright_holder = Jonathan Swartz
version = 0.15
[MetaResources]
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Code-TidyAll
bugtracker.mailto = bug-code-tidyall@rt.cpan.org
repository.url = git://github.com/jonswar/perl-code-tidyall.git
repository.web = https://github.com/jonswar/perl-code-tidyall
repository.type = git
; Build
[ExecDir]
[ExtraTests]
[GatherDir]
[License]
[MakeMaker]
[ManifestSkip]
[Manifest]
[MetaJSON]
[MetaYAML]
[MetaNoIndex]
directory = lib/Code/TidyAll/t
directory = lib/Code/TidyAll/Test
file = lib/Code/TidyAll/Util.pm
[PkgVersion]
[PodWeaverIfPod]
[PruneCruft]
[Prereqs / RuntimeRequires]
Capture::Tiny = 0.12
Config::INI::Reader = 0
Date::Format = 0
Digest::SHA1 = 0
File::Basename = 0
File::Find = 0
File::Path = 0
File::Temp = 0
File::Zglob = 0
Getopt::Long = 0
Guard = 0
IPC::Run3 = 0
IPC::System::Simple = 0.15
Log::Any = 0
List::MoreUtils = 0
Moo = 0.0091010
Scalar::Util = 0
Text::ParseWords = 0
Time::Duration::Parse = 0
Try::Tiny = 0
[Prereqs / TestRequires]
Test::Class::Most = 0
; These need to be at the bottom
[InstallGuide]