add begin.t from Method::Signatures
[p5sagit/Function-Parameters.git] / MANIFEST
CommitLineData
7a63380c 1Changes
db81d362 2MANIFEST
3MANIFEST.SKIP
514bcaa6 4Makefile.PL
db81d362 5Parameters.xs
7a63380c 6README
514bcaa6 7lib/Function/Parameters.pm
53c979f0 8lib/Function/Parameters/Info.pm
514bcaa6 9padop_on_crack.c.inc
7a63380c 10t/00-load.t
11t/01-compiles.t
d7074e06 12t/02-compiles.t
901fde1f 13t/03-compiles.t
be00a112 14t/attrs.t
17d935a7 15t/bonus.t
16t/checkered.t
17t/checkered_2.t
fcaf7811 18t/checkered_3.t
17d935a7 19t/defaults.t
20t/defaults_regress.t
d7074e06 21t/eating_strict_error.fail
db81d362 22t/eating_strict_error.t
d7074e06 23t/eating_strict_error_2.fail
db81d362 24t/elsewhere.t
98478aff 25t/foreign/Fun/anon.t
26t/foreign/Fun/basic.t
27t/foreign/Fun/closure-proto.t
28t/foreign/Fun/compile-time.t
29t/foreign/Fun/defaults.t
30t/foreign/Fun/name.t
31t/foreign/Fun/package.t
32t/foreign/Fun/recursion.t
33t/foreign/Fun/slurpy-syntax-errors.t
34t/foreign/Fun/slurpy.t
35t/foreign/Fun/state.t
d93106d7 36t/foreign/Method-Signatures-Simple/02-use.t
37t/foreign/Method-Signatures-Simple/03-config.t
cf0fb50a 38t/foreign/Method-Signatures-Simple/RT80505.t
39t/foreign/Method-Signatures-Simple/RT80507.t
40t/foreign/Method-Signatures-Simple/RT80508.t
41t/foreign/Method-Signatures-Simple/RT80510.t
633048d5 42t/foreign/Method-Signatures/anon.t
43t/foreign/Method-Signatures/array_param.t
cfdc1dc7 44t/foreign/Method-Signatures/at_underscore.t
633048d5 45t/foreign/Method-Signatures/attributes.t
5424bb4a 46t/foreign/Method-Signatures/begin.t
633048d5 47t/foreign/Method-Signatures/caller.t
700071de 48t/foreign/Method-Signatures/comments.t
cf0fb50a 49t/foreign/Method-Signatures/debugger.t
633048d5 50t/foreign/Method-Signatures/defaults.t
51t/foreign/Method-Signatures/error_interruption.t
52t/foreign/Method-Signatures/func.t
cf0fb50a 53t/foreign/Method-Signatures/into.t
633048d5 54t/foreign/Method-Signatures/invocant.t
55t/foreign/Method-Signatures/larna.t
700071de 56t/foreign/Method-Signatures/lib/Bad.pm
633048d5 57t/foreign/Method-Signatures/lib/BarfyDie.pm
700071de 58t/foreign/Method-Signatures/lib/MooseLoadTest.pm
633048d5 59t/foreign/Method-Signatures/method.t
cfdc1dc7 60t/foreign/Method-Signatures/named.t
61t/foreign/Method-Signatures/odd_number.t
633048d5 62t/foreign/Method-Signatures/one_line.t
63t/foreign/Method-Signatures/optional.t
64t/foreign/Method-Signatures/paren_on_own_line.t
65t/foreign/Method-Signatures/paren_plus_open_block.t
cfdc1dc7 66t/foreign/Method-Signatures/required.t
cf0fb50a 67t/foreign/Method-Signatures/simple.plx
633048d5 68t/foreign/Method-Signatures/slurpy.t
700071de 69t/foreign/Method-Signatures/syntax_errors.t
cfdc1dc7 70t/foreign/Method-Signatures/too_many_args.t
cf0fb50a 71t/foreign/Method-Signatures/trailing_comma.t
700071de 72t/foreign/Method-Signatures/type_check.t
73t/foreign/Method-Signatures/typeload_moose.t
74t/foreign/Method-Signatures/typeload_notypes.t
595edbcf 75t/foreign/MooseX-Method-Signatures/attributes.t
76t/foreign/MooseX-Method-Signatures/caller.t
cf0fb50a 77t/foreign/MooseX-Method-Signatures/closure.t
595edbcf 78t/foreign/MooseX-Method-Signatures/errors.t
79t/foreign/MooseX-Method-Signatures/eval.t
80t/foreign/MooseX-Method-Signatures/lib/InvalidCase01.pm
cf0fb50a 81t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/Name/Space.pm
595edbcf 82t/foreign/MooseX-Method-Signatures/lib/Redefined.pm
83t/foreign/MooseX-Method-Signatures/list.t
cfdc1dc7 84t/foreign/MooseX-Method-Signatures/named_defaults.t
595edbcf 85t/foreign/MooseX-Method-Signatures/no_signature.t
86t/foreign/MooseX-Method-Signatures/precedence.t
87t/foreign/MooseX-Method-Signatures/sigs-optional.t
88t/foreign/MooseX-Method-Signatures/too_many_args.t
cf0fb50a 89t/foreign/MooseX-Method-Signatures/type_alias.t
90t/foreign/MooseX-Method-Signatures/types.t
595edbcf 91t/foreign/MooseX-Method-Signatures/undef_method_arg.t
cf0fb50a 92t/foreign/MooseX-Method-Signatures/undef_method_arg2.t
514bcaa6 93t/foreign/signatures/anon.t
94t/foreign/signatures/basic.t
95t/foreign/signatures/eval.t
96t/foreign/signatures/proto.t
97t/foreign/signatures/weird.t
e4648f19 98t/hueg.t
514bcaa6 99t/imports.t
53c979f0 100t/info.t
514bcaa6 101t/invocant.t
102t/lexical.t
103t/lineno-torture.t
104t/lineno.t
42e595b0 105t/method_cache.t
106t/method_runtime.t
cfdc1dc7 107t/name.t
108t/name_1.fail
109t/name_2.fail
110t/name_3.fail
111t/name_4.fail
112t/named_params.t
514bcaa6 113t/pod.t
114t/precedence.t
115t/prototype.t
b9859258 116t/recursion.t
514bcaa6 117t/regress.t
118t/rename.t
119t/strict.t
120t/strict_1.fail
121t/strict_2.fail
122t/strict_3.fail
123t/strict_4.fail
124t/strict_5.fail
52c18b0f 125t/types_custom.t
20f21de7 126t/types_custom_2.t
127t/types_custom_3.t
52c18b0f 128t/types_moose.t
129t/types_moose_2.t
20f21de7 130t/types_moose_3.t
52c18b0f 131t/types_moosex.t
514bcaa6 132t/unicode.t
fd727b3e 133t/unicode2.t