forked from FormFu/HTML-FormFu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
102 lines (87 loc) · 2.15 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name = HTML-FormFu
author = Carl Franks <[email protected]>
license = Perl_5
copyright_holder = Carl Franks
copyright_year = 2015
main_module = lib/HTML/FormFu.pm
version = 2.01_02
[Prereqs]
perl = 5.008001
; this is the lowest version of Exporter I can identify that exports import()
; it's bundled with perl 5.83
; version 5.567 that ships with perl 5.82 is no good
Exporter = 5.57
Carp = 0
Class::MOP::Method = 0
Clone = 0.31
Config::Any = 0.18 ; 0.10 - supports multi-doc config files
; 0.18 - prefers YAML::XS for YAML
Cwd = 0
Data::Visitor = 0.26 ; when it dumped Any::Moose for Moose
Data::Visitor::Callback = 0
DateTime = 0.54 ; required for string overloading
DateTime::Format::Strptime = 1.2000
DateTime::Format::Builder = 0.7901 ; fixes memory leaks
DateTime::Format::Natural = 0
DateTime::Locale = 0.45
Email::Valid = 0
Encode = 0
Fatal = 0
File::Copy = 0
File::Find = 0
File::ShareDir = 0
File::Spec = 0
File::Temp = 0
Hash::Flatten = 0
HTML::Scrubber = 0
HTML::TokeParser::Simple = 3.14
HTTP::Headers = 1.64
IO::File = 0
List::MoreUtils = 0
List::Util = 0
Locale::Maketext = 0
Module::Pluggable = 0
Moose = 1.00 ; Reasonable default until we get test results
Moose::Role = 0
Moose::Util = 0
MooseX::Aliases = 0
; MooseX::Attribute::Chained = 1.0.1 ; we're currently using a forked copy to avoid 'deprecated' warnings
Number::Format = 0
Readonly = 0
Regexp::Common = 0
Path::Class::File = 0
Scalar::Util = 0
Storable = 0
Task::Weaken = 0 ; to ensure Scalar::Util was built with weaken()
YAML::XS = 0.32
[Prereqs / TestRequires]
CGI = 3.37 ; for file POST tests
POSIX = 0
Test::More = 0.92
Test::Aggregate::Nested = 0.371
Test::Exception = 0
[MetaNoIndex]
directory = examples
directory = t
directory = xt
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
[MetaJSON]
[MetaTests]
[PodCoverageTests]
[PodSyntaxTests]
[PkgVersion]
[PodVersion]
[RunExtraTests]
default_jobs = 9
[Test::Kwalitee]
[Test::EOL]
[Git::CheckFor::CorrectBranch] ; ensure on master branch
; [Git::Check] ; ensure all files checked in
[Git::Remote::Check]
[Repository]
[UploadToCPAN] ; uploads to CPAN
[Git::Tag]
[NextRelease]
format = %v %{yyyy-MM-dd}d
[@Basic]