forked from mauke/Function-Parameters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
149 lines (149 loc) · 4.14 KB
/
MANIFEST
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
Changes
MANIFEST
MANIFEST.SKIP
Makefile.PL
Parameters.xs
README
hax/COP_SEQ_RANGE_HIGH_set.c.inc
hax/COP_SEQ_RANGE_LOW_set.c.inc
hax/block_end.c.inc
hax/block_start.c.inc
hax/intro_my.c.inc
hax/newDEFSVOP.c.inc
hax/op_convert_list.c.inc
hax/pad_add_name_pvs.c.inc
hax/pad_add_name_sv.c.inc
hax/pad_alloc.c.inc
hax/pad_block_start.c.inc
hax/pad_findmy_pvs.c.inc
hax/pad_leavemy.c.inc
hax/scalarseq.c.inc
lib/Function/Parameters.pm
lib/Function/Parameters/Info.pm
t/00-load.t
t/01-compiles.t
t/02-compiles.t
t/03-compiles.t
t/attrs.t
t/bonus.t
t/checkered.t
t/checkered_2.t
t/checkered_3.t
t/defaults.t
t/defaults_bare.t
t/defaults_regress.t
t/eating_strict_error.fail
t/eating_strict_error.t
t/eating_strict_error_2.fail
t/elsewhere.t
t/foreign/Fun/anon.t
t/foreign/Fun/basic.t
t/foreign/Fun/closure-proto.t
t/foreign/Fun/compile-time.t
t/foreign/Fun/defaults.t
t/foreign/Fun/name.t
t/foreign/Fun/package.t
t/foreign/Fun/recursion.t
t/foreign/Fun/slurpy-syntax-errors.t
t/foreign/Fun/slurpy.t
t/foreign/Fun/state.t
t/foreign/Method-Signatures-Simple/02-use.t
t/foreign/Method-Signatures-Simple/03-config.t
t/foreign/Method-Signatures-Simple/RT80505.t
t/foreign/Method-Signatures-Simple/RT80507.t
t/foreign/Method-Signatures-Simple/RT80508.t
t/foreign/Method-Signatures-Simple/RT80510.t
t/foreign/Method-Signatures/anon.t
t/foreign/Method-Signatures/array_param.t
t/foreign/Method-Signatures/at_underscore.t
t/foreign/Method-Signatures/attributes.t
t/foreign/Method-Signatures/begin.t
t/foreign/Method-Signatures/caller.t
t/foreign/Method-Signatures/comments.t
t/foreign/Method-Signatures/debugger.t
t/foreign/Method-Signatures/defaults.t
t/foreign/Method-Signatures/error_interruption.t
t/foreign/Method-Signatures/func.t
t/foreign/Method-Signatures/into.t
t/foreign/Method-Signatures/invocant.t
t/foreign/Method-Signatures/larna.t
t/foreign/Method-Signatures/lib/Bad.pm
t/foreign/Method-Signatures/lib/BarfyDie.pm
t/foreign/Method-Signatures/lib/MooseLoadTest.pm
t/foreign/Method-Signatures/method.t
t/foreign/Method-Signatures/named.t
t/foreign/Method-Signatures/odd_number.t
t/foreign/Method-Signatures/one_line.t
t/foreign/Method-Signatures/optional.t
t/foreign/Method-Signatures/paren_on_own_line.t
t/foreign/Method-Signatures/paren_plus_open_block.t
t/foreign/Method-Signatures/required.t
t/foreign/Method-Signatures/simple.plx
t/foreign/Method-Signatures/slurpy.t
t/foreign/Method-Signatures/syntax_errors.t
t/foreign/Method-Signatures/too_many_args.t
t/foreign/Method-Signatures/trailing_comma.t
t/foreign/Method-Signatures/type_check.t
t/foreign/Method-Signatures/typeload_moose.t
t/foreign/Method-Signatures/typeload_notypes.t
t/foreign/MooseX-Method-Signatures/attributes.t
t/foreign/MooseX-Method-Signatures/caller.t
t/foreign/MooseX-Method-Signatures/closure.t
t/foreign/MooseX-Method-Signatures/errors.t
t/foreign/MooseX-Method-Signatures/eval.t
t/foreign/MooseX-Method-Signatures/lib/InvalidCase01.pm
t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/Name/Space.pm
t/foreign/MooseX-Method-Signatures/lib/Redefined.pm
t/foreign/MooseX-Method-Signatures/list.t
t/foreign/MooseX-Method-Signatures/named_defaults.t
t/foreign/MooseX-Method-Signatures/no_signature.t
t/foreign/MooseX-Method-Signatures/precedence.t
t/foreign/MooseX-Method-Signatures/sigs-optional.t
t/foreign/MooseX-Method-Signatures/too_many_args.t
t/foreign/MooseX-Method-Signatures/type_alias.t
t/foreign/MooseX-Method-Signatures/types.t
t/foreign/MooseX-Method-Signatures/undef_method_arg.t
t/foreign/MooseX-Method-Signatures/undef_method_arg2.t
t/foreign/perl/signatures.t
t/foreign/signatures/anon.t
t/foreign/signatures/basic.t
t/foreign/signatures/eval.t
t/foreign/signatures/proto.t
t/foreign/signatures/weird.t
t/hueg.t
t/imports.t
t/info.t
t/invocant.t
t/lexical.t
t/lineno-torture.t
t/lineno.t
t/method_cache.t
t/method_runtime.t
t/name.t
t/name_1.fail
t/name_2.fail
t/name_3.fail
t/name_4.fail
t/named_params.t
t/pod.t
t/precedence.t
t/prototype.t
t/recursion.t
t/regress.t
t/rename.t
t/strict.t
t/strict_1.fail
t/strict_2.fail
t/strict_3.fail
t/strict_4.fail
t/strict_5.fail
t/types_custom.t
t/types_custom_2.t
t/types_custom_3.t
t/types_moose.t
t/types_moose_2.t
t/types_moose_3.t
t/types_moosex.t
t/types_parse.t
t/unicode.t
t/unicode2.t