forked from gshank/html-formhandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
67 lines (57 loc) · 1.73 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
; Everything starting with ';' is a comment
name = HTML-FormHandler
main_module = lib/HTML/FormHandler.pm
author = FormHandler Contributors - see HTML::FormHandler
license = Perl_5
copyright_holder = Gerda Shank
copyright_year = 2014
version = 0.40064
[@Git]
tag_format = %v
[@Basic]
[InstallGuide]
[MetaJSON]
[MetaResources]
bugtracker.web = http://github.com/gshank/html-formhandler/issues
; If you have a repository...
repository.url = git://github.com/gshank/html-formhandler.git
repository.web = http://github.com/gshank/html-formhandler
repository.type = git
; You have to have Dist::Zilla::Plugin::<Name> for these to work
[PodWeaver]
[Test::NoTabs]
[Test::EOL]
[Signature]
[CheckChangeLog]
[Prereqs]
Class::Load = 0.06
Carp = 0
; raised Moose prereq because 2.0604 fails
Moose = 2.1403
Locale::Maketext = 1.09
DateTime = 0
DateTime::Format::Strptime = 0
MooseX::Getopt = 0.16
MooseX::Types = 0.20
MooseX::Types::Common = 0
MooseX::Types::LoadableClass = 0.006
aliased = 0
File::Spec = 0
File::ShareDir = 0
Try::Tiny = 0
namespace::autoclean = 0.09
Email::Valid = 0
Sub::Exporter = 0
HTML::TreeBuilder = 3.23
Sub::Name = 0
Data::Clone = 0
JSON = 0
List::Util = 1.33
HTML::Entities = 0
[Prereqs / TestRequires]
Test::More = 0.94
Test::Differences = 0
Test::Exception = 0
Test::Memory::Cycle = 1.04
Test::Warn = 0
PadWalker = 0