Changes
lib/Perl/LanguageServer.pm
lib/Perl/LanguageServer/Methods.pm
lib/Perl/LanguageServer/Methods/textDocument.pm
lib/Perl/LanguageServer/Methods/workspace.pm
lib/Perl/LanguageServer/Parser.pm
lib/Perl/LanguageServer/Req.pm
lib/Perl/LanguageServer/SyntaxChecker.pm
lib/Perl/LanguageServer/Workspace.pm
Makefile.PL
MANIFEST			This list of files
README
t/00-load.t

p5-Compiler-Lexer/.travis.yml
p5-Compiler-Lexer/Build.PL
p5-Compiler-Lexer/builder/MyBuilder.pm
p5-Compiler-Lexer/Changes
p5-Compiler-Lexer/cpanfile
p5-Compiler-Lexer/cpanfile.snapshot
p5-Compiler-Lexer/example/benchmark.pl
p5-Compiler-Lexer/example/bigdata.pl
p5-Compiler-Lexer/example/sample.pl
p5-Compiler-Lexer/experiments/test520.pl
p5-Compiler-Lexer/experiments/token_test.cc
p5-Compiler-Lexer/gen/double_charactor_operator.gperf
p5-Compiler-Lexer/gen/gen_constants.yaml
p5-Compiler-Lexer/gen/gen_decl.pl
p5-Compiler-Lexer/gen/reserved_keywords.gperf
p5-Compiler-Lexer/gen/test_generator.pl
p5-Compiler-Lexer/gen/triple_charactor_operator.gperf
p5-Compiler-Lexer/include/common.hpp
p5-Compiler-Lexer/include/gen_token.hpp
p5-Compiler-Lexer/include/keyword.hpp
p5-Compiler-Lexer/include/lexer.hpp
p5-Compiler-Lexer/include/ppport.h
p5-Compiler-Lexer/include/token.hpp
p5-Compiler-Lexer/lib/Compiler/Lexer.c
p5-Compiler-Lexer/lib/Compiler/Lexer.o
p5-Compiler-Lexer/lib/Compiler/Lexer.pm
p5-Compiler-Lexer/lib/Compiler/Lexer.xs
p5-Compiler-Lexer/lib/Compiler/Lexer/Constants.pm
p5-Compiler-Lexer/lib/Compiler/Lexer/Token.pm
p5-Compiler-Lexer/LICENSE
p5-Compiler-Lexer/META.json
p5-Compiler-Lexer/minil.toml
p5-Compiler-Lexer/README.md
p5-Compiler-Lexer/src/Compiler-Lexer.xs
p5-Compiler-Lexer/src/compiler/lexer/Compiler_annotator.cpp
p5-Compiler-Lexer/src/compiler/lexer/Compiler_annotator.o
p5-Compiler-Lexer/src/compiler/lexer/Compiler_lexer.cpp
p5-Compiler-Lexer/src/compiler/lexer/Compiler_lexer.o
p5-Compiler-Lexer/src/compiler/lexer/Compiler_manager.cpp
p5-Compiler-Lexer/src/compiler/lexer/Compiler_manager.o
p5-Compiler-Lexer/src/compiler/lexer/Compiler_scanner.cpp
p5-Compiler-Lexer/src/compiler/lexer/Compiler_scanner.o
p5-Compiler-Lexer/src/compiler/util/Compiler_double_charactor_operator.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_double_charactor_operator.o
p5-Compiler-Lexer/src/compiler/util/Compiler_gen_token_decl.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_gen_token_decl.o
p5-Compiler-Lexer/src/compiler/util/Compiler_reserved_keyword.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_reserved_keyword.o
p5-Compiler-Lexer/src/compiler/util/Compiler_token.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_token.o
p5-Compiler-Lexer/src/compiler/util/Compiler_triple_charactor_operator.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_triple_charactor_operator.o
p5-Compiler-Lexer/src/compiler/util/Compiler_util.cpp
p5-Compiler-Lexer/src/compiler/util/Compiler_util.o
p5-Compiler-Lexer/src/typemap
#p5-Compiler-Lexer/t/format.t
#p5-Compiler-Lexer/t/issue_32.t
#p5-Compiler-Lexer/t/issue_35.t
#p5-Compiler-Lexer/t/issue_38.t
#p5-Compiler-Lexer/t/issue_39.t
#p5-Compiler-Lexer/t/issue_40.t
#p5-Compiler-Lexer/t/issue_42.t
#p5-Compiler-Lexer/t/issue_43.t
#p5-Compiler-Lexer/t/issue_44.t
#p5-Compiler-Lexer/t/issue_45.t
#p5-Compiler-Lexer/t/issue_48.t
#p5-Compiler-Lexer/t/issue_53.t
#p5-Compiler-Lexer/t/issue_69.t
#p5-Compiler-Lexer/t/issue_reports.t
#p5-Compiler-Lexer/t/Lexer.t
#p5-Compiler-Lexer/t/package.t
#p5-Compiler-Lexer/t/perl/.gitattributes
#p5-Compiler-Lexer/t/perl/base/cond.t
#p5-Compiler-Lexer/t/perl/base/if.t
#p5-Compiler-Lexer/t/perl/base/lex.t
#p5-Compiler-Lexer/t/perl/base/num.t
#p5-Compiler-Lexer/t/perl/base/pat.t
#p5-Compiler-Lexer/t/perl/base/rs.t
#p5-Compiler-Lexer/t/perl/base/term.t
#p5-Compiler-Lexer/t/perl/base/translate.t
#p5-Compiler-Lexer/t/perl/base/while.t
#p5-Compiler-Lexer/t/perl/benchmark/rt26188-speed-up-keys-on-empty-hash.t
#p5-Compiler-Lexer/t/perl/bigmem/index.t
#p5-Compiler-Lexer/t/perl/bigmem/pos.t
#p5-Compiler-Lexer/t/perl/bigmem/read.t
#p5-Compiler-Lexer/t/perl/bigmem/regexp.t
#p5-Compiler-Lexer/t/perl/bigmem/subst.t
#p5-Compiler-Lexer/t/perl/bigmem/vec.t
#p5-Compiler-Lexer/t/perl/cmd/elsif.t
#p5-Compiler-Lexer/t/perl/cmd/for.t
#p5-Compiler-Lexer/t/perl/cmd/mod.t
#p5-Compiler-Lexer/t/perl/cmd/subval.t
#p5-Compiler-Lexer/t/perl/cmd/switch.t
#p5-Compiler-Lexer/t/perl/cmd/while.t
#p5-Compiler-Lexer/t/perl/comp/bproto.t
#p5-Compiler-Lexer/t/perl/comp/cmdopt.t
#p5-Compiler-Lexer/t/perl/comp/colon.t
#p5-Compiler-Lexer/t/perl/comp/decl.t
#p5-Compiler-Lexer/t/perl/comp/final_line_num.t
#p5-Compiler-Lexer/t/perl/comp/fold.t
#p5-Compiler-Lexer/t/perl/comp/form_scope.t
#p5-Compiler-Lexer/t/perl/comp/hints.t
#p5-Compiler-Lexer/t/perl/comp/line_debug.t
#p5-Compiler-Lexer/t/perl/comp/multiline.t
#p5-Compiler-Lexer/t/perl/comp/opsubs.t
#p5-Compiler-Lexer/t/perl/comp/our.t
#p5-Compiler-Lexer/t/perl/comp/package.t
#p5-Compiler-Lexer/t/perl/comp/package_block.t
#p5-Compiler-Lexer/t/perl/comp/parser.t
#p5-Compiler-Lexer/t/perl/comp/proto.t
#p5-Compiler-Lexer/t/perl/comp/redef.t
#p5-Compiler-Lexer/t/perl/comp/require.t
#p5-Compiler-Lexer/t/perl/comp/retainedlines.t
#p5-Compiler-Lexer/t/perl/comp/term.t
#p5-Compiler-Lexer/t/perl/comp/uproto.t
#p5-Compiler-Lexer/t/perl/comp/use.t
#p5-Compiler-Lexer/t/perl/comp/utf.t
#p5-Compiler-Lexer/t/perl/io/argv.t
#p5-Compiler-Lexer/t/perl/io/binmode.t
#p5-Compiler-Lexer/t/perl/io/bom.t
#p5-Compiler-Lexer/t/perl/io/closepid.t
#p5-Compiler-Lexer/t/perl/io/crlf.t
#p5-Compiler-Lexer/t/perl/io/crlf_through.t
#p5-Compiler-Lexer/t/perl/io/data.t
#p5-Compiler-Lexer/t/perl/io/defout.t
#p5-Compiler-Lexer/t/perl/io/dup.t
#p5-Compiler-Lexer/t/perl/io/eintr.t
#p5-Compiler-Lexer/t/perl/io/eintr_print.t
#p5-Compiler-Lexer/t/perl/io/errno.t
#p5-Compiler-Lexer/t/perl/io/errnosig.t
#p5-Compiler-Lexer/t/perl/io/fflush.t
#p5-Compiler-Lexer/t/perl/io/fs.t
#p5-Compiler-Lexer/t/perl/io/inplace.t
#p5-Compiler-Lexer/t/perl/io/iofile.t
#p5-Compiler-Lexer/t/perl/io/iprefix.t
#p5-Compiler-Lexer/t/perl/io/layers.t
#p5-Compiler-Lexer/t/perl/io/nargv.t
#p5-Compiler-Lexer/t/perl/io/open.t
#p5-Compiler-Lexer/t/perl/io/openpid.t
#p5-Compiler-Lexer/t/perl/io/perlio.t
#p5-Compiler-Lexer/t/perl/io/perlio_fail.t
#p5-Compiler-Lexer/t/perl/io/perlio_leaks.t
#p5-Compiler-Lexer/t/perl/io/perlio_open.t
#p5-Compiler-Lexer/t/perl/io/pipe.t
#p5-Compiler-Lexer/t/perl/io/print.t
#p5-Compiler-Lexer/t/perl/io/pvbm.t
#p5-Compiler-Lexer/t/perl/io/read.t
#p5-Compiler-Lexer/t/perl/io/say.t
#p5-Compiler-Lexer/t/perl/io/sem.t
#p5-Compiler-Lexer/t/perl/io/semctl.t
#p5-Compiler-Lexer/t/perl/io/shm.t
#p5-Compiler-Lexer/t/perl/io/socket.t
#p5-Compiler-Lexer/t/perl/io/tell.t
#p5-Compiler-Lexer/t/perl/io/through.t
#p5-Compiler-Lexer/t/perl/io/utf8.t
#p5-Compiler-Lexer/t/perl/japh/abigail.t
#p5-Compiler-Lexer/t/perl/lib/1_compile.t
#p5-Compiler-Lexer/t/perl/lib/commonsense.t
#p5-Compiler-Lexer/t/perl/lib/croak.t
#p5-Compiler-Lexer/t/perl/lib/cygwin.t
#p5-Compiler-Lexer/t/perl/lib/deprecate.t
#p5-Compiler-Lexer/t/perl/lib/mypragma.t
#p5-Compiler-Lexer/t/perl/lib/no_load.t
#p5-Compiler-Lexer/t/perl/lib/overload_fallback.t
#p5-Compiler-Lexer/t/perl/lib/overload_nomethod.t
#p5-Compiler-Lexer/t/perl/lib/proxy_constant_subs.t
#p5-Compiler-Lexer/t/perl/lib/universal.t
#p5-Compiler-Lexer/t/perl/mro/basic.t
#p5-Compiler-Lexer/t/perl/mro/basic_01_c3.t
#p5-Compiler-Lexer/t/perl/mro/basic_01_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_01_dfs.t
#p5-Compiler-Lexer/t/perl/mro/basic_01_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_02_c3.t
#p5-Compiler-Lexer/t/perl/mro/basic_02_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_02_dfs.t
#p5-Compiler-Lexer/t/perl/mro/basic_02_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_03_c3.t
#p5-Compiler-Lexer/t/perl/mro/basic_03_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_03_dfs.t
#p5-Compiler-Lexer/t/perl/mro/basic_03_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_04_c3.t
#p5-Compiler-Lexer/t/perl/mro/basic_04_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_04_dfs.t
#p5-Compiler-Lexer/t/perl/mro/basic_04_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_05_c3.t
#p5-Compiler-Lexer/t/perl/mro/basic_05_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_05_dfs.t
#p5-Compiler-Lexer/t/perl/mro/basic_05_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/basic_utf8.t
#p5-Compiler-Lexer/t/perl/mro/c3_with_overload.t
#p5-Compiler-Lexer/t/perl/mro/c3_with_overload_utf8.t
#p5-Compiler-Lexer/t/perl/mro/complex_c3.t
#p5-Compiler-Lexer/t/perl/mro/complex_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/complex_dfs.t
#p5-Compiler-Lexer/t/perl/mro/complex_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/dbic_c3.t
#p5-Compiler-Lexer/t/perl/mro/dbic_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/dbic_dfs.t
#p5-Compiler-Lexer/t/perl/mro/dbic_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/inconsistent_c3.t
#p5-Compiler-Lexer/t/perl/mro/inconsistent_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/isa_aliases.t
#p5-Compiler-Lexer/t/perl/mro/isa_aliases_utf8.t
#p5-Compiler-Lexer/t/perl/mro/isa_c3.t
#p5-Compiler-Lexer/t/perl/mro/isa_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/isa_dfs.t
#p5-Compiler-Lexer/t/perl/mro/isa_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/isarev.t
#p5-Compiler-Lexer/t/perl/mro/isarev_utf8.t
#p5-Compiler-Lexer/t/perl/mro/method_caching.t
#p5-Compiler-Lexer/t/perl/mro/method_caching_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_edgecases.t
#p5-Compiler-Lexer/t/perl/mro/next_edgecases_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_goto.t
#p5-Compiler-Lexer/t/perl/mro/next_goto_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_inanon.t
#p5-Compiler-Lexer/t/perl/mro/next_inanon_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_ineval.t
#p5-Compiler-Lexer/t/perl/mro/next_ineval_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_method.t
#p5-Compiler-Lexer/t/perl/mro/next_method_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_NEXT.t
#p5-Compiler-Lexer/t/perl/mro/next_NEXT_utf8.t
#p5-Compiler-Lexer/t/perl/mro/next_skip.t
#p5-Compiler-Lexer/t/perl/mro/next_skip_utf8.t
#p5-Compiler-Lexer/t/perl/mro/overload_c3.t
#p5-Compiler-Lexer/t/perl/mro/overload_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/overload_dfs.t
#p5-Compiler-Lexer/t/perl/mro/package_aliases.t
#p5-Compiler-Lexer/t/perl/mro/package_aliases_utf8.t
#p5-Compiler-Lexer/t/perl/mro/pkg_gen.t
#p5-Compiler-Lexer/t/perl/mro/pkg_gen_utf8.t
#p5-Compiler-Lexer/t/perl/mro/recursion_c3.t
#p5-Compiler-Lexer/t/perl/mro/recursion_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/recursion_dfs.t
#p5-Compiler-Lexer/t/perl/mro/recursion_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/mro/vulcan_c3.t
#p5-Compiler-Lexer/t/perl/mro/vulcan_c3_utf8.t
#p5-Compiler-Lexer/t/perl/mro/vulcan_dfs.t
#p5-Compiler-Lexer/t/perl/mro/vulcan_dfs_utf8.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.10.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.12.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.14.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.16.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.18.t
#p5-Compiler-Lexer/t/perl/new_syntax/perl5.20.t
#p5-Compiler-Lexer/t/perl/op/64bitint.t
#p5-Compiler-Lexer/t/perl/op/aassign.t
#p5-Compiler-Lexer/t/perl/op/alarm.t
#p5-Compiler-Lexer/t/perl/op/anonconst.t
#p5-Compiler-Lexer/t/perl/op/anonsub.t
#p5-Compiler-Lexer/t/perl/op/append.t
#p5-Compiler-Lexer/t/perl/op/args.t
#p5-Compiler-Lexer/t/perl/op/arith.t
#p5-Compiler-Lexer/t/perl/op/array.t
#p5-Compiler-Lexer/t/perl/op/array_base.t
#p5-Compiler-Lexer/t/perl/op/assignwarn.t
#p5-Compiler-Lexer/t/perl/op/attrhand.t
#p5-Compiler-Lexer/t/perl/op/attrproto.t
#p5-Compiler-Lexer/t/perl/op/attrs.t
#p5-Compiler-Lexer/t/perl/op/auto.t
#p5-Compiler-Lexer/t/perl/op/avhv.t
#p5-Compiler-Lexer/t/perl/op/bless.t
#p5-Compiler-Lexer/t/perl/op/blocks.t
#p5-Compiler-Lexer/t/perl/op/bop.t
#p5-Compiler-Lexer/t/perl/op/caller.t
#p5-Compiler-Lexer/t/perl/op/chars.t
#p5-Compiler-Lexer/t/perl/op/chdir.t
#p5-Compiler-Lexer/t/perl/op/chop.t
#p5-Compiler-Lexer/t/perl/op/chr.t
#p5-Compiler-Lexer/t/perl/op/closure.t
#p5-Compiler-Lexer/t/perl/op/cmp.t
#p5-Compiler-Lexer/t/perl/op/concat.t
#p5-Compiler-Lexer/t/perl/op/concat2.t
#p5-Compiler-Lexer/t/perl/op/cond.t
#p5-Compiler-Lexer/t/perl/op/const-optree.t
#p5-Compiler-Lexer/t/perl/op/context.t
#p5-Compiler-Lexer/t/perl/op/coreamp.t
#p5-Compiler-Lexer/t/perl/op/coresubs.t
#p5-Compiler-Lexer/t/perl/op/cproto.t
#p5-Compiler-Lexer/t/perl/op/crypt.t
#p5-Compiler-Lexer/t/perl/op/current_sub.t
#p5-Compiler-Lexer/t/perl/op/dbm.t
#p5-Compiler-Lexer/t/perl/op/defined.t
#p5-Compiler-Lexer/t/perl/op/defins.t
#p5-Compiler-Lexer/t/perl/op/delete.t
#p5-Compiler-Lexer/t/perl/op/die.t
#p5-Compiler-Lexer/t/perl/op/die_except.t
#p5-Compiler-Lexer/t/perl/op/die_exit.t
#p5-Compiler-Lexer/t/perl/op/die_keeperr.t
#p5-Compiler-Lexer/t/perl/op/die_unwind.t
#p5-Compiler-Lexer/t/perl/op/do.t
#p5-Compiler-Lexer/t/perl/op/dor.t
#p5-Compiler-Lexer/t/perl/op/dump.t
#p5-Compiler-Lexer/t/perl/op/each.t
#p5-Compiler-Lexer/t/perl/op/each_array.t
#p5-Compiler-Lexer/t/perl/op/eval.t
#p5-Compiler-Lexer/t/perl/op/evalbytes.t
#p5-Compiler-Lexer/t/perl/op/exec.t
#p5-Compiler-Lexer/t/perl/op/exists_sub.t
#p5-Compiler-Lexer/t/perl/op/exp.t
#p5-Compiler-Lexer/t/perl/op/fh.t
#p5-Compiler-Lexer/t/perl/op/filehandle.t
#p5-Compiler-Lexer/t/perl/op/filetest.t
#p5-Compiler-Lexer/t/perl/op/filetest_stack_ok.t
#p5-Compiler-Lexer/t/perl/op/filetest_t.t
#p5-Compiler-Lexer/t/perl/op/flip.t
#p5-Compiler-Lexer/t/perl/op/for.t
#p5-Compiler-Lexer/t/perl/op/fork.t
#p5-Compiler-Lexer/t/perl/op/fresh_perl_utf8.t
#p5-Compiler-Lexer/t/perl/op/getpid.t
#p5-Compiler-Lexer/t/perl/op/getppid.t
#p5-Compiler-Lexer/t/perl/op/glob.t
#p5-Compiler-Lexer/t/perl/op/gmagic.t
#p5-Compiler-Lexer/t/perl/op/goto.t
#p5-Compiler-Lexer/t/perl/op/goto_xs.t
#p5-Compiler-Lexer/t/perl/op/grent.t
#p5-Compiler-Lexer/t/perl/op/grep.t
#p5-Compiler-Lexer/t/perl/op/groups.t
#p5-Compiler-Lexer/t/perl/op/gv.t
#p5-Compiler-Lexer/t/perl/op/hash-rt85026.t
#p5-Compiler-Lexer/t/perl/op/hash.t
#p5-Compiler-Lexer/t/perl/op/hashassign.t
#p5-Compiler-Lexer/t/perl/op/hashwarn.t
#p5-Compiler-Lexer/t/perl/op/heredoc.t
#p5-Compiler-Lexer/t/perl/op/hexfp.t
#p5-Compiler-Lexer/t/perl/op/inc.t
#p5-Compiler-Lexer/t/perl/op/inccode-tie.t
#p5-Compiler-Lexer/t/perl/op/inccode.t
#p5-Compiler-Lexer/t/perl/op/incfilter.t
#p5-Compiler-Lexer/t/perl/op/index.t
#p5-Compiler-Lexer/t/perl/op/index_thr.t
#p5-Compiler-Lexer/t/perl/op/infnan.t
#p5-Compiler-Lexer/t/perl/op/int.t
#p5-Compiler-Lexer/t/perl/op/join.t
#p5-Compiler-Lexer/t/perl/op/kill0.t
#p5-Compiler-Lexer/t/perl/op/kvaslice.t
#p5-Compiler-Lexer/t/perl/op/kvhslice.t
#p5-Compiler-Lexer/t/perl/op/lc.t
#p5-Compiler-Lexer/t/perl/op/leaky-magic.t
#p5-Compiler-Lexer/t/perl/op/length.t
#p5-Compiler-Lexer/t/perl/op/lex.t
#p5-Compiler-Lexer/t/perl/op/lex_assign.t
#p5-Compiler-Lexer/t/perl/op/lexsub.t
#p5-Compiler-Lexer/t/perl/op/lfs.t
#p5-Compiler-Lexer/t/perl/op/list.t
#p5-Compiler-Lexer/t/perl/op/local.t
#p5-Compiler-Lexer/t/perl/op/localref.t
#p5-Compiler-Lexer/t/perl/op/lock.t
#p5-Compiler-Lexer/t/perl/op/loopctl.t
#p5-Compiler-Lexer/t/perl/op/lop.t
#p5-Compiler-Lexer/t/perl/op/lvref.t
#p5-Compiler-Lexer/t/perl/op/magic-27839.t
#p5-Compiler-Lexer/t/perl/op/magic.t
#p5-Compiler-Lexer/t/perl/op/magic_phase.t
#p5-Compiler-Lexer/t/perl/op/method.t
#p5-Compiler-Lexer/t/perl/op/mkdir.t
#p5-Compiler-Lexer/t/perl/op/multideref.t
#p5-Compiler-Lexer/t/perl/op/my.t
#p5-Compiler-Lexer/t/perl/op/my_stash.t
#p5-Compiler-Lexer/t/perl/op/mydef.t
#p5-Compiler-Lexer/t/perl/op/negate.t
#p5-Compiler-Lexer/t/perl/op/not.t
#p5-Compiler-Lexer/t/perl/op/numconvert.t
#p5-Compiler-Lexer/t/perl/op/oct.t
#p5-Compiler-Lexer/t/perl/op/or.t
#p5-Compiler-Lexer/t/perl/op/ord.t
#p5-Compiler-Lexer/t/perl/op/overload_integer.t
#p5-Compiler-Lexer/t/perl/op/override.t
#p5-Compiler-Lexer/t/perl/op/pack.t
#p5-Compiler-Lexer/t/perl/op/packagev.t
#p5-Compiler-Lexer/t/perl/op/pos.t
#p5-Compiler-Lexer/t/perl/op/postderef.t
#p5-Compiler-Lexer/t/perl/op/postfixderef.t
#p5-Compiler-Lexer/t/perl/op/pow.t
#p5-Compiler-Lexer/t/perl/op/print.t
#p5-Compiler-Lexer/t/perl/op/protowarn.t
#p5-Compiler-Lexer/t/perl/op/push.t
#p5-Compiler-Lexer/t/perl/op/pwent.t
#p5-Compiler-Lexer/t/perl/op/qq.t
#p5-Compiler-Lexer/t/perl/op/qr.t
#p5-Compiler-Lexer/t/perl/op/quotemeta.t
#p5-Compiler-Lexer/t/perl/op/rand.t
#p5-Compiler-Lexer/t/perl/op/range.t
#p5-Compiler-Lexer/t/perl/op/read.t
#p5-Compiler-Lexer/t/perl/op/readdir.t
#p5-Compiler-Lexer/t/perl/op/readline.t
#p5-Compiler-Lexer/t/perl/op/recurse.t
#p5-Compiler-Lexer/t/perl/op/ref.t
#p5-Compiler-Lexer/t/perl/op/repeat.t
#p5-Compiler-Lexer/t/perl/op/require_37033.t
#p5-Compiler-Lexer/t/perl/op/require_errors.t
#p5-Compiler-Lexer/t/perl/op/require_override.t
#p5-Compiler-Lexer/t/perl/op/reset.t
#p5-Compiler-Lexer/t/perl/op/reverse.t
#p5-Compiler-Lexer/t/perl/op/rt119311.t
#p5-Compiler-Lexer/t/perl/op/runlevel.t
#p5-Compiler-Lexer/t/perl/op/select.t
#p5-Compiler-Lexer/t/perl/op/setpgrpstack.t
#p5-Compiler-Lexer/t/perl/op/sigdispatch.t
#p5-Compiler-Lexer/t/perl/op/signatures.t
#p5-Compiler-Lexer/t/perl/op/sigsystem.t
#p5-Compiler-Lexer/t/perl/op/sleep.t
#p5-Compiler-Lexer/t/perl/op/smartkve.t
#p5-Compiler-Lexer/t/perl/op/smartmatch.t
#p5-Compiler-Lexer/t/perl/op/sort.t
#p5-Compiler-Lexer/t/perl/op/splice.t
#p5-Compiler-Lexer/t/perl/op/split.t
#p5-Compiler-Lexer/t/perl/op/split_unicode.t
#p5-Compiler-Lexer/t/perl/op/sprintf.t
#p5-Compiler-Lexer/t/perl/op/sprintf2.t
#p5-Compiler-Lexer/t/perl/op/srand.t
#p5-Compiler-Lexer/t/perl/op/sselect.t
#p5-Compiler-Lexer/t/perl/op/stash.t
#p5-Compiler-Lexer/t/perl/op/stat.t
#p5-Compiler-Lexer/t/perl/op/state.t
#p5-Compiler-Lexer/t/perl/op/study.t
#p5-Compiler-Lexer/t/perl/op/studytied.t
#p5-Compiler-Lexer/t/perl/op/sub.t
#p5-Compiler-Lexer/t/perl/op/sub_lval.t
#p5-Compiler-Lexer/t/perl/op/substr.t
#p5-Compiler-Lexer/t/perl/op/substr_thr.t
#p5-Compiler-Lexer/t/perl/op/svleak.t
#p5-Compiler-Lexer/t/perl/op/switch.t
#p5-Compiler-Lexer/t/perl/op/symbolcache.t
#p5-Compiler-Lexer/t/perl/op/sysio.t
#p5-Compiler-Lexer/t/perl/op/taint.t
#p5-Compiler-Lexer/t/perl/op/threads-dirh.t
#p5-Compiler-Lexer/t/perl/op/threads.t
#p5-Compiler-Lexer/t/perl/op/tie.t
#p5-Compiler-Lexer/t/perl/op/tie_fetch_count.t
#p5-Compiler-Lexer/t/perl/op/tiearray.t
#p5-Compiler-Lexer/t/perl/op/tiehandle.t
#p5-Compiler-Lexer/t/perl/op/time.t
#p5-Compiler-Lexer/t/perl/op/time_loop.t
#p5-Compiler-Lexer/t/perl/op/tr.t
#p5-Compiler-Lexer/t/perl/op/undef.t
#p5-Compiler-Lexer/t/perl/op/universal.t
#p5-Compiler-Lexer/t/perl/op/unlink.t
#p5-Compiler-Lexer/t/perl/op/unshift.t
#p5-Compiler-Lexer/t/perl/op/upgrade.t
#p5-Compiler-Lexer/t/perl/op/utf8cache.t
#p5-Compiler-Lexer/t/perl/op/utf8decode.t
#p5-Compiler-Lexer/t/perl/op/utf8magic.t
#p5-Compiler-Lexer/t/perl/op/utfhash.t
#p5-Compiler-Lexer/t/perl/op/utftaint.t
#p5-Compiler-Lexer/t/perl/op/vec.t
#p5-Compiler-Lexer/t/perl/op/ver.t
#p5-Compiler-Lexer/t/perl/op/waitpid.t
#p5-Compiler-Lexer/t/perl/op/wantarray.t
#p5-Compiler-Lexer/t/perl/op/warn.t
#p5-Compiler-Lexer/t/perl/op/while.t
#p5-Compiler-Lexer/t/perl/op/while_readdir.t
#p5-Compiler-Lexer/t/perl/op/write.t
#p5-Compiler-Lexer/t/perl/op/yadayada.t
#p5-Compiler-Lexer/t/perl/opbasic/arith.t
#p5-Compiler-Lexer/t/perl/opbasic/cmp.t
#p5-Compiler-Lexer/t/perl/opbasic/concat.t
#p5-Compiler-Lexer/t/perl/opbasic/magic_phase.t
#p5-Compiler-Lexer/t/perl/opbasic/qq.t
#p5-Compiler-Lexer/t/perl/perf/benchmarks.t
#p5-Compiler-Lexer/t/perl/perf/opcount.t
#p5-Compiler-Lexer/t/perl/perf/optree.t
#p5-Compiler-Lexer/t/perl/perf/speed.t
#p5-Compiler-Lexer/t/perl/perf/taint.t
#p5-Compiler-Lexer/t/perl/porting/args_assert.t
#p5-Compiler-Lexer/t/perl/porting/authors.t
#p5-Compiler-Lexer/t/perl/porting/bench.t
#p5-Compiler-Lexer/t/perl/porting/bincompat.t
#p5-Compiler-Lexer/t/perl/porting/checkcase.t
#p5-Compiler-Lexer/t/perl/porting/checkcfgvar.t
#p5-Compiler-Lexer/t/perl/porting/cmp_version.t
#p5-Compiler-Lexer/t/perl/porting/copyright.t
#p5-Compiler-Lexer/t/perl/porting/corelist.t
#p5-Compiler-Lexer/t/perl/porting/customized.t
#p5-Compiler-Lexer/t/perl/porting/diag.t
#p5-Compiler-Lexer/t/perl/porting/dual-life.t
#p5-Compiler-Lexer/t/perl/porting/exec-bit.t
#p5-Compiler-Lexer/t/perl/porting/extrefs.t
#p5-Compiler-Lexer/t/perl/porting/filenames.t
#p5-Compiler-Lexer/t/perl/porting/FindExt.t
#p5-Compiler-Lexer/t/perl/porting/globvar.t
#p5-Compiler-Lexer/t/perl/porting/libperl.t
#p5-Compiler-Lexer/t/perl/porting/maintainers.t
#p5-Compiler-Lexer/t/perl/porting/manifest.t
#p5-Compiler-Lexer/t/perl/porting/pending-author.t
#p5-Compiler-Lexer/t/perl/porting/perlfunc.t
#p5-Compiler-Lexer/t/perl/porting/pod_rules.t
#p5-Compiler-Lexer/t/perl/porting/podcheck.t
#p5-Compiler-Lexer/t/perl/porting/re_context.t
#p5-Compiler-Lexer/t/perl/porting/readme.t
#p5-Compiler-Lexer/t/perl/porting/regen.t
#p5-Compiler-Lexer/t/perl/porting/ss_dup.t
#p5-Compiler-Lexer/t/perl/porting/test_bootstrap.t
#p5-Compiler-Lexer/t/perl/porting/utils.t
#p5-Compiler-Lexer/t/perl/re/charset.t
#p5-Compiler-Lexer/t/perl/re/fold_grind.t
#p5-Compiler-Lexer/t/perl/re/no_utf8_pm.t
#p5-Compiler-Lexer/t/perl/re/overload.t
#p5-Compiler-Lexer/t/perl/re/pat.t
#p5-Compiler-Lexer/t/perl/re/pat_advanced.t
#p5-Compiler-Lexer/t/perl/re/pat_advanced_thr.t
#p5-Compiler-Lexer/t/perl/re/pat_psycho.t
#p5-Compiler-Lexer/t/perl/re/pat_psycho_thr.t
#p5-Compiler-Lexer/t/perl/re/pat_re_eval.t
#p5-Compiler-Lexer/t/perl/re/pat_re_eval_thr.t
#p5-Compiler-Lexer/t/perl/re/pat_rt_report.t
#p5-Compiler-Lexer/t/perl/re/pat_rt_report_thr.t
#p5-Compiler-Lexer/t/perl/re/pat_special_cc.t
#p5-Compiler-Lexer/t/perl/re/pat_special_cc_thr.t
#p5-Compiler-Lexer/t/perl/re/pat_thr.t
#p5-Compiler-Lexer/t/perl/re/pos.t
#p5-Compiler-Lexer/t/perl/re/qr-72922.t
#p5-Compiler-Lexer/t/perl/re/qr.t
#p5-Compiler-Lexer/t/perl/re/qr_gc.t
#p5-Compiler-Lexer/t/perl/re/qrstack.t
#p5-Compiler-Lexer/t/perl/re/recompile.t
#p5-Compiler-Lexer/t/perl/re/reg_60508.t
#p5-Compiler-Lexer/t/perl/re/reg_email.t
#p5-Compiler-Lexer/t/perl/re/reg_email_thr.t
#p5-Compiler-Lexer/t/perl/re/reg_eval.t
#p5-Compiler-Lexer/t/perl/re/reg_eval_scope.t
#p5-Compiler-Lexer/t/perl/re/reg_fold.t
#p5-Compiler-Lexer/t/perl/re/reg_mesg.t
#p5-Compiler-Lexer/t/perl/re/reg_namedcapture.t
#p5-Compiler-Lexer/t/perl/re/reg_nc_tie.t
#p5-Compiler-Lexer/t/perl/re/reg_nocapture.t
#p5-Compiler-Lexer/t/perl/re/reg_pmod.t
#p5-Compiler-Lexer/t/perl/re/reg_posixcc.t
#p5-Compiler-Lexer/t/perl/re/regex_sets.t
#p5-Compiler-Lexer/t/perl/re/regex_sets_compat.t
#p5-Compiler-Lexer/t/perl/re/regexp.t
#p5-Compiler-Lexer/t/perl/re/regexp_noamp.t
#p5-Compiler-Lexer/t/perl/re/regexp_notrie.t
#p5-Compiler-Lexer/t/perl/re/regexp_qr.t
#p5-Compiler-Lexer/t/perl/re/regexp_qr_embed.t
#p5-Compiler-Lexer/t/perl/re/regexp_qr_embed_thr.t
#p5-Compiler-Lexer/t/perl/re/regexp_trielist.t
#p5-Compiler-Lexer/t/perl/re/regexp_unicode_prop.t
#p5-Compiler-Lexer/t/perl/re/regexp_unicode_prop_thr.t
#p5-Compiler-Lexer/t/perl/re/rt122747.t
#p5-Compiler-Lexer/t/perl/re/rxcode.t
#p5-Compiler-Lexer/t/perl/re/speed.t
#p5-Compiler-Lexer/t/perl/re/speed_thr.t
#p5-Compiler-Lexer/t/perl/re/subst.t
#p5-Compiler-Lexer/t/perl/re/subst_amp.t
#p5-Compiler-Lexer/t/perl/re/subst_wamp.t
#p5-Compiler-Lexer/t/perl/re/substT.t
#p5-Compiler-Lexer/t/perl/re/uniprops.t
#p5-Compiler-Lexer/t/perl/run/cloexec.t
#p5-Compiler-Lexer/t/perl/run/dtrace.t
#p5-Compiler-Lexer/t/perl/run/exit.t
#p5-Compiler-Lexer/t/perl/run/fresh_perl.t
#p5-Compiler-Lexer/t/perl/run/locale.t
#p5-Compiler-Lexer/t/perl/run/noswitch.t
#p5-Compiler-Lexer/t/perl/run/runenv.t
#p5-Compiler-Lexer/t/perl/run/script.t
#p5-Compiler-Lexer/t/perl/run/switch0.t
#p5-Compiler-Lexer/t/perl/run/switcha.t
#p5-Compiler-Lexer/t/perl/run/switchC.t
#p5-Compiler-Lexer/t/perl/run/switchd-78586.t
#p5-Compiler-Lexer/t/perl/run/switchd.t
#p5-Compiler-Lexer/t/perl/run/switchDx.t
#p5-Compiler-Lexer/t/perl/run/switches.t
#p5-Compiler-Lexer/t/perl/run/switchF.t
#p5-Compiler-Lexer/t/perl/run/switchF1.t
#p5-Compiler-Lexer/t/perl/run/switchF2.t
#p5-Compiler-Lexer/t/perl/run/switchI.t
#p5-Compiler-Lexer/t/perl/run/switchM.t
#p5-Compiler-Lexer/t/perl/run/switchn.t
#p5-Compiler-Lexer/t/perl/run/switchp.t
#p5-Compiler-Lexer/t/perl/run/switcht.t
#p5-Compiler-Lexer/t/perl/run/switchx.t
#p5-Compiler-Lexer/t/perl/test_pl/_num_to_alpha.t
#p5-Compiler-Lexer/t/perl/test_pl/can_isa_ok.t
#p5-Compiler-Lexer/t/perl/test_pl/plan_skip_all.t
#p5-Compiler-Lexer/t/perl/test_pl/tempfile.t
#p5-Compiler-Lexer/t/perl/uni/attrs.t
#p5-Compiler-Lexer/t/perl/uni/bless.t
#p5-Compiler-Lexer/t/perl/uni/cache.t
#p5-Compiler-Lexer/t/perl/uni/caller.t
#p5-Compiler-Lexer/t/perl/uni/chomp.t
#p5-Compiler-Lexer/t/perl/uni/chr.t
#p5-Compiler-Lexer/t/perl/uni/class.t
#p5-Compiler-Lexer/t/perl/uni/eval.t
#p5-Compiler-Lexer/t/perl/uni/fold.t
#p5-Compiler-Lexer/t/perl/uni/goto.t
#p5-Compiler-Lexer/t/perl/uni/greek.t
#p5-Compiler-Lexer/t/perl/uni/gv.t
#p5-Compiler-Lexer/t/perl/uni/heavy.t
#p5-Compiler-Lexer/t/perl/uni/labels.t
#p5-Compiler-Lexer/t/perl/uni/latin2.t
#p5-Compiler-Lexer/t/perl/uni/lex_utf8.t
#p5-Compiler-Lexer/t/perl/uni/lower.t
#p5-Compiler-Lexer/t/perl/uni/method.t
#p5-Compiler-Lexer/t/perl/uni/opcroak.t
#p5-Compiler-Lexer/t/perl/uni/overload.t
#p5-Compiler-Lexer/t/perl/uni/package.t
#p5-Compiler-Lexer/t/perl/uni/parser.t
#p5-Compiler-Lexer/t/perl/uni/readline.t
#p5-Compiler-Lexer/t/perl/uni/select.t
#p5-Compiler-Lexer/t/perl/uni/sprintf.t
#p5-Compiler-Lexer/t/perl/uni/stash.t
#p5-Compiler-Lexer/t/perl/uni/tie.t
#p5-Compiler-Lexer/t/perl/uni/title.t
#p5-Compiler-Lexer/t/perl/uni/tr_7jis.t
#p5-Compiler-Lexer/t/perl/uni/tr_eucjp.t
#p5-Compiler-Lexer/t/perl/uni/tr_sjis.t
#p5-Compiler-Lexer/t/perl/uni/tr_utf8.t
#p5-Compiler-Lexer/t/perl/uni/universal.t
#p5-Compiler-Lexer/t/perl/uni/upper.t
#p5-Compiler-Lexer/t/perl/uni/variables.t
#p5-Compiler-Lexer/t/perl/uni/write.t
#p5-Compiler-Lexer/t/perl/win32/crypt.t
#p5-Compiler-Lexer/t/perl/win32/fs.t
#p5-Compiler-Lexer/t/perl/win32/popen.t
#p5-Compiler-Lexer/t/perl/win32/runenv.t
#p5-Compiler-Lexer/t/perl/win32/signal.t
#p5-Compiler-Lexer/t/perl/win32/system.t
#p5-Compiler-Lexer/t/perl/x2p/s2p.t
#p5-Compiler-Lexer/t/perl6.t
#p5-Compiler-Lexer/t/recursive_tokenize.t
#p5-Compiler-Lexer/t/verbose.t
#p5-Compiler-Lexer/typemap
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
