update MANIFEST with missing files
[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
46t/foreign/Method-Signatures/caller.t
700071de 47t/foreign/Method-Signatures/comments.t
cf0fb50a 48t/foreign/Method-Signatures/debugger.t
633048d5 49t/foreign/Method-Signatures/defaults.t
50t/foreign/Method-Signatures/error_interruption.t
51t/foreign/Method-Signatures/func.t
cf0fb50a 52t/foreign/Method-Signatures/into.t
633048d5 53t/foreign/Method-Signatures/invocant.t
54t/foreign/Method-Signatures/larna.t
700071de 55t/foreign/Method-Signatures/lib/Bad.pm
633048d5 56t/foreign/Method-Signatures/lib/BarfyDie.pm
700071de 57t/foreign/Method-Signatures/lib/MooseLoadTest.pm
633048d5 58t/foreign/Method-Signatures/method.t
cfdc1dc7 59t/foreign/Method-Signatures/named.t
60t/foreign/Method-Signatures/odd_number.t
633048d5 61t/foreign/Method-Signatures/one_line.t
62t/foreign/Method-Signatures/optional.t
63t/foreign/Method-Signatures/paren_on_own_line.t
64t/foreign/Method-Signatures/paren_plus_open_block.t
cfdc1dc7 65t/foreign/Method-Signatures/required.t
cf0fb50a 66t/foreign/Method-Signatures/simple.plx
633048d5 67t/foreign/Method-Signatures/slurpy.t
700071de 68t/foreign/Method-Signatures/syntax_errors.t
cfdc1dc7 69t/foreign/Method-Signatures/too_many_args.t
cf0fb50a 70t/foreign/Method-Signatures/trailing_comma.t
700071de 71t/foreign/Method-Signatures/type_check.t
72t/foreign/Method-Signatures/typeload_moose.t
73t/foreign/Method-Signatures/typeload_notypes.t
595edbcf 74t/foreign/MooseX-Method-Signatures/attributes.t
75t/foreign/MooseX-Method-Signatures/caller.t
cf0fb50a 76t/foreign/MooseX-Method-Signatures/closure.t
595edbcf 77t/foreign/MooseX-Method-Signatures/errors.t
78t/foreign/MooseX-Method-Signatures/eval.t
79t/foreign/MooseX-Method-Signatures/lib/InvalidCase01.pm
cf0fb50a 80t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/Name/Space.pm
595edbcf 81t/foreign/MooseX-Method-Signatures/lib/Redefined.pm
82t/foreign/MooseX-Method-Signatures/list.t
cfdc1dc7 83t/foreign/MooseX-Method-Signatures/named_defaults.t
595edbcf 84t/foreign/MooseX-Method-Signatures/no_signature.t
85t/foreign/MooseX-Method-Signatures/precedence.t
86t/foreign/MooseX-Method-Signatures/sigs-optional.t
87t/foreign/MooseX-Method-Signatures/too_many_args.t
cf0fb50a 88t/foreign/MooseX-Method-Signatures/type_alias.t
89t/foreign/MooseX-Method-Signatures/types.t
595edbcf 90t/foreign/MooseX-Method-Signatures/undef_method_arg.t
cf0fb50a 91t/foreign/MooseX-Method-Signatures/undef_method_arg2.t
514bcaa6 92t/foreign/signatures/anon.t
93t/foreign/signatures/basic.t
94t/foreign/signatures/eval.t
95t/foreign/signatures/proto.t
96t/foreign/signatures/weird.t
e4648f19 97t/hueg.t
514bcaa6 98t/imports.t
53c979f0 99t/info.t
514bcaa6 100t/invocant.t
101t/lexical.t
102t/lineno-torture.t
103t/lineno.t
42e595b0 104t/method_cache.t
105t/method_runtime.t
cfdc1dc7 106t/name.t
107t/name_1.fail
108t/name_2.fail
109t/name_3.fail
110t/name_4.fail
111t/named_params.t
514bcaa6 112t/pod.t
113t/precedence.t
114t/prototype.t
b9859258 115t/recursion.t
514bcaa6 116t/regress.t
117t/rename.t
118t/strict.t
119t/strict_1.fail
120t/strict_2.fail
121t/strict_3.fail
122t/strict_4.fail
123t/strict_5.fail
52c18b0f 124t/types_custom.t
20f21de7 125t/types_custom_2.t
126t/types_custom_3.t
52c18b0f 127t/types_moose.t
128t/types_moose_2.t
20f21de7 129t/types_moose_3.t
52c18b0f 130t/types_moosex.t
514bcaa6 131t/unicode.t
fd727b3e 132t/unicode2.t