File: META.yml

package info (click to toggle)
libtype-tiny-perl 1.000004-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,836 kB
  • ctags: 583
  • sloc: perl: 7,602; makefile: 26
file content (177 lines) | stat: -rw-r--r-- 4,887 bytes parent folder | download
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
---
abstract: 'tiny, yet Moo(se)-compatible type constraint'
author:
  - 'Toby Inkster (TOBYINK) <tobyink@cpan.org>'
  - unknown
build_requires:
  Test::More: '0.96'
configure_requires:
  CPAN::Meta::Requirements: '2.000'
  ExtUtils::MakeMaker: '6.17'
conflicts:
  Kavorka: '<= 0.013'
  Types::ReadOnly: '<= 0.001'
dynamic_config: 1
generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.016, CPAN::Meta::Converter version 2.140640'
keywords:
  - 'Argument Checking'
  - 'Argument Validation'
  - Moo
  - Moose
  - Mouse
  - 'Parameter Checking'
  - 'Parameter Validation'
  - Schema
  - 'Type Coercion'
  - 'Type Constraint'
  - 'Type Library'
  - Validation
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Type-Tiny
no_index:
  directory:
    - eg
    - examples
    - inc
    - t
    - xt
optional_features: {}
provides:
  Devel::TypeTiny::Perl56Compat:
    file: lib/Devel/TypeTiny/Perl56Compat.pm
    version: '1.000004'
  Devel::TypeTiny::Perl58Compat:
    file: lib/Devel/TypeTiny/Perl58Compat.pm
    version: '1.000004'
  Error::TypeTiny:
    file: lib/Error/TypeTiny.pm
    version: '1.000004'
  Error::TypeTiny::Assertion:
    file: lib/Error/TypeTiny/Assertion.pm
    version: '1.000004'
  Error::TypeTiny::Compilation:
    file: lib/Error/TypeTiny/Compilation.pm
    version: '1.000004'
  Error::TypeTiny::WrongNumberOfParameters:
    file: lib/Error/TypeTiny/WrongNumberOfParameters.pm
    version: '1.000004'
  Eval::TypeTiny:
    file: lib/Eval/TypeTiny.pm
    version: '1.000004'
  Reply::Plugin::TypeTiny:
    file: lib/Reply/Plugin/TypeTiny.pm
    version: '1.000004'
  Test::TypeTiny:
    file: lib/Test/TypeTiny.pm
    version: '1.000004'
  Type::Coercion:
    file: lib/Type/Coercion.pm
    version: '1.000004'
  Type::Coercion::FromMoose:
    file: lib/Type/Coercion/FromMoose.pm
    version: '1.000004'
  Type::Coercion::Union:
    file: lib/Type/Coercion/Union.pm
    version: '1.000004'
  Type::Library:
    file: lib/Type/Library.pm
    version: '1.000004'
  Type::Params:
    file: lib/Type/Params.pm
    version: '1.000004'
  Type::Parser:
    file: lib/Type/Parser.pm
    version: '1.000004'
  Type::Registry:
    file: lib/Type/Registry.pm
    version: '1.000004'
  Type::Tiny:
    file: lib/Type/Tiny.pm
    version: '1.000004'
  Type::Tiny::Class:
    file: lib/Type/Tiny/Class.pm
    version: '1.000004'
  Type::Tiny::Duck:
    file: lib/Type/Tiny/Duck.pm
    version: '1.000004'
  Type::Tiny::Enum:
    file: lib/Type/Tiny/Enum.pm
    version: '1.000004'
  Type::Tiny::Intersection:
    file: lib/Type/Tiny/Intersection.pm
    version: '1.000004'
  Type::Tiny::Role:
    file: lib/Type/Tiny/Role.pm
    version: '1.000004'
  Type::Tiny::Union:
    file: lib/Type/Tiny/Union.pm
    version: '1.000004'
  Type::Utils:
    file: lib/Type/Utils.pm
    version: '1.000004'
  Types::Common::Numeric:
    file: lib/Types/Common/Numeric.pm
    version: '1.000004'
  Types::Common::String:
    file: lib/Types/Common/String.pm
    version: '1.000004'
  Types::Standard:
    file: lib/Types/Standard.pm
    version: '1.000004'
  Types::Standard::ArrayRef:
    file: lib/Types/Standard/ArrayRef.pm
    version: '1.000004'
  Types::Standard::Dict:
    file: lib/Types/Standard/Dict.pm
    version: '1.000004'
  Types::Standard::HashRef:
    file: lib/Types/Standard/HashRef.pm
    version: '1.000004'
  Types::Standard::Map:
    file: lib/Types/Standard/Map.pm
    version: '1.000004'
  Types::Standard::ScalarRef:
    file: lib/Types/Standard/ScalarRef.pm
    version: '1.000004'
  Types::Standard::Tuple:
    file: lib/Types/Standard/Tuple.pm
    version: '1.000004'
  Types::TypeTiny:
    file: lib/Types/TypeTiny.pm
    version: '1.000004'
recommends:
  Devel::LexAlias: '0.05'
  Devel::StackTrace: '0'
  Sub::Name: '0'
  Type::Tie: '0'
  Type::Tiny::XS: '0.010'
  perl: '5.010001'
requires:
  Exporter::Tiny: '0.026'
  perl: '5.006001'
resources:
  X_identifier: http://purl.org/NET/cpan-uri/dist/Type-Tiny/project
  bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny
  homepage: https://metacpan.org/release/Type-Tiny
  license: http://dev.perl.org/licenses/
  repository: git://github.com/tobyink/p5-type-tiny.git
version: '1.000004'
x_breaks:
  Kavorka: '0.013'
  Types::ReadOnly: '0.001'
x_contributors:
  - 'Diab Jerius (DJERIUS) <djerius@cpan.org>'
  - 'Vyacheslav Matyukhin (MMCLERIC) <mmcleric@cpan.org>'
  - 'Peter Flanigan (PJFL) <pjfl@cpan.org>'
  - 'Pierre Masci'
  - 'Mark Stosberg (MARKSTOS) <markstos@cpan.org>'
  - 'David Steinbrunner <dsteinbrunner@pobox.com>'
  - 'Samuel Kaufman (SKAUFMAN) <skaufman@cpan.org>'
  - 'Graham Knop (HAARG) <haarg@cpan.org>'
  - 'Peter Karman (KARMAN) <karman@cpan.org>'
  - 'Alexander Hartmaier (ABRAXXA) <abraxxa@cpan.org>'
  - 'Dagfinn Ilmari Mannsåker (ILMARI) <ilmari@cpan.org>'
  - 'Gianni Ceccarelli (DAKKAR) <dakkar@cpan.org>'