-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdist.ini
82 lines (75 loc) · 2.12 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name = Poet
abstract = The Mason web framework
main_module = lib/Poet.pm
author = Jonathan Swartz <swartz@pobox.com>
license = Perl_5
copyright_year = 2012
copyright_holder = Jonathan Swartz
version = 0.16
[MetaResources]
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Poet
bugtracker.mailto = bug-poet@rt.cpan.org
repository.url = git://github.com/jonswar/perl-poet.git
repository.web = https://github.com/jonswar/perl-poet
repository.type = git
; Build
[ExecDir]
[ExtraTests]
[GatherDir]
[License]
[MakeMaker]
[ManifestSkip]
[Manifest]
[MetaJSON]
[MetaYAML]
[MetaNoIndex]
directory = lib/Poet/t
directory = lib/Poet/Test
directory = lib/Poet/App.pm
directory = lib/Poet/App
directory = lib/Poet/Mason/Plugin.pm
directory = lib/Poet/Mason/Plugin
directory = lib/Poet/Types.pm
directory = lib/Poet/Util.pm
[PkgVersion]
[PodWeaverIfPod]
[PruneCruft]
[ShareDir]
[Prereqs / RuntimeRequires]
Capture::Tiny = 0
Class::Load = 0
CHI = 0.52
Data::Rmap = 0.6
File::ShareDir = 0
File::ShareDir::Install = 0
File::Slurp = 0
File::Spec::Functions = 0
Guard = 0
JSON::XS = 0
Log::Any::Adapter = 0
Mason = 2.19
Mason::Plugin::Cache = 0.04
Mason::Plugin::HTMLFilters = 0
Mason::Plugin::RouterSimple = 0.05
MasonX::ProcessDir = 0.02
Method::Signatures::Simple = 1.02
Moose = 1.15
MooseX::App::Cmd = 0
MooseX::StrictConstructor = 0
MooseX::HasDefaults::RO = 0
Plack = 0
Plack::Middleware::Debug = 0
Plack::Middleware::Session = 0
Plack::Session::Store::Cache = 0
URI = 0
URI::Escape = 0
Try::Tiny = 0
YAML::XS = 0
[Prereqs / RuntimeRecommends]
Log::Log4perl = 0
Log::Any::Adapter::Log4perl = 0
[Prereqs / TestRequires]
Test::Class::Most = 0
Test::WWW::Mechanize::PSGI = 0
; These need to be at the bottom
[InstallGuide]