Changeset 21408 for perl5

Show
Ignore:
Timestamp:
07/20/08 12:22:49 (4 months ago)
Author:
fglock
Message:

[v6.pm] implemented string interpolations \x[99] and \c[FOUR TEARDROP-SPOKED ASTERISK]

Location:
perl5/Pugs-Compiler-Perl6
Files:
4 modified

Legend:

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

    r21313 r21408  
     10.022 
     2 
     3- implemented string interpolations \x[99] and \c[FOUR TEARDROP-SPOKED ASTERISK] 
     4- fixed interpolated block in string 
     5- updated test list in MANIFEST 
     6 
    170.021  2008-07-12 
    28 
  • perl5/Pugs-Compiler-Perl6/MANIFEST

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