| 1 | | t |
| 2 | | t/01-sanity |
| | 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 | |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |