Changeset 21567 for perl5

Show
Ignore:
Timestamp:
07/27/08 15:11:56 (6 months ago)
Author:
fglock
Message:

[v6.pm] fixed last commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • perl5/Pugs-Compiler-Perl6/MANIFEST

    r21566 r21567  
    1 t 
    2 t/01-sanity 
     1ChangeLog 
     2README 
     3 
     4hello_world.pl 
     5 
     6inc/Module/Install.pm 
     7inc/Module/Install/Base.pm 
     8inc/Module/Install/Can.pm 
     9inc/Module/Install/Fetch.pm 
     10inc/Module/Install/Makefile.pm 
     11inc/Module/Install/Metadata.pm 
     12inc/Module/Install/Win32.pm 
     13inc/Module/Install/WriteAll.pm 
     14inc/Module/Install/PMC.pm 
     15 
     16lib/Module/CompileV6.pm 
     17 
     18lib/Pugs/Compiler/Perl6.pm 
     19 
     20lib/Pugs/Emitter/Perl6/Perl5.pm 
     21lib/Pugs/Emitter/YAML.pm 
     22 
     23lib/Pugs/Grammar/BaseCategory.pm 
     24lib/Pugs/Grammar/Circumfix.pm 
     25lib/Pugs/Grammar/Expression.pm 
     26lib/Pugs/Grammar/Infix.pm 
     27lib/Pugs/Grammar/Operator.pm 
     28lib/Pugs/Grammar/P6Rule.pm 
     29lib/Pugs/Grammar/Perl6.pm 
     30lib/Pugs/Grammar/Pod.pm 
     31lib/Pugs/Grammar/Postcircumfix.pm 
     32lib/Pugs/Grammar/Postfix.pm 
     33lib/Pugs/Grammar/Prefix.pm 
     34lib/Pugs/Grammar/StatementControl.pm 
     35lib/Pugs/Grammar/Term.pm 
     36lib/Pugs/Grammar/Ternary.pm 
     37 
     38lib/Pugs/Grammar/YAML.pm 
     39 
     40lib/Pugs/Runtime/Perl6.pm 
     41 
     42lib/Pugs/Runtime/Perl6Prelude.pm 
     43lib/Pugs/Runtime/Perl6Prelude.pmc 
     44 
     45lib/Pugs/Runtime/Perl6AST.pm 
     46lib/Pugs/Runtime/Perl6AST.pmc 
     47 
     48lib/Pugs/Runtime/Perl5Container.pm 
     49 
     50lib/Pugs/Grammar/StatementModifier.pm 
     51lib/Pugs/Grammar/Quote.pm 
     52 
     53lib/v6.pm 
     54Makefile.PL 
     55MANIFEST                        This list of files 
     56META.yml 
     57 
     58t/02-test-pm/2-force_todo.t 
     59 
    360t/01-sanity/01-tap.t 
    461t/01-sanity/02-counter.t 
     
    1875t/01-sanity/07-substr.t 
    1976t/01-sanity/07-try.t 
    20 t/02-test-pm 
    2177t/02-test-pm/0-compile.t 
    22 t/02-test-pm/1-basic.t 
    23 t/02-test-pm/2-force_todo.t 
    2478t/02-test-pm/3-output.t 
    25 t/02-test-pm/3-script.pl 
    26 t/02-test-pm/4-version_lt.t 
    27 t/02-test-pm/5-todo.t 
    28 t/02-test-pm/use_ok_test.pm 
    29 t/blocks 
    30 t/blocks/arg_ref_type_preservation.t 
    3179t/blocks/bare_block_with_dollar_underscore.t 
    32 t/blocks/closure.t 
    33 t/blocks/code_blocks_as_sub_args.t 
    34 t/blocks/currying.t 
    3580t/blocks/defaults.t 
    36 t/blocks/goto.t 
    37 t/blocks/implicit_parameters.t 
    38 t/blocks/lexical_subs.t 
    39 t/blocks/loopscope.t 
    40 t/blocks/lvalue_subroutines.t 
    4181t/blocks/meth_vs_sub_call.t 
    42 t/blocks/multi_named_vs_pos.t 
    43 t/blocks/multi_sub.t 
    44 t/blocks/multidimensional_arglists.t 
    4582t/blocks/nested_named.t 
    46 t/blocks/param_signature.t 
    47 t/blocks/pointy.t 
    4883t/blocks/primitive_named_params.t 
    49 t/blocks/proto.t 
    50 t/blocks/recurse.t 
    51 t/blocks/return.t 
    52 t/blocks/return_function.t 
    53 t/blocks/scoped_named_subs.t 
    54 t/blocks/slurpy_code_param.t 
    55 t/blocks/slurpy_param.t 
    56 t/blocks/splat_rw.t 
    57 t/blocks/splatty_in_caller_position.t 
    5884t/blocks/splatty_with_type.t 
    59 t/blocks/statement_control.t 
    60 t/blocks/sub_arg_errors.t 
    61 t/blocks/sub_bug.t 
    62 t/blocks/sub_named_params.t 
    63 t/blocks/sub_parameter_traits.t 
    64 t/blocks/sub_ref.t 
    65 t/blocks/sub_return_object_method_call.t 
    66 t/blocks/sub_return_values.t 
    67 t/blocks/subroutine.t 
    68 t/blocks/unhashify.t 
    69 t/blocks/wrap.t 
    70 t/builtins 
    71 t/builtins/arity.t 
    72 t/builtins/arrays 
    73 t/builtins/arrays/ArrayInit.pm 
    74 t/builtins/arrays/end.t 
    75 t/builtins/arrays/init-in-exported-sub.t 
    76 t/builtins/arrays/isa.t 
    77 t/builtins/bool 
    78 t/builtins/caller.t 
    79 t/builtins/container 
    80 t/builtins/container/each.t 
    81 t/builtins/control_flow 
    82 t/builtins/control_flow/die_and_end.t 
    83 t/builtins/control_flow/fail.t 
    84 t/builtins/control_flow/leave.t 
    85 t/builtins/control_flow/Poison.pm 
    86 t/builtins/control_flow/return.t 
    87 t/builtins/math 
    88 t/builtins/math/complex_powers.t 
    89 t/builtins/math/NaN.t 
    9085t/builtins/math/pi_internals.t 
    91 t/builtins/my.t 
    92 t/builtins/os 
    93 t/builtins/ref.t 
    94 t/builtins/sigils.t 
    95 t/builtins/strings 
    96 t/builtins/strings/match.t 
    97 t/builtins/strings/subst.t 
    98 t/builtins/strings/unicode.t 
    99 t/builtins/system 
    100 t/builtins/system/02-strings-with-spaces.t.disabled 
    101 t/builtins/system/create_files.pl 
    102 t/builtins/system/crypt.t 
    103 t/builtins/system/dump_args-p5.pl 
    104 t/builtins/system/dump_args.pl 
    105 t/builtins/system/system_tests 
    106 t/closure_traits 
    107 t/closure_traits/ascending_order.t 
    108 t/closure_traits/check.t 
    109 t/closure_traits/descending_order.t 
    110 t/closure_traits/enter_leave.t 
    11186t/closure_traits/exit_in_begin.t 
    112 t/closure_traits/exit_in_check.t 
    113 t/closure_traits/first.t 
    114 t/closure_traits/in_eval.t 
    115 t/closure_traits/in_loop.t 
    116 t/closure_traits/init.t 
    117 t/closure_traits/interpolate.t 
    118 t/closure_traits/keep_undo.t 
    119 t/closure_traits/multiple.t 
    120 t/closure_traits/next.t 
    121 t/closure_traits/pre_post.t 
    122 t/closure_traits/rvalue.t 
    123 t/closure_traits/start.t 
    124 t/deprecated-syntax.pod 
    125 t/examples 
    126 t/examples/99problems 
    127 t/examples/99problems/problem01.t 
    128 t/examples/99problems/problem02.t 
    129 t/examples/99problems/problem03.t 
    130 t/examples/99problems/problem04.t 
    131 t/examples/99problems/problem05.t 
    132 t/examples/99problems/problem06.t 
    133 t/examples/99problems/problem07.t 
    134 t/examples/99problems/problem08.t 
    135 t/examples/99problems/problem09.t 
    136 t/examples/99problems/problem10.t 
    137 t/examples/99problems/problem11.t 
    138 t/examples/99problems/problem12.t 
    139 t/examples/99problems/problem13.t 
    140 t/examples/99problems/problem14.t 
    141 t/examples/99problems/problem15.t 
    142 t/examples/99problems/problem16.t 
    143 t/examples/99problems/problem17.t 
    144 t/examples/99problems/problem18.t 
    145 t/examples/99problems/problem19.t 
    146 t/examples/99problems/problem20.t 
    147 t/examples/99problems/problem21.t 
    148 t/examples/99problems/problem22.t 
    149 t/examples/99problems/problem23.t 
    150 t/examples/99problems/problem24.t 
    151 t/examples/99problems/problem25.t 
    152 t/examples/99problems/problem26.t 
    153 t/examples/99problems/problem27.t 
    154 t/examples/99problems/problem28.t 
    155 t/examples/99problems/problem31.t 
    156 t/examples/99problems/problem32.t 
    157 t/examples/99problems/problem33.t 
    158 t/examples/99problems/problem34.t 
    159 t/examples/99problems/problem35.t 
    160 t/examples/99problems/problem36.t 
    161 t/examples/99problems/problem37.t 
    16287t/examples/99problems/problem38.t 
    163 t/examples/99problems/problem39.t 
    164 t/examples/99problems/problem40.t 
    165 t/examples/99problems/problem41.t 
    166 t/examples/99problems/problem46.t 
    16788t/examples/99problems/problem47.t 
    16889t/examples/99problems/problem48.t 
    169 t/examples/99problems/problem49.t 
    170 t/examples/99problems/problem50.t 
    171 t/examples/99problems/problem54.t 
    17290t/examples/99problems/problem55.t 
    173 t/examples/99problems/problem56.t 
    17491t/examples/99problems/problem57.t 
    17592t/examples/99problems/problem58.t 
    17693t/examples/99problems/problem59.t 
    17794t/examples/99problems/problem60.t 
    178 t/examples/99problems/problem61.t 
    179 t/examples/99problems/problem62.t 
    18095t/examples/99problems/problem63.t 
    181 t/examples/99problems/problem64.t 
    182 t/examples/99problems/problem65.t 
    18396t/examples/99problems/problem66.t 
    184 t/examples/99problems/problem67.t 
    18597t/examples/99problems/problem68.t 
    18698t/examples/99problems/problem69.t 
     
    199111t/examples/99problems/problem88.t 
    200112t/examples/99problems/problem89.t 
    201 t/examples/99problems/problem90.t 
    202 t/examples/99problems/problem91.t 
    203113t/examples/99problems/problem92.t 
    204114t/examples/99problems/problem93.t 
    205115t/examples/99problems/problem94.t 
    206 t/examples/99problems/problem95.t 
    207116t/examples/99problems/problem96.t 
    208 t/examples/99problems/problem97.t 
    209 t/examples/99problems/problem98.t 
    210 t/examples/99problems/README 
    211 t/examples/all_parse.t 
    212 t/examples/examples.t 
    213117t/examples/golf.t 
    214 t/examples/golfex.t 
    215 t/general 
    216 t/general/atoms.t 
    217 t/general/basic.t 
    218 t/general/config.t 
    219 t/HOWTO 
    220 t/junction 
    221 t/junction/abc.t 
    222 t/junction/any_values_infinite_loop.t 
    223 t/junction/array_deref.t 
    224 t/junction/associative.t 
    225 t/junction/chained_operators.t 
    226 t/junction/junction_any_pick.t 
    227 t/junction/junction_functions.t 
    228 t/junction/junction_pick.t 
    229 t/junction/s09eg.t 
    230 t/macros 
    231 t/macros/caller.t 
    232 t/macros/closure_returning_macros.t 
    233 t/macros/macro_code_test.t 
    234 t/macros/opaque_ast_macros.t 
    235 t/macros/operator_macros.t 
    236 t/macros/string_returning_macros.t 
    237 t/magicals 
    238 t/magicals/caller_pos.t 
    239 t/magicals/inc.t 
    240 t/magicals/line_basic.t 
    241 t/oo 
    242 t/oo/attributes 
    243 t/oo/attributes/array.t 
    244 t/oo/attributes/attribute_initialization.t 
    245 t/oo/attributes/attribute_list.t 
    246 t/oo/attributes/class.t 
    247 t/oo/attributes/defaults.t 
    248 t/oo/attributes/instance.t 
    249 t/oo/attributes/is_rw_on_class.t 
    250 t/oo/attributes/methods_on_typed_attrs.t 
    251 t/oo/attributes/mutators.t 
    252 t/oo/attributes/recursive.t 
    253 t/oo/attributes/undeclared_attribute.t 
    254 t/oo/autopair_instantiation.t 
    255 t/oo/can.t 
    256 t/oo/class 
    257 t/oo/class/anonymous.t 
    258 t/oo/class/inherit_from_role.t 
    259 t/oo/class/literal.t 
    260 t/oo/class/nested_use.t 
    261 t/oo/class/TestFiles 
    262 t/oo/class/TestFiles/Bar.pm 
    263 t/oo/class/TestFiles/Foo.pm 
    264 t/oo/class/TestFiles/FooBar.pm 
    265 t/oo/class_inclusion_with_inherited_class.t 
    266 t/oo/class_inheritance_become_infinite_loop.t 
    267 t/oo/class_name_and_attribute_name_confliction.t 
    268 t/oo/clone.t 
    269 t/oo/construction.t 
    270 t/oo/destruction.t 
    271 t/oo/global_destruction.t 
    272 t/oo/inheritance.t 
    273 t/oo/instantiation.t 
    274 t/oo/magical_vars.t 
    275 t/oo/meta_class.t 
    276 t/oo/methods 
    277 t/oo/methods/both.t 
    278 t/oo/methods/builtins.t 
    279 t/oo/methods/chaining.t 
    280 t/oo/methods/class.t 
    281 t/oo/methods/instance.t 
    282 t/oo/methods/multi.t 
    283 t/oo/methods/not_found_fails.t 
    284 t/oo/methods/overload.t 
    285 t/oo/methods/ref.t 
    286 t/oo/methods/topic.t 
    287 t/oo/named_parameters_in_BUILD.t 
    288 t/oo/object_id.t 
    289 t/oo/positional_parameters_in_BUILD.t 
    290 t/oo/precedence.t 
    291 t/oo/proxy.t 
    292 t/oo/roles 
    293 t/oo/roles/anonymous.t 
    294 t/oo/roles/basic.t 
    295 t/oo/roles/conflicts.t 
    296118t/oo/roles/instantiation.t 
    297 t/oo/roles/nested_roles.t 
    298 t/oo/roles/parameterized.t 
    299 t/oo/roles/properties.t 
    300 t/oo/roles/submethods.t 
    301 t/oo/roles/super.t 
    302 t/oo/submethods.t 
    303 t/oo/super.t 
    304 t/oo/syntax-but.t 
    305 t/oo/traits 
    306 t/oo/traits/basic.t 
    307 t/oo/traits/parameterized.t 
    308 t/oo/trusts.t 
    309 t/oo/value_types.t 
    310 t/operators 
    311 t/operators/adverbial_modifiers.t 
    312 t/operators/and_precedence.t 
    313 t/operators/auto.t 
    314 t/operators/binding 
    315 t/operators/binding/arrays.t 
    316 t/operators/binding/attributes.t 
    317 t/operators/binding/hashes.t 
    318 t/operators/binding/nested.t 
    319 t/operators/binding/scalars.t 
    320 t/operators/binding/subs.t 
    321 t/operators/bit.t 
    322119t/operators/brainos.t 
    323 t/operators/context_forcers.t 
    324 t/operators/feed.t 
    325 t/operators/flip-flop.t 
    326 t/operators/hyper.t 
    327 t/operators/identity.t 
    328 t/operators/iteration.t 
    329 t/operators/listquote.t 
    330 t/operators/lvalue.t 
    331 t/operators/negated_smartmatch.t 
    332 t/operators/operator.t 
    333 t/operators/operator_overloading.t 
    334 t/operators/precedence 
    335 t/operators/precedence/builtins.t 
    336 t/operators/precedence/self-defined.t 
    337 t/operators/recursive_definition.t 
    338120t/operators/relational.t 
    339 t/operators/smartmatch.t 
    340121t/operators/spaceship_and_datatypes.t 
    341 t/operators/subscript_adverbs.t 
    342 t/packages 
    343 t/packages/autoload.t 
    344 t/packages/lexical_pragmas.t 
    345 t/packages/LoadCounter.pm 
    346 t/packages/pragma 
    347 t/packages/pragma/Demo.pm 
    348122t/packages/reflection.t 
    349 t/packages/symbols.t 
    350 t/perl5 
    351 t/perl5/array.t 
    352 t/perl5/basic.t 
    353 t/perl5/class.t 
    354 t/perl5/eval_lex.t 
    355 t/perl5/exception_handling.t 
    356 t/perl5/hash.t 
    357 t/perl5/import.t 
    358 t/perl5/method.t 
    359 t/perl5/modify_inside_p5.t 
    360 t/perl5/modify_inside_p5_p6.t 
    361 t/perl5/README 
    362 t/perl5/return.t 
    363 t/perl5/roundtrip.t 
    364 t/README 
    365 t/regex 
    366 t/regex/capture_rollback.t 
    367 t/regex/extract_pghpw.t 
    368 t/regex/from_perl6_rules 
    369123t/regex/from_perl6_rules/anchors.t 
    370 t/regex/from_perl6_rules/array_cap.t 
    371 # t/regex/from_perl6_rules/assert.t 
    372 t/regex/from_perl6_rules/capture.t 
    373 t/regex/from_perl6_rules/charset.t 
    374 t/regex/from_perl6_rules/codevars.t 
    375 t/regex/from_perl6_rules/combchar.t 
    376 t/regex/from_perl6_rules/context.t 
    377 t/regex/from_perl6_rules/counted.t 
    378 t/regex/from_perl6_rules/der_grammar.t 
    379 t/regex/from_perl6_rules/exhaustive.t 
    380 t/regex/from_perl6_rules/grammar.t 
    381 t/regex/from_perl6_rules/hash_cap.t 
    382 t/regex/from_perl6_rules/hashkv.t 
    383124t/regex/from_perl6_rules/inline.t 
    384 t/regex/from_perl6_rules/litvar.t 
    385 t/regex/from_perl6_rules/lookaround.t 
    386 t/regex/from_perl6_rules/named_cap.t 
    387 t/regex/from_perl6_rules/named_chars.t 
    388 t/regex/from_perl6_rules/newline.t 
     125t/regex/from_perl6_rules/named_chars-00.t 
     126t/regex/from_perl6_rules/named_chars-01.t 
    389127t/regex/from_perl6_rules/noncap.t 
    390 t/regex/from_perl6_rules/null.t 
    391 t/regex/from_perl6_rules/overlapping.t 
    392 t/regex/from_perl6_rules/patvar.t 
    393 t/regex/from_perl6_rules/pos.t 
    394 # t/regex/from_perl6_rules/prior.t 
    395 # t/regex/from_perl6_rules/propcharset.t 
    396 # t/regex/from_perl6_rules/properties.t 
    397 t/regex/from_perl6_rules/README 
    398 t/regex/from_perl6_rules/repeat.t 
    399 t/regex/from_perl6_rules/rulecode.t 
    400 t/regex/from_perl6_rules/stdrules.t 
    401 t/regex/from_perl6_rules/subrule.t 
    402 t/regex/from_perl6_rules/subst.t 
    403 t/regex/from_perl6_rules/word.t 
    404 t/regex/grammar.t 
    405 t/regex/named_rule_capture.t 
    406 t/regex/nonstrings.t 
    407 t/regex/numbered_match_variable.t 
    408 t/regex/p6regex 
    409 t/regex/p6regex/p6regex.t 
    410 t/regex/p6regex/README 
    411 t/regex/p6regex/regex_tests 
    412 t/regex/perl5_1.t 
    413 t/regex/perl5_2.t 
    414 t/regex/perl5_3.t 
    415 t/regex/perl5_4.t 
    416 t/regex/perl5_5.t 
    417 t/regex/perl5_6.t 
    418 t/regex/perl5_7.t 
    419 # t/regex/perl5_8.t 
    420 # t/regex/perl5_9.t 
    421 t/regex/rules_refs.t 
     128t/regex/from_perl6_rules/propcharset-00.t 
     129t/regex/from_perl6_rules/propcharset-01.t 
     130t/regex/from_perl6_rules/propcharset-02.t 
     131t/regex/from_perl6_rules/propcharset-03.t 
     132t/regex/from_perl6_rules/propcharset-04.t 
     133t/regex/from_perl6_rules/propcharset-05.t 
     134t/regex/from_perl6_rules/propcharset-06.t 
     135t/regex/from_perl6_rules/propcharset-07.t 
     136t/regex/from_perl6_rules/propcharset-08.t 
     137t/regex/from_perl6_rules/propcharset-09.t 
     138t/regex/from_perl6_rules/propcharset-10.t 
     139t/regex/from_perl6_rules/propcharset-11.t 
     140t/regex/from_perl6_rules/propcharset-12.t 
     141t/regex/from_perl6_rules/properties-00.t 
     142t/regex/from_perl6_rules/properties-01.t 
     143t/regex/from_perl6_rules/properties-02.t 
     144t/regex/from_perl6_rules/properties-03.t 
     145t/regex/from_perl6_rules/properties-04.t 
     146t/regex/from_perl6_rules/properties-05.t 
     147t/regex/from_perl6_rules/properties-06.t 
     148t/regex/from_perl6_rules/properties-07.t 
     149t/regex/from_perl6_rules/properties-08.t 
     150t/regex/from_perl6_rules/properties-09.t 
    422151t/regex/rx_perl5_escape.t 
    423 t/regex/rx_perl5_g.t 
    424 t/regex/rx_perl5_match.t 
    425 t/regex/s_perl5.t 
    426152t/regex/smartparse.t 
    427 t/regex/variable_interpolation.t 
    428 t/regex/ws_subst.t 
    429 t/run 
    430 t/run/01-dash-uppercase-i.t 
    431 t/run/01-multiple-e.t 
    432 t/run/02-dash-n.t 
    433 t/run/03-dash-p.t 
    434 t/run/04-dash-ce.t 
    435 t/run/05-unknown-option.t 
    436 t/run/06-dash-help.t 
    437 t/run/06-dash-version.t 
    438 t/run/07-dash-uppercase-v.t 
    439 t/run/08-script-from-stdin.t 
    440 t/run/09-dash-uppercase-c.t 
    441 t/run/10-dash-uppercase-m.pl 
    442 t/run/10-dash-uppercase-m.t 
    443 t/run/11-safemode.t 
    444 t/run/12-script-args.t 
    445 t/run/Dummy.pm 
    446 t/run/dump_params.pl 
    447 t/spec 
    448 t/spec/fudge 
    449 t/spec/fudgeall 
    450 t/spec/packages 
    451 t/spec/packages/Export_PackA.pm 
    452 t/spec/packages/Export_PackB.pm 
    453 t/spec/packages/Export_PackC.pm 
    454 t/spec/packages/Export_PackD.pm 
    455 t/spec/packages/Import.pm 
    456 t/spec/packages/README 
    457 t/spec/packages/RequireAndUse1.pm 
    458 t/spec/packages/RequireAndUse2.pm 
    459 t/spec/packages/RequireAndUse3.pm 
    460 t/spec/packages/Test.pm 
    461 t/spec/README 
    462 t/spec/S02-builtin_data_types 
    463 t/spec/S02-builtin_data_types/anon_block.t 
    464 t/spec/S02-builtin_data_types/array.t 
    465153t/spec/S02-builtin_data_types/array_extending.t 
    466 t/spec/S02-builtin_data_types/array_mmd.t 
    467 t/spec/S02-builtin_data_types/array_ref.t 
    468 t/spec/S02-builtin_data_types/autovivification.t 
    469 t/spec/S02-builtin_data_types/bool.t 
    470 t/spec/S02-builtin_data_types/capture.t 
    471 t/spec/S02-builtin_data_types/catch_type_cast_mismatch.t 
    472 t/spec/S02-builtin_data_types/enum.t 
    473 t/spec/S02-builtin_data_types/flattening.t 
    474 t/spec/S02-builtin_data_types/hash.t 
    475 t/spec/S02-builtin_data_types/hash_ref.t 
    476 t/spec/S02-builtin_data_types/infinity.t 
    477 t/spec/S02-builtin_data_types/int-uint.t 
    478 t/spec/S02-builtin_data_types/lazy_lists.t 
    479 t/spec/S02-builtin_data_types/lists.t 
    480 t/spec/S02-builtin_data_types/mixed_multi_dimensional.t 
    481 t/spec/S02-builtin_data_types/multi_dimensional_array.t 
    482154t/spec/S02-builtin_data_types/nested_arrays.t 
    483 t/spec/S02-builtin_data_types/nested_pairs.t 
    484 t/spec/S02-builtin_data_types/num.t 
    485 t/spec/S02-builtin_data_types/pair.t 
    486 t/spec/S02-builtin_data_types/range.t 
    487 t/spec/S02-builtin_data_types/subscripts_and_context.t 
    488 t/spec/S02-builtin_data_types/subtypes.t 
    489 t/spec/S02-builtin_data_types/type.t 
    490 t/spec/S02-literals 
    491 t/spec/S02-literals/autoref.t 
    492 t/spec/S02-literals/hex_chars.t 
    493 t/spec/S02-literals/quoting.t 
    494 t/spec/S02-literals/radix.t 
    495 t/spec/S02-magicals 
    496 t/spec/S02-magicals/block.t 
    497 t/spec/S02-magicals/dollar-underscore.t 
    498 t/spec/S02-magicals/dollar_bang.t 
    499 t/spec/S02-magicals/env.t 
    500 t/spec/S02-magicals/file_line.t 
    501 t/spec/S02-magicals/perlver.t 
    502 t/spec/S02-magicals/pid.t 
    503 t/spec/S02-magicals/progname.t 
    504 t/spec/S02-magicals/sub.t 
    505 t/spec/S02-magicals/subname.t 
    506 t/spec/S02-names_and_variables 
    507 t/spec/S02-names_and_variables/fmt.t 
    508 t/spec/S02-names_and_variables/names.t 
    509 t/spec/S02-names_and_variables/perl.t 
    510 t/spec/S02-names_and_variables/signature.t 
    511 t/spec/S02-polymorphic_types 
    512 t/spec/S02-polymorphic_types/subset-code.t 
    513 t/spec/S02-polymorphic_types/subset-range.t 
    514 t/spec/S02-whitespace_and_comments 
    515 t/spec/S02-whitespace_and_comments/minimal-whitespace.t 
    516 t/spec/S02-whitespace_and_comments/unicode-whitespace.t 
    517 t/spec/S02-whitespace_and_comments/unspace.t 
    518 t/spec/S03-junctions 
    519 t/spec/S03-junctions/misc.t 
    520 t/spec/S03-operators 
    521 t/spec/S03-operators/arith.t 
    522 t/spec/S03-operators/assign-is-not-binding.t 
    523 t/spec/S03-operators/assign.t 
    524 t/spec/S03-operators/autoincrement.t 
    525 t/spec/S03-operators/comparison.t 
    526 t/spec/S03-operators/context.t 
    527 t/spec/S03-operators/cross-metaop.t 
    528 t/spec/S03-operators/eager_hyper.t 
    529 t/spec/S03-operators/equality.t 
    530 t/spec/S03-operators/increment.t 
    531 t/spec/S03-operators/not.t 
    532 t/spec/S03-operators/numeric-context.t 
    533 t/spec/S03-operators/p5arrow.t 
    534 t/spec/S03-operators/range.t 
    535 t/spec/S03-operators/reduce-le1arg.t 
    536 t/spec/S03-operators/reduce-metaop.t 
    537 t/spec/S03-operators/relational.t 
    538 t/spec/S03-operators/repeat.t 
    539 t/spec/S03-operators/short-circuit.t 
    540 t/spec/S03-operators/ternary.t 
    541 t/spec/S03-operators/true.t 
    542 t/spec/S03-operators/value_equivalence.t 
    543 t/spec/S04-declarations 
    544 t/spec/S04-declarations/constant.t 
    545 t/spec/S04-declarations/implicit-parameter.t 
    546 t/spec/S04-declarations/multiple.t 
    547 t/spec/S04-declarations/my.t 
    548 t/spec/S04-declarations/state.t 
    549 t/spec/S04-statements 
    550 t/spec/S04-statements/do.t 
    551 t/spec/S04-statements/for.t 
    552 t/spec/S04-statements/next.t 
    553 t/spec/S04-statements/no-implicit-block.t 
    554 t/spec/S04-statements/repeat.t 
    555 t/spec/S04-statements/terminator.t 
    556 t/spec/S04-statements/try.t 
    557155t/spec/S04-statements/until.t 
    558 t/spec/S04-statements/while.t 
    559 t/spec/S05-alternation 
    560 t/spec/S05-alternation/longest-alternative.t 
    561 t/spec/S05-alternation/sequential.t 
    562 t/spec/S05-modifier 
    563 t/spec/S05-modifier/continue.t 
    564 t/spec/S05-modifier/ignoreaccent.t 
    565 t/spec/S05-modifier/ignorecase.t 
    566 t/spec/S05-modifier/ii.t 
    567 t/spec/S05-modifier/pos.t 
    568 t/spec/S05-modifier/repetition-exhausitve.t 
    569 t/spec/S05-modifier/repetition.t 
    570 t/spec/S05-modifier/sameaccent.t 
    571 t/spec/S05-quotes 
    572 t/spec/S05-quotes/single-quotes.t 
    573 t/spec/S05-transliteration 
    574 t/spec/S05-transliteration/trans.t 
    575 t/spec/S06-advanced_subroutine_features 
    576 t/spec/S06-advanced_subroutine_features/want.t 
    577 t/spec/S06-signature 
    578 t/spec/S06-signature/mixed-placeholders.t 
    579 t/spec/S06-signature/named-parameters.t 
    580 t/spec/S06-signature/named-placeholders.t 
    581 t/spec/S06-signature/positional-placeholders.t 
    582 t/spec/S06-signature/slurpy-placeholders.t 
    583 t/spec/S09-autovivification 
    584 t/spec/S09-autovivification/autovivification.t 
    585 t/spec/S09-subscript_slice 
    586 t/spec/S09-subscript_slice/slice.t 
    587 t/spec/S10-packages 
    588 t/spec/S10-packages/export.t 
    589156t/spec/S10-packages/import.t 
    590 t/spec/S10-packages/README 
    591 t/spec/S10-packages/require_and_use.t 
    592 t/spec/S10-packages/scope.t 
    593 t/spec/S11-modules 
    594 t/spec/S11-modules/InnerModule.pm 
    595 t/spec/S11-modules/module-file.t 
    596 t/spec/S11-modules/module.t 
    597 t/spec/S11-modules/OuterModule.pm 
    598 t/spec/S11-modules/re-export.t 
    599 t/spec/S11-modules/use_perl_6.t 
    600 t/spec/S12-attributes 
    601 t/spec/S12-attributes/delegation.t 
    602 t/spec/S12-class 
    603 t/spec/S12-class/anonymous.t 
    604 t/spec/S12-class/attributes.t 
    605 t/spec/S12-class/basic.t 
    606157t/spec/S12-class/inheritance-class-methods.t 
    607 t/spec/S12-class/instantiate.t 
    608 t/spec/S12-class/is_also_instead.t 
    609 t/spec/S12-class/open_closed.t 
    610 t/spec/S12-class/parent_attributes.t 
    611 t/spec/S12-enums 
    612 t/spec/S12-enums/as-role.t 
    613 t/spec/S12-enums/basic.t 
    614 t/spec/S12-enums/thorough.t 
    615 t/spec/S12-methods 
    616 t/spec/S12-methods/calling_sets.t 
    617 t/spec/S12-methods/calling_syntax.t 
    618 t/spec/S12-methods/defer_call.t 
    619 t/spec/S12-methods/defer_next.t 
    620 t/spec/S12-methods/indirect_notation.t 
    621 t/spec/S12-methods/lastcall.t 
    622 t/spec/S12-methods/parallel_dispatch.t 
    623 t/spec/S12-methods/private_methods.t 
    624 t/spec/S12-methods/what.t 
    625 t/spec/S12-role 
    626 t/spec/S12-role/attributes.t 
    627158t/spec/S12-role/composition.t 
    628 t/spec/S12-role/mixin.t 
    629 t/spec/S13-overloading 
    630 t/spec/S13-overloading/fallbacks-deep.t 
    631 t/spec/S13-overloading/multiple-signatures.t 
    632 t/spec/S13-overloading/typecasting-long.t 
    633 t/spec/S13-overloading/typecasting-mixed.t 
    634 t/spec/S13-overloading/typecasting-short.t 
    635 t/spec/S16-filehandles 
    636 t/spec/S16-filehandles/chmod.t 
    637 t/spec/S16-filehandles/connect.t 
    638 t/spec/S16-filehandles/dir.t 
    639 t/spec/S16-filehandles/filetest.t 
    640 t/spec/S16-filehandles/io.t 
    641 t/spec/S16-filehandles/io_in_for_loops.t 
    642 t/spec/S16-filehandles/io_in_while_loops.t 
    643159t/spec/S16-filehandles/open.t 
    644 t/spec/S16-filehandles/unlink.t 
    645 t/spec/S16-io 
    646 t/spec/S16-io/getc.t 
    647 t/spec/S16-io/print.t 
    648160t/spec/S16-io/say.t 
    649 t/spec/S16-unfiled 
    650 t/spec/S16-unfiled/getpeername.t 
    651 t/spec/S16-unfiled/readline.t 
    652 t/spec/S16-unfiled/slurp.t 
    653 t/spec/S17-async 
    654 t/spec/S17-async/async.t 
    655 t/spec/S17-async/contend.t 
    656 t/spec/S17-async/syntax.t 
    657 t/spec/S29-any 
    658161t/spec/S29-any/cmp.t 
    659 t/spec/S29-any/eqv.t 
    660 t/spec/S29-array 
    661162t/spec/S29-array/delete.t 
    662 t/spec/S29-array/elems.t 
    663163t/spec/S29-array/exists.t 
    664 t/spec/S29-array/keys_values.t 
    665 t/spec/S29-array/kv.t 
    666 t/spec/S29-array/pairs.t 
    667 t/spec/S29-array/pop.t 
    668 t/spec/S29-array/push.t 
    669 t/spec/S29-array/shift.t 
    670 t/spec/S29-array/splice.t 
    671 t/spec/S29-array/unshift.t 
    672 t/spec/S29-container 
    673 t/spec/S29-container/cat.t 
    674 t/spec/S29-container/roundrobin.t 
    675 t/spec/S29-container/zip.t 
    676 t/spec/S29-context 
    677 t/spec/S29-context/die.t 
    678 t/spec/S29-context/die_arg_preservation.t 
    679 t/spec/S29-context/eval.t 
    680 t/spec/S29-context/evalfile.t 
    681164t/spec/S29-context/exit-in-if.t 
    682165t/spec/S29-context/exit.t 
    683 t/spec/S29-context/sleep.t 
    684 t/spec/S29-conversions 
    685 t/spec/S29-conversions/ord_and_chr.t 
    686 t/spec/S29-hash 
    687 t/spec/S29-hash/delete.t 
    688 t/spec/S29-hash/exists.t 
    689 t/spec/S29-hash/isa.t 
    690 t/spec/S29-hash/keys_values.t 
    691 t/spec/S29-hash/kv.t 
    692 t/spec/S29-hash/pairs.t 
    693 t/spec/S29-hash/slice.t 
    694 t/spec/S29-list 
    695 t/spec/S29-list/classify.t 
    696 t/spec/S29-list/first.t 
    697 t/spec/S29-list/grep.t 
    698 t/spec/S29-list/join.t 
    699 t/spec/S29-list/map.t 
    700 t/spec/S29-list/map_empty_list.t 
    701 t/spec/S29-list/map_flattening.t 
    702 t/spec/S29-list/map_function.t 
    703 t/spec/S29-list/map_function_return_values.t 
    704 t/spec/S29-list/map_topic.t 
    705 t/spec/S29-list/map_with_signature.t 
    706 t/spec/S29-list/minmax.t 
    707166t/spec/S29-list/mutating_listops.t 
    708 t/spec/S29-list/pick.t 
    709 t/spec/S29-list/reduce.t 
    710 t/spec/S29-list/reverse.t 
    711 t/spec/S29-list/sort.t 
    712 t/spec/S29-list/uniq.t 
    713 t/spec/S29-num 
    714 t/spec/S29-num/abs.t 
    715 t/spec/S29-num/complex.t 
    716 t/spec/S29-num/exp.t 
    717 t/spec/S29-num/int.t 
    718 t/spec/S29-num/log.t 
    719 t/spec/S29-num/pi.t 
    720 t/spec/S29-num/rand.t 
    721 t/spec/S29-num/roots.t 
    722 t/spec/S29-num/rounders.t 
    723 t/spec/S29-num/sign.t 
    724 t/spec/S29-num/sqrt.t 
    725 t/spec/S29-os 
    726 t/spec/S29-os/system-with-spaces.t 
    727 t/spec/S29-os/system.t 
    728 t/spec/S29-range 
    729 t/spec/S29-scalar 
    730 t/spec/S29-scalar/defined.t 
    731 t/spec/S29-scalar/undef.t 
    732 t/spec/S29-str 
    733167t/spec/S29-str/append.t 
    734 t/spec/S29-str/capitalize.t 
    735 t/spec/S29-str/chomp.t 
    736 t/spec/S29-str/chop.t 
    737 t/spec/S29-str/comb.t 
    738 t/spec/S29-str/index.t 
    739 t/spec/S29-str/lc.t 
    740 t/spec/S29-str/lcfirst.t 
    741 t/spec/S29-str/length.t 
    742 t/spec/S29-str/p5chomp.t 
    743 t/spec/S29-str/p5chop.t 
    744 t/spec/S29-str/pos.t 
    745 t/spec/S29-str/quotemeta.t 
    746 t/spec/S29-str/rindex.t 
    747 t/spec/S29-str/sameaccent.t 
    748 t/spec/S29-str/samecase.t 
    749 t/spec/S29-str/split.t 
    750 t/spec/S29-str/sprintf.t 
    751 t/spec/S29-str/substr.t 
    752 t/spec/S29-str/uc.t 
    753 t/spec/S29-str/ucfirst.t 
    754 t/spec/S29-time 
    755 t/spec/S29-time/time.t 
    756 t/spec/S29-trig 
    757 t/spec/S29-trig/e.t 
    758 t/spec/S29-trig/trig.t 
    759 t/spec/S29-type 
    760 t/spec/S29-type/declarations.t 
    761 t/statements 
    762 t/statements/for_with_only_one_item.t 
    763 t/statements/gather.t 
    764 t/statements/given.t 
    765 t/statements/grep-and-sort-in-for.t 
    766 t/statements/if.t 
    767 t/statements/io_leaking_into_runtime.t 
    768 t/statements/last.t 
    769 t/statements/loop.t 
    770 t/statements/map-and-sort-in-for.t 
    771 t/statements/modifiers 
    772 t/statements/modifiers/for.t 
    773 t/statements/modifiers/given.t 
    774168t/statements/modifiers/if.t 
    775 t/statements/modifiers/if2.t 
    776 t/statements/modifiers/if3.t 
    777169t/statements/modifiers/unless.t 
    778 t/statements/modifiers/until.t 
    779 t/statements/modifiers/while.t 
    780 t/statements/redo.t 
    781 t/statements/unless.t