├── .dir-locals.el ├── .git_patch ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE.off │ ├── 01-perlbug-core.md │ ├── 02-perlbug-docs.md │ ├── config.yml │ └── feature_request.md └── workflows │ ├── irc-notifications-p7.yaml │ ├── lite.yml │ └── testsuite.yml.off ├── .gitignore ├── .lgtm.yml ├── .mailmap ├── .metaconf-exclusions.txt ├── .travis.yml ├── AUTHORS ├── Artistic ├── Changes ├── Configure ├── Copying ├── Cross ├── Makefile ├── Makefile-cross-SH ├── Makefile.SH.patch ├── README ├── README.new ├── TODO ├── build-arm-n770-sh ├── cflags-cross-arm ├── config ├── config.sh-arm-linux ├── config.sh-arm-linux-n770 ├── generate_config_sh ├── installperl.patch └── warp ├── EXTERN.h ├── INSTALL ├── INTERN.h ├── MANIFEST ├── META.json ├── META.yml ├── Makefile.SH ├── Makefile.micro ├── NetWare ├── CLIBsdio.h ├── CLIBstr.h ├── CLIBstuf.c ├── CLIBstuf.h ├── MP.imp ├── Main.c ├── Makefile ├── NWTInfo.c ├── NWUtil.c ├── Nwmain.c ├── Nwpipe.c ├── bat │ ├── Buildtype.bat │ ├── SetCodeWar.bat │ ├── SetNWBld.bat │ ├── Setnlmsdk.bat │ └── ToggleD2.bat ├── config.wc ├── config_H.wc ├── config_h.PL ├── config_sh.PL ├── deb.h ├── dl_netware.xs ├── intdef.h ├── interface.c ├── interface.cpp ├── interface.h ├── iperlhost.h ├── netware.h ├── nw5.c ├── nw5iop.h ├── nw5sck.c ├── nw5sck.h ├── nw5thread.c ├── nw5thread.h ├── nwhashcls.cpp ├── nwhashcls.h ├── nwperlhost.h ├── nwperlsys.c ├── nwperlsys.h ├── nwpipe.h ├── nwplglob.c ├── nwplglob.h ├── nwstdio.h ├── nwtinfo.h ├── nwutil.h ├── nwvmem.h ├── perllib.cpp ├── splittree.pl ├── sv_nw.c ├── t │ ├── NWModify.pl │ ├── NWScripts.pl │ └── Readme.txt ├── testnlm │ ├── echo │ │ └── echo.c │ └── type │ │ └── type.c └── win32ish.h ├── PACKAGING ├── Policy_sh.SH ├── Porting ├── GitUtils.pm ├── Glossary ├── Maintainers ├── Maintainers.pl ├── Maintainers.pm ├── README.pod ├── README.y2038 ├── acknowledgements.pl ├── add-package.pl ├── bench.pl ├── bisect-example.sh ├── bisect-runner.pl ├── bisect.pl ├── bump-perl-version ├── check-cpan-pollution ├── check83.pl ├── checkAUTHORS.pl ├── checkURL.pl ├── checkVERSION.pl ├── checkansi.pl ├── checkcfguse.pl ├── checkcfgvar.pl ├── checkpodencoding.pl ├── cherrymaint ├── cmpVERSION.pl ├── config.sh ├── config_H ├── config_h.pl ├── core-cpan-diff ├── corecpan.pl ├── corelist-diff ├── corelist-perldelta.pl ├── corelist.pl ├── deparse-skips.txt ├── epigraphs.pod ├── exec-bit.txt ├── exercise_makedef.pl ├── expand-macro.pl ├── findrfuncs ├── git-deltatool ├── git-find-p4-change ├── git-make-p4-refs ├── harness-timer-report.pl ├── how_to_write_a_perldelta.pod ├── leakfinder.pl ├── make-rmg-checklist ├── make_dot_patch.pl ├── make_modlib_cpan.pl ├── make_snapshot.pl ├── makemeta ├── makerel ├── manicheck ├── manifest_lib.pl ├── manisort ├── mksample ├── new-perldelta.pl ├── newtests-perldelta.pl ├── perldelta_template.pod ├── perlhist_calculate.pl ├── pod_lib.pl ├── pod_rules.pl ├── podtidy ├── pumpkin.pod ├── release_announcement_template.txt ├── release_managers_guide.pod ├── release_schedule.pod ├── rt_list_patches ├── security_template.pod ├── sort_perldiag.pl ├── sync-with-cpan ├── timecheck.c ├── timecheck2.c ├── todo.pod └── valgrindpp.pl ├── README ├── README.aix ├── README.amiga ├── README.android ├── README.bs2000 ├── README.cn ├── README.cygwin ├── README.dos ├── README.freebsd ├── README.haiku ├── README.hpux ├── README.hurd ├── README.irix ├── README.jp ├── README.ko ├── README.linux ├── README.macos ├── README.macosx ├── README.micro ├── README.netware ├── README.openbsd ├── README.os2 ├── README.os390 ├── README.os400 ├── README.plan9 ├── README.qnx ├── README.riscos ├── README.solaris ├── README.symbian ├── README.synology ├── README.tru64 ├── README.tw ├── README.vms ├── README.vos ├── README.win32 ├── SECURITY.md ├── TestInit.pm ├── XSUB.h ├── amigaos4 ├── amigaio.c ├── amigaio.h ├── amigaos.c ├── amigaos.h └── config.sh ├── asan_ignore ├── autodoc.pl ├── av.c ├── av.h ├── caretx.c ├── cflags.SH ├── charclass_invlists.h ├── config_h.SH ├── configpm ├── configure.com ├── configure.gnu ├── cop.h ├── cpan ├── .dir-locals.el ├── .gitignore ├── Archive-Tar │ ├── bin │ │ ├── ptar │ │ ├── ptardiff │ │ └── ptargrep │ ├── lib │ │ └── Archive │ │ │ ├── Tar.pm │ │ │ └── Tar │ │ │ ├── Constant.pm │ │ │ └── File.pm │ └── t │ │ ├── 01_use.t │ │ ├── 02_methods.t │ │ ├── 03_file.t │ │ ├── 04_resolved_issues.t │ │ ├── 05_iter.t │ │ ├── 06_error.t │ │ ├── 08_ptargrep.t │ │ ├── 09_roundtrip.t │ │ ├── 90_symlink.t │ │ ├── 99_pod.t │ │ └── src │ │ ├── header │ │ └── signed.tar │ │ ├── linktest │ │ ├── linktest_missing_dir.tar │ │ └── linktest_with_dir.tar │ │ ├── long │ │ ├── b │ │ ├── bar.tar │ │ ├── foo.tbz │ │ └── foo.tgz │ │ └── short │ │ ├── b │ │ ├── bar.tar │ │ ├── foo.tbz │ │ └── foo.tgz ├── AutoLoader │ ├── lib │ │ ├── AutoLoader.pm │ │ └── AutoSplit.pm │ └── t │ │ ├── 01AutoLoader.t │ │ └── 02AutoSplit.t ├── CPAN-Meta-Requirements │ ├── lib │ │ └── CPAN │ │ │ └── Meta │ │ │ └── Requirements.pm │ └── t │ │ ├── accepts.t │ │ ├── bad_version_hook.t │ │ ├── basic.t │ │ ├── finalize.t │ │ ├── from-hash.t │ │ ├── merge.t │ │ └── strings.t ├── CPAN-Meta-YAML │ ├── lib │ │ └── CPAN │ │ │ └── Meta │ │ │ └── YAML.pm │ └── t │ │ ├── 01_api.t │ │ ├── 01_compile.t │ │ ├── 10_read.t │ │ ├── 11_read_string.t │ │ ├── 12_write.t │ │ ├── 13_write_string.t │ │ ├── 20_subclass.t │ │ ├── 21_yamlpm_compat.t │ │ ├── 30_yaml_spec_tml.t │ │ ├── 31_local_tml.t │ │ ├── 32_world_tml.t │ │ ├── 86_fail.t │ │ ├── README.md │ │ ├── data │ │ ├── ascii.yml │ │ ├── latin1.yml │ │ ├── multibyte.yml │ │ ├── utf_16_le_bom.yml │ │ └── utf_8_bom.yml │ │ ├── lib │ │ ├── SubtestCompat.pm │ │ ├── TestBridge.pm │ │ ├── TestML │ │ │ └── Tiny.pm │ │ └── TestUtils.pm │ │ ├── tml │ │ ├── tml-local │ │ ├── dump-error │ │ │ └── circular.tml │ │ ├── load-error │ │ │ ├── document.tml │ │ │ ├── scalar.tml │ │ │ └── tag.tml │ │ ├── load-warning │ │ │ └── document.tml │ │ ├── perl-to-yaml │ │ │ └── quoting.tml │ │ └── yaml-roundtrip │ │ │ ├── collection.tml │ │ │ ├── comment.tml │ │ │ ├── document.tml │ │ │ ├── mapping.tml │ │ │ ├── quoting.tml │ │ │ ├── scalar.tml │ │ │ └── sequence.tml │ │ ├── tml-spec │ │ ├── basic-data.tml │ │ └── unicode.tml │ │ └── tml-world │ │ ├── Acme-Time-Baby.tml │ │ ├── Data-Swap.tml │ │ ├── Games-Nintendo-Wii-Mii.tml │ │ ├── HTML-WebDAO.tml │ │ ├── ITS-SIN-FIDS-Content-XML.tml │ │ ├── Plagger.tml │ │ ├── Spreadsheet-Read.tml │ │ ├── Template-Provider-Unicode-Japanese.tml │ │ ├── Vanilla-Perl.tml │ │ ├── YAML-Tiny-META.tml │ │ ├── toolbar.tml │ │ └── yaml_org.tml ├── CPAN-Meta │ ├── corpus │ │ ├── BadMETA.yml │ │ ├── CL018_yaml.meta │ │ ├── META-VR.json │ │ ├── META-VR.yml │ │ ├── bareyaml.meta │ │ ├── json.meta │ │ └── yaml.meta │ ├── lib │ │ ├── CPAN │ │ │ ├── Meta.pm │ │ │ └── Meta │ │ │ │ ├── Converter.pm │ │ │ │ ├── Feature.pm │ │ │ │ ├── History.pm │ │ │ │ ├── History │ │ │ │ ├── Meta_1_0.pod │ │ │ │ ├── Meta_1_1.pod │ │ │ │ ├── Meta_1_2.pod │ │ │ │ ├── Meta_1_3.pod │ │ │ │ └── Meta_1_4.pod │ │ │ │ ├── Merge.pm │ │ │ │ ├── Prereqs.pm │ │ │ │ ├── Spec.pm │ │ │ │ └── Validator.pm │ │ └── Parse │ │ │ └── CPAN │ │ │ └── Meta.pm │ └── t │ │ ├── README-data.txt │ │ ├── converter-bad.t │ │ ├── converter-fail.t │ │ ├── converter-fragments.t │ │ ├── converter.t │ │ ├── data-fail │ │ ├── META-1_0.yml │ │ ├── META-1_1.yml │ │ ├── META-1_2.yml │ │ ├── META-1_3.yml │ │ ├── META-1_4.yml │ │ └── META-2.json │ │ ├── data-fixable │ │ ├── 107650337-META.yml │ │ ├── 1598804075-META.yml │ │ ├── 1927486199-META.yml │ │ ├── 1985980974-META.yml │ │ ├── 2031017050-META.yml │ │ ├── 284247103-META.yml │ │ ├── 344981821-META.yml │ │ ├── 35478989-META.yml │ │ ├── 98042513-META.yml │ │ ├── META-1_2.yml │ │ ├── META-1_3.yml │ │ ├── META-1_4.yml │ │ ├── META-2.json │ │ ├── invalid-meta-spec-version.json │ │ ├── invalid-meta-spec-version.yml │ │ ├── meta-spec-version-trailing-zeros.json │ │ ├── meta-spec-version-trailing-zeros.yml │ │ ├── restrictive-2.json │ │ └── version-ranges-2.json │ │ ├── data-test │ │ ├── META-1_0.yml │ │ ├── META-1_1.yml │ │ ├── META-1_2.yml │ │ ├── META-1_3.yml │ │ ├── META-1_4.yml │ │ ├── META-2.json │ │ ├── META-2.meta │ │ ├── gpl-1_4.yml │ │ ├── preserve-release-status.yml │ │ ├── provides-version-missing.json │ │ ├── resources.yml │ │ ├── restricted-2.json │ │ ├── restrictive-1_4.yml │ │ ├── unicode.yml │ │ ├── version-not-normal.json │ │ ├── version-ranges-1_4.yml │ │ ├── version-ranges-2.json │ │ └── x_deprecated-META.json │ │ ├── data-valid │ │ ├── 1122575719-META.yml │ │ ├── 1206545041-META.yml │ │ ├── 1985684504-META.yml │ │ ├── 476602558-META.yml │ │ ├── META-1_0.yml │ │ ├── META-1_1.yml │ │ ├── META-1_4.yml │ │ ├── META-2.json │ │ ├── scalar-meta-spec.yml │ │ └── x_deprecated-META.yml │ │ ├── lib │ │ └── Parse │ │ │ └── CPAN │ │ │ └── Meta │ │ │ └── Test.pm │ │ ├── load-bad.t │ │ ├── merge.t │ │ ├── meta-obj.t │ │ ├── no-index.t │ │ ├── optional_feature-merge.t │ │ ├── parse-cpan-meta │ │ ├── 02_api.t │ │ ├── 03_functions.t │ │ ├── 04_export.t │ │ └── 05_errors.t │ │ ├── prereqs-finalize.t │ │ ├── prereqs-merge.t │ │ ├── prereqs.t │ │ ├── repository.t │ │ ├── save-load.t │ │ └── validator.t ├── CPAN │ ├── PAUSE2003.pub │ ├── PAUSE2005.pub │ ├── PAUSE2007.pub │ ├── PAUSE2009.pub │ ├── PAUSE2011.pub │ ├── lib │ │ ├── App │ │ │ └── Cpan.pm │ │ ├── CPAN.pm │ │ └── CPAN │ │ │ ├── API │ │ │ └── HOWTO.pod │ │ │ ├── Author.pm │ │ │ ├── Bundle.pm │ │ │ ├── CacheMgr.pm │ │ │ ├── Complete.pm │ │ │ ├── Debug.pm │ │ │ ├── DeferredCode.pm │ │ │ ├── Distribution.pm │ │ │ ├── Distroprefs.pm │ │ │ ├── Distrostatus.pm │ │ │ ├── Exception │ │ │ ├── RecursiveDependency.pm │ │ │ ├── blocked_urllist.pm │ │ │ ├── yaml_not_installed.pm │ │ │ └── yaml_process_error.pm │ │ │ ├── FTP.pm │ │ │ ├── FTP │ │ │ └── netrc.pm │ │ │ ├── FirstTime.pm │ │ │ ├── HTTP │ │ │ ├── Client.pm │ │ │ └── Credentials.pm │ │ │ ├── HandleConfig.pm │ │ │ ├── Index.pm │ │ │ ├── InfoObj.pm │ │ │ ├── Kwalify.pm │ │ │ ├── Kwalify │ │ │ ├── distroprefs.dd │ │ │ └── distroprefs.yml │ │ │ ├── LWP │ │ │ └── UserAgent.pm │ │ │ ├── Mirrors.pm │ │ │ ├── Module.pm │ │ │ ├── Nox.pm │ │ │ ├── Plugin.pm │ │ │ ├── Plugin │ │ │ └── Specfile.pm │ │ │ ├── Prompt.pm │ │ │ ├── Queue.pm │ │ │ ├── Shell.pm │ │ │ ├── Tarzip.pm │ │ │ ├── URL.pm │ │ │ └── Version.pm │ ├── scripts │ │ └── cpan │ └── t │ │ ├── 01loadme.t │ │ ├── 02nox.t │ │ ├── 03pkgs.t │ │ ├── 10version.t │ │ └── 11mirroredby.t ├── Compress-Raw-Bzip2 │ ├── .gitignore │ ├── Bzip2.xs │ ├── Makefile.PL │ ├── bzip2-src │ │ ├── LICENSE │ │ ├── blocksort.c │ │ ├── bzlib.c │ │ ├── bzlib.h │ │ ├── bzlib_private.h │ │ ├── compress.c │ │ ├── crctable.c │ │ ├── decompress.c │ │ ├── huffman.c │ │ └── randtable.c │ ├── fallback │ │ ├── constants.h │ │ └── constants.xs │ ├── lib │ │ └── Compress │ │ │ └── Raw │ │ │ └── Bzip2.pm │ ├── private │ │ └── MakeUtil.pm │ ├── t │ │ ├── 000prereq.t │ │ ├── 01bzip2.t │ │ ├── 09limitoutput.t │ │ ├── 19nonpv.t │ │ ├── 99pod.t │ │ └── compress │ │ │ └── CompTestUtils.pm │ └── typemap ├── Compress-Raw-Zlib │ ├── .gitignore │ ├── Makefile.PL │ ├── Zlib.xs │ ├── config.in │ ├── fallback │ │ ├── constants.h │ │ └── constants.xs │ ├── lib │ │ └── Compress │ │ │ └── Raw │ │ │ └── Zlib.pm │ ├── private │ │ └── MakeUtil.pm │ ├── t │ │ ├── 01version.t │ │ ├── 02zlib.t │ │ ├── 07bufsize.t │ │ ├── 09limitoutput.t │ │ ├── 18lvalue.t │ │ ├── 19nonpv.t │ │ └── compress │ │ │ └── CompTestUtils.pm │ ├── typemap │ └── zlib-src │ │ ├── adler32.c │ │ ├── compress.c │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── deflate.c │ │ ├── deflate.h │ │ ├── infback.c │ │ ├── inffast.c │ │ ├── inffast.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inflate.h │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── trees.c │ │ ├── trees.h │ │ ├── uncompr.c │ │ ├── zconf.h │ │ ├── zlib.h │ │ ├── zutil.c │ │ └── zutil.h ├── Config-Perl-V │ ├── V.pm │ └── t │ │ ├── 10_base.t │ │ ├── 20_plv56.t │ │ ├── 21_plv58.t │ │ ├── 22_plv510.t │ │ ├── 23_plv512.t │ │ ├── 24_plv514.t │ │ ├── 25_plv516.t │ │ ├── 25_plv5162.t │ │ ├── 26_plv518.t │ │ ├── 26_plv5182.t │ │ ├── 27_plv5200.t │ │ ├── 27_plv5202.t │ │ ├── 28_plv5220.t │ │ ├── 28_plv52201w.t │ │ ├── 29_plv5235w.t │ │ ├── 30_plv5240.t │ │ ├── 31_plv52511.t │ │ ├── 32_plv5261rc1.t │ │ ├── 33_plv52711r.t │ │ └── 34_plv5280.t ├── DB_File │ ├── .gitignore │ ├── DB_File.pm │ ├── DB_File.xs │ ├── DB_File_BS │ ├── Makefile.PL │ ├── config.in │ ├── dbinfo │ ├── hints │ │ ├── bitrig.pl │ │ ├── dynixptx.pl │ │ ├── minix.pl │ │ ├── netbsd.pl │ │ ├── openbsd.pl │ │ └── sco.pl │ ├── t │ │ ├── db-btree.t │ │ ├── db-hash.t │ │ ├── db-recno.t │ │ └── db-threads.t │ ├── typemap │ └── version.c ├── Digest-MD5 │ ├── MD5.pm │ ├── MD5.xs │ ├── Makefile.PL │ ├── hints │ │ ├── MacOS.pl │ │ ├── dec_osf.pl │ │ └── irix_6.pl │ ├── t │ │ ├── align.t │ │ ├── badfile.t │ │ ├── bits.t │ │ ├── clone.t │ │ ├── files.t │ │ ├── md5-aaa.t │ │ ├── threads.t │ │ └── utf8.t │ └── typemap ├── Digest-SHA │ ├── Makefile.PL │ ├── SHA.xs │ ├── lib │ │ └── Digest │ │ │ └── SHA.pm │ ├── shasum │ ├── src │ │ ├── sdf.c │ │ ├── sha.c │ │ ├── sha.h │ │ ├── sha64bit.c │ │ └── sha64bit.h │ ├── t │ │ ├── allfcns.t │ │ ├── base64.t │ │ ├── bitbuf.t │ │ ├── bitorder.t │ │ ├── fips180-4.t │ │ ├── fips198.t │ │ ├── gg.t │ │ ├── gglong.t │ │ ├── hmacsha.t │ │ ├── inheritance.t │ │ ├── ireland.t │ │ ├── methods.t │ │ ├── nistbit.t │ │ ├── nistbyte.t │ │ ├── rfc2202.t │ │ ├── sha1.t │ │ ├── sha224.t │ │ ├── sha256.t │ │ ├── sha384.t │ │ ├── sha512.t │ │ ├── state.t │ │ ├── unicode.t │ │ └── woodbury.t │ └── typemap ├── Digest │ ├── Digest.pm │ ├── Digest │ │ ├── base.pm │ │ └── file.pm │ └── t │ │ ├── base.t │ │ ├── digest.t │ │ ├── file.t │ │ ├── lib │ │ └── Digest │ │ │ └── Dummy.pm │ │ └── security.t ├── Encode │ ├── .gitignore │ ├── Byte │ │ ├── Byte.pm │ │ └── Makefile.PL │ ├── CN │ │ ├── CN.pm │ │ └── Makefile.PL │ ├── EBCDIC │ │ ├── EBCDIC.pm │ │ └── Makefile.PL │ ├── Encode.pm │ ├── Encode.xs │ ├── Encode │ │ ├── Changes.e2x │ │ ├── ConfigLocal_PM.e2x │ │ ├── Makefile_PL.e2x │ │ ├── README.e2x │ │ ├── _PM.e2x │ │ ├── _T.e2x │ │ └── encode.h │ ├── JP │ │ ├── JP.pm │ │ └── Makefile.PL │ ├── KR │ │ ├── KR.pm │ │ └── Makefile.PL │ ├── Makefile.PL │ ├── Symbol │ │ ├── Makefile.PL │ │ └── Symbol.pm │ ├── TW │ │ ├── Makefile.PL │ │ └── TW.pm │ ├── Unicode │ │ ├── Makefile.PL │ │ ├── Unicode.pm │ │ └── Unicode.xs │ ├── bin │ │ ├── enc2xs │ │ ├── encguess │ │ ├── piconv │ │ ├── ucm2table │ │ ├── ucmlint │ │ ├── ucmsort │ │ └── unidump │ ├── encengine.c │ ├── encoding.pm │ ├── lib │ │ └── Encode │ │ │ ├── Alias.pm │ │ │ ├── CJKConstants.pm │ │ │ ├── CN │ │ │ └── HZ.pm │ │ │ ├── Config.pm │ │ │ ├── Encoder.pm │ │ │ ├── Encoding.pm │ │ │ ├── GSM0338.pm │ │ │ ├── Guess.pm │ │ │ ├── JP │ │ │ ├── H2Z.pm │ │ │ └── JIS7.pm │ │ │ ├── KR │ │ │ └── 2022_KR.pm │ │ │ ├── MIME │ │ │ ├── Header.pm │ │ │ ├── Header │ │ │ │ └── ISO_2022_JP.pm │ │ │ └── Name.pm │ │ │ ├── PerlIO.pod │ │ │ ├── Supported.pod │ │ │ └── Unicode │ │ │ └── UTF7.pm │ ├── t │ │ ├── Aliases.t │ │ ├── CJKT.t │ │ ├── Encode.t │ │ ├── Encoder.t │ │ ├── Mod_EUCJP.pm │ │ ├── Unicode.t │ │ ├── at-cn.t │ │ ├── at-tw.t │ │ ├── big5-eten.enc │ │ ├── big5-eten.utf │ │ ├── big5-hkscs.enc │ │ ├── big5-hkscs.utf │ │ ├── cow.t │ │ ├── decode.t │ │ ├── enc_data.t │ │ ├── enc_eucjp.t │ │ ├── enc_module.enc │ │ ├── enc_module.t │ │ ├── enc_utf8.t │ │ ├── encoding-locale.t │ │ ├── encoding.t │ │ ├── fallback.t │ │ ├── from_to.t │ │ ├── gb2312.enc │ │ ├── gb2312.utf │ │ ├── grow.t │ │ ├── gsm0338.t │ │ ├── guess.t │ │ ├── isa.t │ │ ├── jis7-fallback.t │ │ ├── jisx0201.enc │ │ ├── jisx0201.utf │ │ ├── jisx0208.enc │ │ ├── jisx0208.utf │ │ ├── jisx0212.enc │ │ ├── jisx0212.utf │ │ ├── jperl.t │ │ ├── ksc5601.enc │ │ ├── ksc5601.utf │ │ ├── magic.t │ │ ├── mime-header.t │ │ ├── mime-name.t │ │ ├── mime_header_iso2022jp.t │ │ ├── perlio.t │ │ ├── piconv.t │ │ ├── rt.pl │ │ ├── rt113164.t │ │ ├── rt65541.t │ │ ├── rt76824.t │ │ ├── rt85489.t │ │ ├── rt86327.t │ │ ├── taint.t │ │ ├── truncated_utf8.t │ │ ├── undef.t │ │ ├── unibench.pl │ │ ├── use-Encode-Alias.t │ │ ├── utf8ref.t │ │ ├── utf8strict.t │ │ ├── utf8warnings.t │ │ └── xml.t │ └── ucm │ │ ├── 8859-1.ucm │ │ ├── 8859-10.ucm │ │ ├── 8859-11.ucm │ │ ├── 8859-13.ucm │ │ ├── 8859-14.ucm │ │ ├── 8859-15.ucm │ │ ├── 8859-16.ucm │ │ ├── 8859-2.ucm │ │ ├── 8859-3.ucm │ │ ├── 8859-4.ucm │ │ ├── 8859-5.ucm │ │ ├── 8859-6.ucm │ │ ├── 8859-7.ucm │ │ ├── 8859-8.ucm │ │ ├── 8859-9.ucm │ │ ├── adobeStdenc.ucm │ │ ├── adobeSymbol.ucm │ │ ├── adobeZdingbat.ucm │ │ ├── ascii.ucm │ │ ├── big5-eten.ucm │ │ ├── big5-hkscs.ucm │ │ ├── cp037.ucm │ │ ├── cp1006.ucm │ │ ├── cp1026.ucm │ │ ├── cp1047.ucm │ │ ├── cp1250.ucm │ │ ├── cp1251.ucm │ │ ├── cp1252.ucm │ │ ├── cp1253.ucm │ │ ├── cp1254.ucm │ │ ├── cp1255.ucm │ │ ├── cp1256.ucm │ │ ├── cp1257.ucm │ │ ├── cp1258.ucm │ │ ├── cp424.ucm │ │ ├── cp437.ucm │ │ ├── cp500.ucm │ │ ├── cp737.ucm │ │ ├── cp775.ucm │ │ ├── cp850.ucm │ │ ├── cp852.ucm │ │ ├── cp855.ucm │ │ ├── cp856.ucm │ │ ├── cp857.ucm │ │ ├── cp858.ucm │ │ ├── cp860.ucm │ │ ├── cp861.ucm │ │ ├── cp862.ucm │ │ ├── cp863.ucm │ │ ├── cp864.ucm │ │ ├── cp865.ucm │ │ ├── cp866.ucm │ │ ├── cp869.ucm │ │ ├── cp874.ucm │ │ ├── cp875.ucm │ │ ├── cp932.ucm │ │ ├── cp936.ucm │ │ ├── cp949.ucm │ │ ├── cp950.ucm │ │ ├── ctrl.ucm │ │ ├── dingbats.ucm │ │ ├── euc-cn.ucm │ │ ├── euc-jp.ucm │ │ ├── euc-kr.ucm │ │ ├── gb12345.ucm │ │ ├── gb2312.ucm │ │ ├── hp-roman8.ucm │ │ ├── ir-165.ucm │ │ ├── jis0201.ucm │ │ ├── jis0208.ucm │ │ ├── jis0212.ucm │ │ ├── johab.ucm │ │ ├── koi8-f.ucm │ │ ├── koi8-r.ucm │ │ ├── koi8-u.ucm │ │ ├── ksc5601.ucm │ │ ├── macArabic.ucm │ │ ├── macCentEuro.ucm │ │ ├── macChinsimp.ucm │ │ ├── macChintrad.ucm │ │ ├── macCroatian.ucm │ │ ├── macCyrillic.ucm │ │ ├── macDingbats.ucm │ │ ├── macFarsi.ucm │ │ ├── macGreek.ucm │ │ ├── macHebrew.ucm │ │ ├── macIceland.ucm │ │ ├── macJapanese.ucm │ │ ├── macKorean.ucm │ │ ├── macROMnn.ucm │ │ ├── macRUMnn.ucm │ │ ├── macRoman.ucm │ │ ├── macSami.ucm │ │ ├── macSymbol.ucm │ │ ├── macThai.ucm │ │ ├── macTurkish.ucm │ │ ├── macUkraine.ucm │ │ ├── nextstep.ucm │ │ ├── null.ucm │ │ ├── posix-bc.ucm │ │ ├── shiftjis.ucm │ │ ├── symbol.ucm │ │ └── viscii.ucm ├── ExtUtils-Constant │ ├── lib │ │ └── ExtUtils │ │ │ ├── Constant.pm │ │ │ └── Constant │ │ │ ├── Base.pm │ │ │ ├── ProxySubs.pm │ │ │ ├── Utils.pm │ │ │ └── XS.pm │ └── t │ │ └── Constant.t ├── ExtUtils-Install │ ├── lib │ │ └── ExtUtils │ │ │ ├── Install.pm │ │ │ ├── Installed.pm │ │ │ └── Packlist.pm │ └── t │ │ ├── Install.t │ │ ├── InstallWithMM.t │ │ ├── Installapi2.t │ │ ├── Installed.t │ │ ├── Packlist.t │ │ ├── can_write_dir.t │ │ └── lib │ │ ├── MakeMaker │ │ └── Test │ │ │ ├── Setup │ │ │ └── BFD.pm │ │ │ └── Utils.pm │ │ └── TieOut.pm ├── ExtUtils-MakeMaker │ ├── bin │ │ └── instmodsh │ ├── lib │ │ └── ExtUtils │ │ │ ├── Command.pm │ │ │ ├── Command │ │ │ └── MM.pm │ │ │ ├── Liblist.pm │ │ │ ├── Liblist │ │ │ └── Kid.pm │ │ │ ├── MM.pm │ │ │ ├── MM_AIX.pm │ │ │ ├── MM_Any.pm │ │ │ ├── MM_BeOS.pm │ │ │ ├── MM_Cygwin.pm │ │ │ ├── MM_DOS.pm │ │ │ ├── MM_Darwin.pm │ │ │ ├── MM_MacOS.pm │ │ │ ├── MM_NW5.pm │ │ │ ├── MM_OS2.pm │ │ │ ├── MM_QNX.pm │ │ │ ├── MM_UWIN.pm │ │ │ ├── MM_Unix.pm │ │ │ ├── MM_VMS.pm │ │ │ ├── MM_VOS.pm │ │ │ ├── MM_Win32.pm │ │ │ ├── MM_Win95.pm │ │ │ ├── MY.pm │ │ │ ├── MakeMaker.pm │ │ │ ├── MakeMaker │ │ │ ├── Config.pm │ │ │ ├── FAQ.pod │ │ │ ├── Locale.pm │ │ │ ├── Tutorial.pod │ │ │ ├── version.pm │ │ │ └── version │ │ │ │ └── regex.pm │ │ │ ├── Mkbootstrap.pm │ │ │ ├── Mksymlists.pm │ │ │ └── testlib.pm │ └── t │ │ ├── 00compile.t │ │ ├── 01perl_bugs.t │ │ ├── 02-xsdynamic.t │ │ ├── 03-xsstatic.t │ │ ├── FIRST_MAKEFILE.t │ │ ├── INST.t │ │ ├── INSTALL_BASE.t │ │ ├── INST_PREFIX.t │ │ ├── Liblist.t │ │ ├── META_for_testing.json │ │ ├── META_for_testing.yml │ │ ├── META_for_testing_tricky_version.yml │ │ ├── MM_Any.t │ │ ├── MM_BeOS.t │ │ ├── MM_Cygwin.t │ │ ├── MM_NW5.t │ │ ├── MM_OS2.t │ │ ├── MM_Unix.t │ │ ├── MM_VMS.t │ │ ├── MM_Win32.t │ │ ├── MakeMaker_Parameters.t │ │ ├── Mkbootstrap.t │ │ ├── PL_FILES.t │ │ ├── VERSION_FROM.t │ │ ├── WriteEmptyMakefile.t │ │ ├── arch_check.t │ │ ├── backwards.t │ │ ├── basic.t │ │ ├── build_man.t │ │ ├── cd.t │ │ ├── config.t │ │ ├── cp.t │ │ ├── dir_target.t │ │ ├── echo.t │ │ ├── eu_command.t │ │ ├── fix_libs.t │ │ ├── fixin.t │ │ ├── hints.t │ │ ├── installed_file.t │ │ ├── is_of_type.t │ │ ├── lib │ │ ├── MakeMaker │ │ │ └── Test │ │ │ │ ├── NoXS.pm │ │ │ │ ├── Setup │ │ │ │ ├── BFD.pm │ │ │ │ └── XS.pm │ │ │ │ └── Utils.pm │ │ ├── TieIn.pm │ │ └── TieOut.pm │ │ ├── make.t │ │ ├── maketext_filter.t │ │ ├── meta_convert.t │ │ ├── metafile_data.t │ │ ├── metafile_file.t │ │ ├── min_perl_version.t │ │ ├── miniperl.t │ │ ├── oneliner.t │ │ ├── os_unsupported.t │ │ ├── parse_abstract.t │ │ ├── parse_version.t │ │ ├── pm.t │ │ ├── pm_to_blib.t │ │ ├── pod2man.t │ │ ├── postamble.t │ │ ├── prefixify.t │ │ ├── prereq.t │ │ ├── prereq_print.t │ │ ├── problems.t │ │ ├── prompt.t │ │ ├── recurs.t │ │ ├── revision.t │ │ ├── several_authors.t │ │ ├── split_command.t │ │ ├── test_boilerplate.t │ │ ├── testdata │ │ └── reallylongdirectoryname │ │ │ ├── arch1 │ │ │ └── Config.pm │ │ │ └── arch2 │ │ │ └── Config.pm │ │ ├── testlib.t │ │ ├── testrules.yml │ │ ├── unicode.t │ │ ├── vstrings.t │ │ └── writemakefile_args.t ├── ExtUtils-Manifest │ ├── lib │ │ └── ExtUtils │ │ │ ├── MANIFEST.SKIP │ │ │ └── Manifest.pm │ └── t │ │ └── Manifest.t ├── File-Fetch │ ├── lib │ │ └── File │ │ │ └── Fetch.pm │ └── t │ │ ├── 01_File-Fetch.t │ │ └── null_subclass.t ├── File-Path │ ├── lib │ │ └── File │ │ │ └── Path.pm │ └── t │ │ ├── FilePathTest.pm │ │ ├── Path.t │ │ ├── Path_root.t │ │ ├── Path_win32.t │ │ └── taint.t ├── File-Temp │ ├── lib │ │ └── File │ │ │ └── Temp.pm │ └── t │ │ ├── cmp.t │ │ ├── fork.t │ │ ├── lock.t │ │ ├── mktemp.t │ │ ├── object.t │ │ ├── posix.t │ │ ├── rmtree.t │ │ ├── security.t │ │ ├── seekable.t │ │ └── tempfile.t ├── Filter-Util-Call │ ├── Call.pm │ ├── Call.xs │ ├── filter-util.pl │ └── t │ │ ├── call.t │ │ ├── rt_101033.pm │ │ ├── rt_101033.t │ │ └── rt_54452-rebless.t ├── Getopt-Long │ ├── lib │ │ └── Getopt │ │ │ └── Long.pm │ └── t │ │ ├── gol-basic.t │ │ ├── gol-linkage.t │ │ ├── gol-oo.t │ │ ├── gol-xargv.t │ │ └── gol-xstring.t ├── HTTP-Tiny │ ├── corpus │ │ ├── auth-01.txt │ │ ├── auth-02.txt │ │ ├── auth-03.txt │ │ ├── auth-04.txt │ │ ├── auth-05.txt │ │ ├── cookies-01.txt │ │ ├── cookies-02.txt │ │ ├── cookies-03.txt │ │ ├── cookies-04.txt │ │ ├── cookies-05.txt │ │ ├── cookies-06.txt │ │ ├── cookies-07.txt │ │ ├── delete-01.txt │ │ ├── form-01.txt │ │ ├── form-02.txt │ │ ├── form-03.txt │ │ ├── form-04.txt │ │ ├── form-05.txt │ │ ├── get-01.txt │ │ ├── get-02.txt │ │ ├── get-03.txt │ │ ├── get-04.txt │ │ ├── get-05.txt │ │ ├── get-06.txt │ │ ├── get-07.txt │ │ ├── get-08.txt │ │ ├── get-09.txt │ │ ├── get-10.txt │ │ ├── get-11.txt │ │ ├── get-12.txt │ │ ├── get-13.txt │ │ ├── get-14.txt │ │ ├── get-15.txt │ │ ├── get-16.txt │ │ ├── get-17.txt │ │ ├── get-18.txt │ │ ├── get-19.txt │ │ ├── get-20.txt │ │ ├── get-21.txt │ │ ├── get-22.txt │ │ ├── head-01.txt │ │ ├── keepalive-01.txt │ │ ├── keepalive-02.txt │ │ ├── keepalive-03.txt │ │ ├── keepalive-04.txt │ │ ├── keepalive-05.txt │ │ ├── mirror-01.txt │ │ ├── mirror-02.txt │ │ ├── mirror-03.txt │ │ ├── mirror-04.txt │ │ ├── mirror-05.txt │ │ ├── post-01.txt │ │ ├── proxy-auth-01.txt │ │ ├── put-01.txt │ │ ├── put-02.txt │ │ ├── put-03.txt │ │ ├── put-04.txt │ │ ├── put-05.txt │ │ ├── redirect-01.txt │ │ ├── redirect-02.txt │ │ ├── redirect-03.txt │ │ ├── redirect-04.txt │ │ ├── redirect-05.txt │ │ ├── redirect-06.txt │ │ ├── redirect-07.txt │ │ ├── redirect-08.txt │ │ ├── redirect-09.txt │ │ └── redirect-10.txt │ ├── lib │ │ └── HTTP │ │ │ └── Tiny.pm │ └── t │ │ ├── 000_load.t │ │ ├── 001_api.t │ │ ├── 002_croakage.t │ │ ├── 003_agent.t │ │ ├── 004_timeout.t │ │ ├── 010_url.t │ │ ├── 020_headers.t │ │ ├── 030_response.t │ │ ├── 040_content.t │ │ ├── 050_chunked_body.t │ │ ├── 060_http_date.t │ │ ├── 070_cookie_jar.t │ │ ├── 100_get.t │ │ ├── 101_head.t │ │ ├── 102_put.t │ │ ├── 103_delete.t │ │ ├── 104_post.t │ │ ├── 110_mirror.t │ │ ├── 130_redirect.t │ │ ├── 140_proxy.t │ │ ├── 141_no_proxy.t │ │ ├── 150_post_form.t │ │ ├── 160_cookies.t │ │ ├── 161_basic_auth.t │ │ ├── 162_proxy_auth.t │ │ ├── 170_keepalive.t │ │ ├── BrokenCookieJar.pm │ │ ├── SimpleCookieJar.pm │ │ └── Util.pm ├── IO-Compress │ ├── Makefile.PL │ ├── bin │ │ ├── streamzip │ │ └── zipdetails │ ├── lib │ │ ├── Compress │ │ │ └── Zlib.pm │ │ ├── File │ │ │ └── GlobMapper.pm │ │ └── IO │ │ │ ├── Compress │ │ │ ├── Adapter │ │ │ │ ├── Bzip2.pm │ │ │ │ ├── Deflate.pm │ │ │ │ └── Identity.pm │ │ │ ├── Base.pm │ │ │ ├── Base │ │ │ │ └── Common.pm │ │ │ ├── Bzip2.pm │ │ │ ├── Deflate.pm │ │ │ ├── FAQ.pod │ │ │ ├── Gzip.pm │ │ │ ├── Gzip │ │ │ │ └── Constants.pm │ │ │ ├── RawDeflate.pm │ │ │ ├── Zip.pm │ │ │ ├── Zip │ │ │ │ └── Constants.pm │ │ │ └── Zlib │ │ │ │ ├── Constants.pm │ │ │ │ └── Extra.pm │ │ │ └── Uncompress │ │ │ ├── Adapter │ │ │ ├── Bunzip2.pm │ │ │ ├── Identity.pm │ │ │ └── Inflate.pm │ │ │ ├── AnyInflate.pm │ │ │ ├── AnyUncompress.pm │ │ │ ├── Base.pm │ │ │ ├── Bunzip2.pm │ │ │ ├── Gunzip.pm │ │ │ ├── Inflate.pm │ │ │ ├── RawInflate.pm │ │ │ └── Unzip.pm │ ├── private │ │ └── MakeUtil.pm │ └── t │ │ ├── 000prereq.t │ │ ├── 001bzip2.t │ │ ├── 001zlib-generic-deflate.t │ │ ├── 001zlib-generic-gzip.t │ │ ├── 001zlib-generic-rawdeflate.t │ │ ├── 001zlib-generic-zip.t │ │ ├── 002any-deflate.t │ │ ├── 002any-gzip.t │ │ ├── 002any-rawdeflate.t │ │ ├── 002any-transparent.t │ │ ├── 002any-zip.t │ │ ├── 004gziphdr.t │ │ ├── 005defhdr.t │ │ ├── 006zip.t │ │ ├── 011-streamzip.t │ │ ├── 01misc.t │ │ ├── 020isize.t │ │ ├── 050interop-gzip.t │ │ ├── 100generic-bzip2.t │ │ ├── 100generic-deflate.t │ │ ├── 100generic-gzip.t │ │ ├── 100generic-rawdeflate.t │ │ ├── 100generic-zip.t │ │ ├── 101truncate-bzip2.t │ │ ├── 101truncate-deflate.t │ │ ├── 101truncate-gzip.t │ │ ├── 101truncate-rawdeflate.t │ │ ├── 101truncate-zip.t │ │ ├── 102tied-bzip2.t │ │ ├── 102tied-deflate.t │ │ ├── 102tied-gzip.t │ │ ├── 102tied-rawdeflate.t │ │ ├── 102tied-zip.t │ │ ├── 103newtied-bzip2.t │ │ ├── 103newtied-deflate.t │ │ ├── 103newtied-gzip.t │ │ ├── 103newtied-rawdeflate.t │ │ ├── 103newtied-zip.t │ │ ├── 104destroy-bzip2.t │ │ ├── 104destroy-deflate.t │ │ ├── 104destroy-gzip.t │ │ ├── 104destroy-rawdeflate.t │ │ ├── 104destroy-zip.t │ │ ├── 105oneshot-bzip2.t │ │ ├── 105oneshot-deflate.t │ │ ├── 105oneshot-gzip-only.t │ │ ├── 105oneshot-gzip.t │ │ ├── 105oneshot-rawdeflate.t │ │ ├── 105oneshot-zip-bzip2-only.t │ │ ├── 105oneshot-zip-only.t │ │ ├── 105oneshot-zip-store-only.t │ │ ├── 105oneshot-zip.t │ │ ├── 106prime-bzip2.t │ │ ├── 106prime-deflate.t │ │ ├── 106prime-gzip.t │ │ ├── 106prime-rawdeflate.t │ │ ├── 106prime-zip.t │ │ ├── 107multi-bzip2.t │ │ ├── 107multi-deflate.t │ │ ├── 107multi-gzip.t │ │ ├── 107multi-rawdeflate.t │ │ ├── 107multi-zip-only.t │ │ ├── 107multi-zip.t │ │ ├── 108anyunc-bzip2.t │ │ ├── 108anyunc-deflate.t │ │ ├── 108anyunc-gzip.t │ │ ├── 108anyunc-rawdeflate.t │ │ ├── 108anyunc-transparent.t │ │ ├── 108anyunc-zip.t │ │ ├── 109merge-deflate.t │ │ ├── 109merge-gzip.t │ │ ├── 109merge-rawdeflate.t │ │ ├── 109merge-zip.t │ │ ├── 110encode-bzip2.t │ │ ├── 110encode-deflate.t │ │ ├── 110encode-gzip.t │ │ ├── 110encode-rawdeflate.t │ │ ├── 110encode-zip.t │ │ ├── 111const-deflate.t │ │ ├── 112utf8-zip.t │ │ ├── 999pod.t │ │ ├── compress │ │ ├── CompTestUtils.pm │ │ ├── any.pl │ │ ├── anyunc.pl │ │ ├── destroy.pl │ │ ├── encode.pl │ │ ├── generic.pl │ │ ├── merge.pl │ │ ├── multi.pl │ │ ├── newtied.pl │ │ ├── oneshot.pl │ │ ├── prime.pl │ │ ├── tied.pl │ │ ├── truncate.pl │ │ └── zlib-generic.pl │ │ ├── cz-01version.t │ │ ├── cz-03zlib-v1.t │ │ ├── cz-06gzsetp.t │ │ ├── cz-08encoding.t │ │ ├── cz-14gzopen.t │ │ ├── files │ │ ├── bad-efs.zip │ │ ├── encrypt-aes.zip │ │ ├── encrypt-standard.zip │ │ ├── jar.zip │ │ ├── meta.xml │ │ └── test.ods │ │ └── globmapper.t ├── IO-Socket-IP │ ├── lib │ │ └── IO │ │ │ └── Socket │ │ │ └── IP.pm │ └── t │ │ ├── 00use.t │ │ ├── 01local-client-v4.t │ │ ├── 02local-server-v4.t │ │ ├── 03local-cross-v4.t │ │ ├── 04local-client-v6.t │ │ ├── 05local-server-v6.t │ │ ├── 06local-cross-v6.t │ │ ├── 10args.t │ │ ├── 11sockopts.t │ │ ├── 12port-fallback.t │ │ ├── 13addrinfo.t │ │ ├── 14fileno.t │ │ ├── 15io-socket.t │ │ ├── 16v6only.t │ │ ├── 17gai-flags.t │ │ ├── 18fdopen.t │ │ ├── 19no-addrs.t │ │ ├── 20subclass.t │ │ ├── 21as-inet.t │ │ ├── 22timeout.t │ │ ├── 30nonblocking-connect.t │ │ ├── 31nonblocking-connect-internet.t │ │ └── 99pod.t ├── IO-Zlib │ ├── Zlib.pm │ └── t │ │ ├── basic.t │ │ ├── external.t │ │ ├── getc.t │ │ ├── getline.t │ │ ├── import.t │ │ ├── large.t │ │ ├── tied.t │ │ ├── uncomp1.t │ │ └── uncomp2.t ├── IPC-Cmd │ ├── lib │ │ └── IPC │ │ │ └── Cmd.pm │ └── t │ │ ├── 01_IPC-Cmd.t │ │ ├── 02_Interactive.t │ │ ├── 03_run-forked.t │ │ └── src │ │ ├── child.pl │ │ ├── output.pl │ │ └── x.tgz ├── IPC-SysV │ ├── .gitignore │ ├── Makefile.PL │ ├── SysV.xs │ ├── hints │ │ ├── cygwin.pl │ │ └── next_3.pl │ ├── lib │ │ └── IPC │ │ │ ├── Msg.pm │ │ │ ├── Semaphore.pm │ │ │ ├── SharedMem.pm │ │ │ └── SysV.pm │ ├── regen.pl │ ├── t │ │ ├── ipcsysv.t │ │ ├── msg.t │ │ ├── pod.t │ │ ├── podcov.t │ │ ├── sem.t │ │ └── shm.t │ └── typemap ├── JSON-PP │ ├── bin │ │ └── json_pp │ ├── lib │ │ └── JSON │ │ │ ├── PP.pm │ │ │ └── PP │ │ │ └── Boolean.pm │ └── t │ │ ├── 000_load.t │ │ ├── 001_utf8.t │ │ ├── 002_error.t │ │ ├── 003_types.t │ │ ├── 004_dwiw_encode.t │ │ ├── 005_dwiw_decode.t │ │ ├── 006_pc_pretty.t │ │ ├── 007_pc_esc.t │ │ ├── 008_pc_base.t │ │ ├── 009_pc_extra_number.t │ │ ├── 010_pc_keysort.t │ │ ├── 011_pc_expo.t │ │ ├── 012_blessed.t │ │ ├── 013_limit.t │ │ ├── 014_latin1.t │ │ ├── 015_prefix.t │ │ ├── 016_tied.t │ │ ├── 017_relaxed.t │ │ ├── 018_json_checker.t │ │ ├── 019_incr.t │ │ ├── 020_faihu.t │ │ ├── 020_unknown.t │ │ ├── 021_evans.t │ │ ├── 022_comment_at_eof.t │ │ ├── 052_object.t │ │ ├── 099_binary.t │ │ ├── 104_sortby.t │ │ ├── 105_esc_slash.t │ │ ├── 106_allow_barekey.t │ │ ├── 107_allow_singlequote.t │ │ ├── 108_decode.t │ │ ├── 109_encode.t │ │ ├── 110_bignum.t │ │ ├── 112_upgrade.t │ │ ├── 113_overloaded_eq.t │ │ ├── 114_decode_prefix.t │ │ ├── 115_tie_ixhash.t │ │ ├── 116_incr_parse_fixed.t │ │ ├── 117_numbers.t │ │ ├── 118_boolean_values.t │ │ ├── gh_28_json_test_suite.t │ │ ├── gh_29_trailing_false_value.t │ │ ├── rt_116998_wrong_character_offset.t │ │ ├── rt_90071_incr_parse.t │ │ └── zero-mojibake.t ├── Locale-Maketext-Simple │ ├── lib │ │ └── Locale │ │ │ └── Maketext │ │ │ └── Simple.pm │ └── t │ │ ├── 0-signature.t │ │ ├── 1-basic.t │ │ ├── 2-load_po_without_i_default.t │ │ ├── 3-load_po_with_i_default.t │ │ ├── po_with_i_default │ │ ├── en.po │ │ ├── fr.po │ │ └── i_default.po │ │ └── po_without_i_default │ │ ├── en.po │ │ └── fr.po ├── MIME-Base64 │ ├── Base64.pm │ ├── Base64.xs │ ├── QuotedPrint.pm │ └── t │ │ ├── base64.t │ │ ├── length.t │ │ ├── quoted-print.t │ │ └── unicode.t ├── Math-BigInt-FastCalc │ ├── FastCalc.xs │ ├── lib │ │ └── Math │ │ │ └── BigInt │ │ │ └── FastCalc.pm │ └── t │ │ ├── bigintfc.t │ │ ├── biglog.t │ │ ├── bigroot.t │ │ ├── bootstrap.t │ │ ├── leak.t │ │ └── mbi_rand.t ├── Math-BigInt │ ├── lib │ │ └── Math │ │ │ ├── BigFloat.pm │ │ │ ├── BigInt.pm │ │ │ └── BigInt │ │ │ ├── Calc.pm │ │ │ └── Lib.pm │ └── t │ │ ├── Math │ │ ├── BigFloat │ │ │ └── Subclass.pm │ │ └── BigInt │ │ │ ├── BareCalc.pm │ │ │ ├── Lib │ │ │ ├── Minimal.pm │ │ │ └── TestUtil.pm │ │ │ ├── Scalar.pm │ │ │ └── Subclass.pm │ │ ├── _e_math.t │ │ ├── alias.inc │ │ ├── backermann-mbi.t │ │ ├── bare_mbf.t │ │ ├── bare_mbi.t │ │ ├── bare_mif.t │ │ ├── bdigitsum-mbi.t │ │ ├── bdstr-mbf.t │ │ ├── bdstr-mbi.t │ │ ├── bestr-mbf.t │ │ ├── bestr-mbi.t │ │ ├── bfib-mbi.t │ │ ├── big_pi_e.t │ │ ├── bigfltpm.inc │ │ ├── bigfltpm.t │ │ ├── bigintc.t │ │ ├── bigintpm.inc │ │ ├── bigintpm.t │ │ ├── bigints.t │ │ ├── biglog.t │ │ ├── bigroot.t │ │ ├── blucas-mbi.t │ │ ├── bnok-mbf.t │ │ ├── bnok-mbi.t │ │ ├── bnstr-mbf.t │ │ ├── bnstr-mbi.t │ │ ├── bsstr-mbf.t │ │ ├── bsstr-mbi.t │ │ ├── buparrow-mbi.t │ │ ├── calling-class-methods.t │ │ ├── calling-instance-methods.t │ │ ├── calling.t │ │ ├── config.t │ │ ├── const_mbf.t │ │ ├── constant.t │ │ ├── downgrade.t │ │ ├── dparts-mbf.t │ │ ├── dparts-mbi.t │ │ ├── eparts-mbf.t │ │ ├── eparts-mbi.t │ │ ├── from_base-mbi.t │ │ ├── from_bin-mbf.t │ │ ├── from_bin-mbi.t │ │ ├── from_hex-mbf.t │ │ ├── from_hex-mbi.t │ │ ├── from_ieee754-mbf.t │ │ ├── from_oct-mbf.t │ │ ├── from_oct-mbi.t │ │ ├── inf_nan.t │ │ ├── isa.t │ │ ├── lib_load.t │ │ ├── mbf_ali.t │ │ ├── mbi_ali.t │ │ ├── mbi_rand.t │ │ ├── mbimbf.inc │ │ ├── mbimbf.t │ │ ├── nan_cmp.t │ │ ├── new-mbf.t │ │ ├── new_overloaded.t │ │ ├── nparts-mbf.t │ │ ├── nparts-mbi.t │ │ ├── objectify_mbf.t │ │ ├── objectify_mbi.t │ │ ├── req_mbf0.t │ │ ├── req_mbf1.t │ │ ├── req_mbfa.t │ │ ├── req_mbfi.t │ │ ├── req_mbfn.t │ │ ├── req_mbfw.t │ │ ├── require.t │ │ ├── round.t │ │ ├── rt-16221.t │ │ ├── sparts-mbf.t │ │ ├── sparts-mbi.t │ │ ├── sub_ali.t │ │ ├── sub_mbf.t │ │ ├── sub_mbi.t │ │ ├── sub_mif.t │ │ ├── to_base-mbi.t │ │ ├── to_ieee754-mbf.t │ │ ├── trap.t │ │ ├── upgrade.inc │ │ ├── upgrade.t │ │ ├── upgrade2.t │ │ ├── upgradef.t │ │ ├── use.t │ │ ├── use_lib1.t │ │ ├── use_lib2.t │ │ ├── use_lib3.t │ │ ├── use_lib4.t │ │ ├── use_mbfw.t │ │ └── with_sub.t ├── Math-BigRat │ ├── lib │ │ └── Math │ │ │ └── BigRat.pm │ └── t │ │ ├── Math │ │ └── BigRat │ │ │ └── Test.pm │ │ ├── big_ap.t │ │ ├── bigfltpm.inc │ │ ├── bigfltrt.t │ │ ├── bigrat.t │ │ ├── bigratpm.inc │ │ ├── bigratpm.t │ │ ├── bigratup.t │ │ ├── bitwise.t │ │ ├── hang.t │ │ ├── requirer.t │ │ ├── rt121139.t │ │ └── trap.t ├── Math-Complex │ ├── lib │ │ └── Math │ │ │ ├── Complex.pm │ │ │ └── Trig.pm │ └── t │ │ ├── Complex.t │ │ ├── Trig.t │ │ └── underbar.t ├── Memoize │ ├── Memoize.pm │ ├── Memoize │ │ ├── AnyDBM_File.pm │ │ ├── Expire.pm │ │ ├── ExpireFile.pm │ │ ├── ExpireTest.pm │ │ ├── NDBM_File.pm │ │ ├── SDBM_File.pm │ │ └── Storable.pm │ └── t │ │ ├── array.t │ │ ├── array_confusion.t │ │ ├── correctness.t │ │ ├── errors.t │ │ ├── expfile.t │ │ ├── expire.t │ │ ├── expmod_n.t │ │ ├── expmod_t.t │ │ ├── flush.t │ │ ├── normalize.t │ │ ├── prototype.t │ │ ├── speed.t │ │ ├── tie.t │ │ ├── tie_gdbm.t │ │ ├── tie_ndbm.t │ │ ├── tie_sdbm.t │ │ ├── tie_storable.t │ │ ├── tiefeatures.t │ │ └── unmemoize.t ├── Module-Load-Conditional │ ├── lib │ │ └── Module │ │ │ └── Load │ │ │ └── Conditional.pm │ └── t │ │ ├── 01_Module_Load_Conditional.t │ │ ├── test_lib │ │ ├── a │ │ │ └── X.pm │ │ └── b │ │ │ └── X.pm │ │ └── to_load │ │ ├── AutoLoad.pm │ │ ├── Commented.pm │ │ ├── HereDoc.pm │ │ ├── InPod.pm │ │ ├── LoadIt.pm │ │ ├── LoadMe.pl │ │ ├── MustBe │ │ └── Loaded.pm │ │ ├── NotAutoLoad.pm │ │ ├── NotMain.pm │ │ ├── NotX.pm │ │ └── ToBeLoaded ├── Module-Load │ ├── lib │ │ └── Module │ │ │ └── Load.pm │ └── t │ │ ├── 01_Module-Load.t │ │ ├── 02_Module-Load.t │ │ └── to_load │ │ ├── LoadIt.pm │ │ ├── LoadMe.pl │ │ ├── Must │ │ └── Be │ │ │ └── Loaded.pm │ │ ├── TestModule.pm │ │ ├── ToBeLoaded │ │ └── config_file ├── Module-Loaded │ ├── lib │ │ └── Module │ │ │ └── Loaded.pm │ └── t │ │ └── 01_Module-Loaded.t ├── Module-Metadata │ ├── corpus │ │ └── BOMTest │ │ │ ├── UTF16BE.pm │ │ │ ├── UTF16LE.pm │ │ │ └── UTF8.pm │ ├── lib │ │ └── Module │ │ │ └── Metadata.pm │ └── t │ │ ├── contains_pod.t │ │ ├── encoding.t │ │ ├── endpod.t │ │ ├── extract-package.t │ │ ├── extract-version.t │ │ ├── lib │ │ ├── 0_1 │ │ │ └── Foo.pm │ │ ├── 0_2 │ │ │ └── Foo.pm │ │ ├── ENDPOD.pm │ │ └── GeneratePackage.pm │ │ ├── metadata.t │ │ ├── taint.t │ │ └── version.t ├── NEXT │ ├── lib │ │ └── NEXT.pm │ └── t │ │ ├── actual.t │ │ ├── actuns.t │ │ ├── dynamically_scoped_regex_vars.t │ │ ├── next.t │ │ ├── stringify.t │ │ └── unseen.t ├── Params-Check │ ├── lib │ │ └── Params │ │ │ └── Check.pm │ └── t │ │ └── 01_Params-Check.t ├── Perl-OSType │ ├── lib │ │ └── Perl │ │ │ └── OSType.pm │ └── t │ │ └── OSType.t ├── PerlIO-via-QuotedPrint │ ├── lib │ │ └── PerlIO │ │ │ └── via │ │ │ └── QuotedPrint.pm │ └── t │ │ └── QuotedPrint.t ├── Pod-Checker │ ├── .gitignore │ ├── lib │ │ └── Pod │ │ │ └── Checker.pm │ ├── scripts │ │ └── podchecker.PL │ └── t │ │ └── pod │ │ ├── contains_bad_pod.xr │ │ ├── empty.xr │ │ ├── podchkenc.t │ │ ├── podchkenc.xr │ │ ├── podchklink.t │ │ ├── poderrs.t │ │ ├── poderrs.xr │ │ ├── selfcheck.t │ │ ├── testcmp.pl │ │ └── testpchk.pl ├── Pod-Escapes │ ├── lib │ │ └── Pod │ │ │ └── Escapes.pm │ └── t │ │ ├── 01_about_verbose.t │ │ ├── 10_main.t │ │ └── 15_name2charnum.t ├── Pod-Perldoc │ ├── Makefile.PL │ ├── corpus │ │ ├── no-head.pod │ │ ├── perlfunc.pod │ │ └── utf8.pod │ ├── lib │ │ └── Pod │ │ │ ├── Perldoc.pm │ │ │ └── Perldoc │ │ │ ├── BaseTo.pm │ │ │ ├── GetOptsOO.pm │ │ │ ├── ToANSI.pm │ │ │ ├── ToChecker.pm │ │ │ ├── ToMan.pm │ │ │ ├── ToNroff.pm │ │ │ ├── ToPod.pm │ │ │ ├── ToRtf.pm │ │ │ ├── ToTerm.pm │ │ │ ├── ToText.pm │ │ │ ├── ToTk.pm │ │ │ └── ToXml.pm │ ├── perldoc.pod │ └── t │ │ ├── 00_load.t │ │ ├── 01_about_verbose.t │ │ ├── man │ │ └── _get_columns.t │ │ └── pod.t ├── Pod-Simple │ ├── lib │ │ └── Pod │ │ │ ├── Simple.pm │ │ │ ├── Simple.pod │ │ │ └── Simple │ │ │ ├── BlackBox.pm │ │ │ ├── Checker.pm │ │ │ ├── Debug.pm │ │ │ ├── DumpAsText.pm │ │ │ ├── DumpAsXML.pm │ │ │ ├── HTML.pm │ │ │ ├── HTMLBatch.pm │ │ │ ├── HTMLLegacy.pm │ │ │ ├── JustPod.pm │ │ │ ├── LinkSection.pm │ │ │ ├── Methody.pm │ │ │ ├── Progress.pm │ │ │ ├── PullParser.pm │ │ │ ├── PullParserEndToken.pm │ │ │ ├── PullParserStartToken.pm │ │ │ ├── PullParserTextToken.pm │ │ │ ├── PullParserToken.pm │ │ │ ├── RTF.pm │ │ │ ├── Search.pm │ │ │ ├── SimpleTree.pm │ │ │ ├── Subclassing.pod │ │ │ ├── Text.pm │ │ │ ├── TextContent.pm │ │ │ ├── TiedOutFH.pm │ │ │ ├── Transcode.pm │ │ │ ├── TranscodeDumb.pm │ │ │ ├── TranscodeSmart.pm │ │ │ ├── XHTML.pm │ │ │ └── XMLOutStream.pm │ └── t │ │ ├── 00about.t │ │ ├── 20_skip.t │ │ ├── JustPod01.t │ │ ├── JustPod02.t │ │ ├── JustPod_corpus.t │ │ ├── ac_d.t │ │ ├── accept01.t │ │ ├── accept05.t │ │ ├── ascii_order.pl │ │ ├── basic.t │ │ ├── begin.t │ │ ├── cbacks.t │ │ ├── chunking.t │ │ ├── closeys.t │ │ ├── content_seen.t │ │ ├── corpus.t │ │ ├── corpus │ │ ├── 2202jp.txt │ │ ├── 2202jp.xml │ │ ├── 2202jpx.txt │ │ ├── 2202jpx.xml │ │ ├── 2202jpy.txt │ │ ├── 2202jpy.xml │ │ ├── 2202jpz.txt │ │ ├── 2202jpz.xml │ │ ├── 8859_7.pod │ │ ├── 8859_7.xml │ │ ├── cp1256.txt │ │ ├── cp1256.xml │ │ ├── enc_char_directive.txt │ │ ├── enc_char_directive.xml │ │ ├── enc_char_wrong_directive.txt │ │ ├── enc_char_wrong_directive.xml │ │ ├── encwarn01.txt │ │ ├── encwarn01.xml │ │ ├── encwarn02.txt │ │ ├── encwarn02.xml │ │ ├── encwarn03.txt │ │ ├── encwarn03.xml │ │ ├── encwarn04.txt │ │ ├── encwarn04.xml │ │ ├── fet_cont.txt │ │ ├── fet_cont.xml │ │ ├── fet_dup.txt │ │ ├── fet_dup.xml │ │ ├── iso6.txt │ │ ├── iso6.xml │ │ ├── koi8r.txt │ │ ├── koi8r.xml │ │ ├── laozi38.txt │ │ ├── laozi38.xml │ │ ├── laozi38b.txt │ │ ├── laozi38b.xml │ │ ├── laozi38p.pod │ │ ├── laozi38p.xml │ │ ├── lat1fr.txt │ │ ├── lat1fr.xml │ │ ├── lat1frim.txt │ │ ├── lat1frim.xml │ │ ├── nonesuch.txt │ │ ├── nonesuch.xml │ │ ├── pasternak_cp1251.txt │ │ ├── pasternak_cp1251.xml │ │ ├── plain.txt │ │ ├── plain.xml │ │ ├── plain_explicit.txt │ │ ├── plain_explicit.xml │ │ ├── plain_latin1.txt │ │ ├── plain_latin1.xml │ │ ├── plain_utf8.txt │ │ ├── plain_utf8.xml │ │ ├── polish_utf8.txt │ │ ├── polish_utf8.xml │ │ ├── s2763_sjis.txt │ │ ├── s2763_sjis.xml │ │ ├── thai_iso11.txt │ │ └── thai_iso11.xml │ │ ├── corpus2 │ │ ├── README │ │ ├── fiqhakbar_iso6.txt │ │ ├── fiqhakbar_iso6.xml │ │ ├── polish_implicit_utf8.txt │ │ ├── polish_utf16be_bom.txt │ │ ├── polish_utf16le_bom.txt │ │ ├── polish_utf8_bom.txt │ │ ├── polish_utf8_bom.xml │ │ ├── polish_utf8_bom2.txt │ │ └── polish_utf8_bom2.xml │ │ ├── emptylists.t │ │ ├── enc-chars.t │ │ ├── encod01.t │ │ ├── encod02.t │ │ ├── encod03.t │ │ ├── encod04.t │ │ ├── end_over.t │ │ ├── eol.t │ │ ├── eol2.t │ │ ├── fake-closers.t │ │ ├── fcodes.t │ │ ├── fcodes_e.t │ │ ├── fcodes_l.t │ │ ├── fcodes_s.t │ │ ├── for.t │ │ ├── fornot.t │ │ ├── github_issue_79.t │ │ ├── heads.t │ │ ├── html01.t │ │ ├── html02.t │ │ ├── html03.t │ │ ├── htmlbat.t │ │ ├── items.t │ │ ├── items02.t │ │ ├── itemstar.t │ │ ├── junk1.pod │ │ ├── junk1o.txt │ │ ├── junk2.pod │ │ ├── junk2o.txt │ │ ├── linkclas.t │ │ ├── output.t │ │ ├── perlcyg.pod │ │ ├── perlcygo.txt │ │ ├── perlfaq.pod │ │ ├── perlfaqo.txt │ │ ├── perlvar.pod │ │ ├── perlvaro.txt │ │ ├── puller.t │ │ ├── pulltitl.t │ │ ├── reinit.t │ │ ├── render.t │ │ ├── rtf_utf8.t │ │ ├── search05.t │ │ ├── search10.t │ │ ├── search12.t │ │ ├── search20.t │ │ ├── search22.t │ │ ├── search25.t │ │ ├── search26.t │ │ ├── search27.t │ │ ├── search28.t │ │ ├── search29.t │ │ ├── search50.t │ │ ├── search60.t │ │ ├── search60 │ │ ├── A │ │ │ └── x.pod │ │ └── B │ │ │ └── X.pod │ │ ├── stree.t │ │ ├── strpvbtm.t │ │ ├── testlib1 │ │ ├── Blorm.pm │ │ ├── Zonk │ │ │ ├── Fiddle.txt │ │ │ ├── Pronk.pm │ │ │ └── Veng.pm │ │ ├── hinkhonk │ │ │ ├── Glunk.pod │ │ │ ├── Vliff.pm │ │ │ └── readme.txt │ │ ├── pod │ │ │ ├── perlflif.pod │ │ │ └── perlthng.pod │ │ ├── squaa.pm │ │ ├── squaa │ │ │ ├── Glunk.pod │ │ │ └── Vliff.pm │ │ └── zikzik.pod │ │ ├── testlib2 │ │ ├── Suzzle.pm │ │ ├── hinkhonk │ │ │ ├── Glunk.pod │ │ │ ├── Vliff.pm │ │ │ └── readme.txt │ │ ├── pod │ │ │ ├── perlthng.pod │ │ │ └── perlzuk.pod │ │ ├── pods │ │ │ └── perlzoned.pod │ │ └── squaa │ │ │ ├── Vliff.pm │ │ │ └── Wowo.pod │ │ ├── testlib3 │ │ └── squaa │ │ │ └── Vliff.pm │ │ ├── tiedfh.t │ │ ├── verb_fmt.t │ │ ├── verbatim.t │ │ ├── whine.t │ │ ├── x_nixer.t │ │ ├── xhtml-bkb.t │ │ ├── xhtml01.t │ │ ├── xhtml05.t │ │ ├── xhtml10.t │ │ ├── xhtml15.t │ │ └── xhtml20.t ├── Pod-Usage │ ├── .gitignore │ ├── lib │ │ └── Pod │ │ │ └── Usage.pm │ ├── scripts │ │ └── pod2usage.PL │ └── t │ │ ├── inc │ │ └── Pod │ │ │ ├── InputObjects.pm │ │ │ ├── Parser.pm │ │ │ ├── PlainText.pm │ │ │ └── Select.pm │ │ └── pod │ │ ├── headwithmarkup.pl │ │ ├── headwithmarkup.t │ │ ├── p2u_data.pl │ │ ├── pod2usage.t │ │ ├── pod2usage.xr │ │ ├── pod2usage2.t │ │ ├── selectheaders.pl │ │ ├── selectheaders.t │ │ ├── selectsections.pl │ │ ├── selectsections.t │ │ ├── testcmp.pl │ │ ├── testp2pt.pl │ │ ├── usage.pod │ │ └── usage2.pod ├── Scalar-List-Utils │ ├── ListUtil.xs │ ├── Makefile.PL │ ├── lib │ │ ├── List │ │ │ ├── Util.pm │ │ │ └── Util │ │ │ │ └── XS.pm │ │ ├── Scalar │ │ │ └── Util.pm │ │ └── Sub │ │ │ └── Util.pm │ ├── multicall.h │ └── t │ │ ├── 00version.t │ │ ├── any-all.t │ │ ├── blessed.t │ │ ├── dualvar.t │ │ ├── exotic_names.t │ │ ├── first.t │ │ ├── getmagic-once.t │ │ ├── head-tail.t │ │ ├── isvstring.t │ │ ├── lln.t │ │ ├── max.t │ │ ├── maxstr.t │ │ ├── min.t │ │ ├── minstr.t │ │ ├── openhan.t │ │ ├── pair.t │ │ ├── product.t │ │ ├── prototype.t │ │ ├── readonly.t │ │ ├── reduce.t │ │ ├── reductions.t │ │ ├── refaddr.t │ │ ├── reftype.t │ │ ├── rt-96343.t │ │ ├── sample.t │ │ ├── scalarutil-proto.t │ │ ├── shuffle.t │ │ ├── stack-corruption.t │ │ ├── subname.t │ │ ├── sum.t │ │ ├── sum0.t │ │ ├── tainted.t │ │ ├── uniq.t │ │ ├── uniqnum.t │ │ └── weak.t ├── Socket │ ├── .gitignore │ ├── Makefile.PL │ ├── Socket.pm │ ├── Socket.xs │ ├── t │ │ ├── Socket.t │ │ ├── getaddrinfo.t │ │ ├── getnameinfo.t │ │ ├── ip_mreq.t │ │ ├── ipv6_mreq.t │ │ ├── sockaddr.t │ │ └── socketpair.t │ └── typemap ├── Sys-Syslog │ ├── .gitignore │ ├── Makefile.PL │ ├── Syslog.pm │ ├── Syslog.xs │ ├── fallback │ │ ├── const-c.inc │ │ ├── const-xs.inc │ │ └── syslog.h │ ├── t │ │ ├── 00-load.t │ │ ├── constants.t │ │ ├── cpan-rt-21516.t │ │ ├── cpan-rt-21866.t │ │ ├── cpan-rt-25488.t │ │ ├── cpan-rt-49877.pl │ │ ├── cpan-rt-55151.t │ │ ├── cpan-rt-64287.t │ │ ├── facilities-routing.t │ │ ├── syslog-inet-udp.t │ │ └── syslog.t │ └── win32 │ │ ├── PerlLog.mc │ │ ├── PerlLog_RES.uu │ │ ├── PerlLog_dll.uu │ │ ├── Win32.pm │ │ └── compile.pl ├── Term-ANSIColor │ ├── lib │ │ └── Term │ │ │ └── ANSIColor.pm │ └── t │ │ ├── lib │ │ └── Test │ │ │ ├── RRA.pm │ │ │ └── RRA │ │ │ └── Config.pm │ │ ├── module │ │ ├── aliases-func.t │ │ ├── basic.t │ │ ├── basic256.t │ │ ├── eval.t │ │ ├── stringify.t │ │ └── true-color.t │ │ └── taint │ │ └── basic.t ├── Term-Cap │ ├── Cap.pm │ └── test.pl ├── Test-Harness │ ├── bin │ │ └── prove │ ├── lib │ │ ├── App │ │ │ ├── Prove.pm │ │ │ └── Prove │ │ │ │ ├── State.pm │ │ │ │ └── State │ │ │ │ ├── Result.pm │ │ │ │ └── Result │ │ │ │ └── Test.pm │ │ ├── TAP │ │ │ ├── Base.pm │ │ │ ├── Formatter │ │ │ │ ├── Base.pm │ │ │ │ ├── Color.pm │ │ │ │ ├── Console.pm │ │ │ │ ├── Console │ │ │ │ │ ├── ParallelSession.pm │ │ │ │ │ └── Session.pm │ │ │ │ ├── File.pm │ │ │ │ ├── File │ │ │ │ │ └── Session.pm │ │ │ │ └── Session.pm │ │ │ ├── Harness.pm │ │ │ ├── Harness │ │ │ │ ├── Beyond.pod │ │ │ │ └── Env.pm │ │ │ ├── Object.pm │ │ │ ├── Parser.pm │ │ │ └── Parser │ │ │ │ ├── Aggregator.pm │ │ │ │ ├── Grammar.pm │ │ │ │ ├── Iterator.pm │ │ │ │ ├── Iterator │ │ │ │ ├── Array.pm │ │ │ │ ├── Process.pm │ │ │ │ └── Stream.pm │ │ │ │ ├── IteratorFactory.pm │ │ │ │ ├── Multiplexer.pm │ │ │ │ ├── Result.pm │ │ │ │ ├── Result │ │ │ │ ├── Bailout.pm │ │ │ │ ├── Comment.pm │ │ │ │ ├── Plan.pm │ │ │ │ ├── Pragma.pm │ │ │ │ ├── Test.pm │ │ │ │ ├── Unknown.pm │ │ │ │ ├── Version.pm │ │ │ │ └── YAML.pm │ │ │ │ ├── ResultFactory.pm │ │ │ │ ├── Scheduler.pm │ │ │ │ ├── Scheduler │ │ │ │ ├── Job.pm │ │ │ │ └── Spinner.pm │ │ │ │ ├── Source.pm │ │ │ │ ├── SourceHandler.pm │ │ │ │ ├── SourceHandler │ │ │ │ ├── Executable.pm │ │ │ │ ├── File.pm │ │ │ │ ├── Handle.pm │ │ │ │ ├── Perl.pm │ │ │ │ └── RawTAP.pm │ │ │ │ └── YAMLish │ │ │ │ ├── Reader.pm │ │ │ │ └── Writer.pm │ │ └── Test │ │ │ └── Harness.pm │ └── t │ │ ├── aggregator.t │ │ ├── bailout.t │ │ ├── base.t │ │ ├── callbacks.t │ │ ├── compat │ │ ├── env.t │ │ ├── env_opts.t │ │ ├── failure.t │ │ ├── inc-propagation.t │ │ ├── inc_taint.t │ │ ├── nonumbers.t │ │ ├── regression.t │ │ ├── subclass.t │ │ ├── switches.t │ │ ├── test-harness-compat.t │ │ └── version.t │ │ ├── console.t │ │ ├── data │ │ ├── catme.1 │ │ ├── proverc │ │ └── sample.yml │ │ ├── env_opts.t │ │ ├── errors.t │ │ ├── file.t │ │ ├── glob-to-regexp.t │ │ ├── grammar.t │ │ ├── harness-bailout.t │ │ ├── harness-subclass.t │ │ ├── harness.t │ │ ├── iterator_factory.t │ │ ├── iterators.t │ │ ├── lib │ │ ├── App │ │ │ └── Prove │ │ │ │ └── Plugin │ │ │ │ ├── Dummy.pm │ │ │ │ └── Dummy2.pm │ │ ├── Dev │ │ │ └── Null.pm │ │ ├── EmptyParser.pm │ │ ├── IO │ │ │ └── c55Capture.pm │ │ ├── MyCustom.pm │ │ ├── MyFileSourceHandler.pm │ │ ├── MyGrammar.pm │ │ ├── MyIterator.pm │ │ ├── MyPerlSourceHandler.pm │ │ ├── MyResult.pm │ │ ├── MyResultFactory.pm │ │ ├── MySourceHandler.pm │ │ ├── NOP.pm │ │ ├── NoFork.pm │ │ └── TAP │ │ │ ├── Harness │ │ │ └── TestSubclass.pm │ │ │ └── Parser │ │ │ └── SubclassTest.pm │ │ ├── multiplexer.t │ │ ├── nested.t │ │ ├── nofork-mux.t │ │ ├── nofork.t │ │ ├── object.t │ │ ├── parse.t │ │ ├── parser-config.t │ │ ├── parser-subclass.t │ │ ├── perl5lib.t │ │ ├── premature-bailout.t │ │ ├── process.t │ │ ├── prove.t │ │ ├── proverc.t │ │ ├── proverc │ │ └── emptyexec │ │ ├── proverun.t │ │ ├── proveversion.t │ │ ├── regression.t │ │ ├── results.t │ │ ├── rulesfile.t │ │ ├── sample-tests │ │ ├── bailout │ │ ├── bignum │ │ ├── bignum_many │ │ ├── combined │ │ ├── combined_compat │ │ ├── delayed │ │ ├── descriptive │ │ ├── descriptive_trailing │ │ ├── die │ │ ├── die_head_end │ │ ├── die_last_minute │ │ ├── die_unfinished │ │ ├── duplicates │ │ ├── echo │ │ ├── empty │ │ ├── escape_eol │ │ ├── escape_hash │ │ ├── head_end │ │ ├── head_fail │ │ ├── inc_taint │ │ ├── junk_before_plan │ │ ├── lone_not_bug │ │ ├── no_nums │ │ ├── no_output │ │ ├── out_err_mix │ │ ├── out_of_order │ │ ├── schwern │ │ ├── schwern-todo-quiet │ │ ├── segfault │ │ ├── sequence_misparse │ │ ├── shbang_misparse │ │ ├── simple │ │ ├── simple_fail │ │ ├── simple_yaml │ │ ├── simple_yaml_missing_version13 │ │ ├── skip │ │ ├── skip_nomsg │ │ ├── skipall │ │ ├── skipall_nomsg │ │ ├── skipall_v13 │ │ ├── space_after_plan │ │ ├── space_after_plan_v13 │ │ ├── stdout_stderr │ │ ├── strict │ │ ├── switches │ │ ├── taint │ │ ├── taint_warn │ │ ├── todo │ │ ├── todo_inline │ │ ├── todo_misparse │ │ ├── too_many │ │ ├── version_good │ │ ├── version_late │ │ ├── version_old │ │ ├── vms_nit │ │ ├── with_comments │ │ ├── yaml_late_plan │ │ └── zero_valid │ │ ├── scheduler.t │ │ ├── source.t │ │ ├── source_handler.t │ │ ├── source_tests │ │ ├── harness │ │ ├── harness_badtap │ │ ├── harness_complain │ │ ├── harness_directives │ │ ├── harness_failure │ │ ├── psql.bat │ │ ├── source │ │ ├── source.1 │ │ ├── source.bat │ │ ├── source.pl │ │ ├── source.sh │ │ ├── source.t │ │ ├── source.tap │ │ ├── source_args.sh │ │ └── test.tap │ │ ├── spool.t │ │ ├── state.t │ │ ├── state_results.t │ │ ├── streams.t │ │ ├── subclass_tests │ │ ├── non_perl_source │ │ └── perl_source │ │ ├── taint.t │ │ ├── testargs.t │ │ ├── unicode.t │ │ ├── yamlish-output.t │ │ ├── yamlish-writer.t │ │ └── yamlish.t ├── Test-Simple │ ├── lib │ │ ├── Test │ │ │ ├── Builder.pm │ │ │ ├── Builder │ │ │ │ ├── Formatter.pm │ │ │ │ ├── IO │ │ │ │ │ └── Scalar.pm │ │ │ │ ├── Module.pm │ │ │ │ ├── Tester.pm │ │ │ │ ├── Tester │ │ │ │ │ └── Color.pm │ │ │ │ └── TodoDiag.pm │ │ │ ├── More.pm │ │ │ ├── Simple.pm │ │ │ ├── Tester.pm │ │ │ ├── Tester │ │ │ │ ├── Capture.pm │ │ │ │ ├── CaptureRunner.pm │ │ │ │ └── Delegate.pm │ │ │ ├── Tutorial.pod │ │ │ └── use │ │ │ │ └── ok.pm │ │ ├── Test2.pm │ │ ├── Test2 │ │ │ ├── API.pm │ │ │ ├── API │ │ │ │ ├── Breakage.pm │ │ │ │ ├── Context.pm │ │ │ │ ├── Instance.pm │ │ │ │ └── Stack.pm │ │ │ ├── Event.pm │ │ │ ├── Event │ │ │ │ ├── Bail.pm │ │ │ │ ├── Diag.pm │ │ │ │ ├── Encoding.pm │ │ │ │ ├── Exception.pm │ │ │ │ ├── Fail.pm │ │ │ │ ├── Generic.pm │ │ │ │ ├── Note.pm │ │ │ │ ├── Ok.pm │ │ │ │ ├── Pass.pm │ │ │ │ ├── Plan.pm │ │ │ │ ├── Skip.pm │ │ │ │ ├── Subtest.pm │ │ │ │ ├── TAP │ │ │ │ │ └── Version.pm │ │ │ │ ├── V2.pm │ │ │ │ └── Waiting.pm │ │ │ ├── EventFacet.pm │ │ │ ├── EventFacet │ │ │ │ ├── About.pm │ │ │ │ ├── Amnesty.pm │ │ │ │ ├── Assert.pm │ │ │ │ ├── Control.pm │ │ │ │ ├── Error.pm │ │ │ │ ├── Hub.pm │ │ │ │ ├── Info.pm │ │ │ │ ├── Info │ │ │ │ │ └── Table.pm │ │ │ │ ├── Meta.pm │ │ │ │ ├── Parent.pm │ │ │ │ ├── Plan.pm │ │ │ │ ├── Render.pm │ │ │ │ └── Trace.pm │ │ │ ├── Formatter.pm │ │ │ ├── Formatter │ │ │ │ └── TAP.pm │ │ │ ├── Hub.pm │ │ │ ├── Hub │ │ │ │ ├── Interceptor.pm │ │ │ │ ├── Interceptor │ │ │ │ │ └── Terminator.pm │ │ │ │ └── Subtest.pm │ │ │ ├── IPC.pm │ │ │ ├── IPC │ │ │ │ ├── Driver.pm │ │ │ │ └── Driver │ │ │ │ │ └── Files.pm │ │ │ ├── Tools │ │ │ │ └── Tiny.pm │ │ │ ├── Transition.pod │ │ │ ├── Util.pm │ │ │ └── Util │ │ │ │ ├── ExternalMeta.pm │ │ │ │ ├── Facets2Legacy.pm │ │ │ │ ├── HashBase.pm │ │ │ │ └── Trace.pm │ │ └── ok.pm │ └── t │ │ ├── HashBase.t │ │ ├── Legacy │ │ ├── 00test_harness_check.t │ │ ├── 01-basic.t │ │ ├── 478-cmp_ok_hash.t │ │ ├── BEGIN_require_ok.t │ │ ├── BEGIN_use_ok.t │ │ ├── Bugs │ │ │ ├── 600.t │ │ │ └── 629.t │ │ ├── Builder │ │ │ ├── Builder.t │ │ │ ├── carp.t │ │ │ ├── create.t │ │ │ ├── current_test.t │ │ │ ├── current_test_without_plan.t │ │ │ ├── details.t │ │ │ ├── done_testing.t │ │ │ ├── done_testing_double.t │ │ │ ├── done_testing_plan_mismatch.t │ │ │ ├── done_testing_with_no_plan.t │ │ │ ├── done_testing_with_number.t │ │ │ ├── done_testing_with_plan.t │ │ │ ├── fork_with_new_stdout.t │ │ │ ├── has_plan.t │ │ │ ├── has_plan2.t │ │ │ ├── is_fh.t │ │ │ ├── is_passing.t │ │ │ ├── maybe_regex.t │ │ │ ├── no_diag.t │ │ │ ├── no_ending.t │ │ │ ├── no_header.t │ │ │ ├── no_plan_at_all.t │ │ │ ├── ok_obj.t │ │ │ ├── output.t │ │ │ ├── reset.t │ │ │ ├── reset_outputs.t │ │ │ └── try.t │ │ ├── More.t │ │ ├── Regression │ │ │ ├── 637.t │ │ │ ├── 683_thread_todo.t │ │ │ ├── 6_cmp_ok.t │ │ │ ├── 736_use_ok.t │ │ │ └── 789-read-only.t │ │ ├── Simple │ │ │ └── load.t │ │ ├── Test2 │ │ │ └── Subtest.t │ │ ├── Tester │ │ │ ├── tbt_01basic.t │ │ │ ├── tbt_02fhrestore.t │ │ │ ├── tbt_03die.t │ │ │ ├── tbt_04line_num.t │ │ │ ├── tbt_05faildiag.t │ │ │ ├── tbt_06errormess.t │ │ │ ├── tbt_07args.t │ │ │ ├── tbt_08subtest.t │ │ │ ├── tbt_09do.t │ │ │ └── tbt_09do_script.pl │ │ ├── auto.t │ │ ├── bad_plan.t │ │ ├── bail_out.t │ │ ├── buffer.t │ │ ├── c_flag.t │ │ ├── capture.t │ │ ├── check_tests.t │ │ ├── circular_data.t │ │ ├── cmp_ok.t │ │ ├── depth.t │ │ ├── diag.t │ │ ├── died.t │ │ ├── dont_overwrite_die_handler.t │ │ ├── eq_set.t │ │ ├── exit.t │ │ ├── explain.t │ │ ├── explain_err_vars.t │ │ ├── extra.t │ │ ├── extra_one.t │ │ ├── fail-like.t │ │ ├── fail-more.t │ │ ├── fail.t │ │ ├── fail_one.t │ │ ├── filehandles.t │ │ ├── fork.t │ │ ├── harness_active.t │ │ ├── import.t │ │ ├── is_deeply_dne_bug.t │ │ ├── is_deeply_fail.t │ │ ├── is_deeply_with_threads.t │ │ ├── missing.t │ │ ├── new_ok.t │ │ ├── no_log_results.t │ │ ├── no_plan.t │ │ ├── no_tests.t │ │ ├── note.t │ │ ├── overload.t │ │ ├── overload_threads.t │ │ ├── plan.t │ │ ├── plan_bad.t │ │ ├── plan_is_noplan.t │ │ ├── plan_no_plan.t │ │ ├── plan_shouldnt_import.t │ │ ├── plan_skip_all.t │ │ ├── require_ok.t │ │ ├── run_test.t │ │ ├── simple.t │ │ ├── skip.t │ │ ├── skipall.t │ │ ├── strays.t │ │ ├── subtest │ │ │ ├── args.t │ │ │ ├── bail_out.t │ │ │ ├── basic.t │ │ │ ├── callback.t │ │ │ ├── die.t │ │ │ ├── do.t │ │ │ ├── events.t │ │ │ ├── for_do_t.test │ │ │ ├── fork.t │ │ │ ├── implicit_done.t │ │ │ ├── line_numbers.t │ │ │ ├── plan.t │ │ │ ├── predicate.t │ │ │ ├── singleton.t │ │ │ ├── threads.t │ │ │ ├── todo.t │ │ │ └── wstat.t │ │ ├── tbm_doesnt_set_exported_to.t │ │ ├── thread_taint.t │ │ ├── threads.t │ │ ├── todo.t │ │ ├── undef.t │ │ ├── use_ok.t │ │ ├── useing.t │ │ ├── utf8.t │ │ └── versions.t │ │ ├── Legacy_And_Test2 │ │ ├── builder_loaded_late.t │ │ ├── diag_event_on_ok.t │ │ ├── hidden_warnings.t │ │ ├── preload_diag_note.t │ │ └── thread_init_warning.t │ │ ├── Test2 │ │ ├── acceptance │ │ │ ├── try_it_done_testing.t │ │ │ ├── try_it_fork.t │ │ │ ├── try_it_no_plan.t │ │ │ ├── try_it_plan.t │ │ │ ├── try_it_skip.t │ │ │ ├── try_it_threads.t │ │ │ └── try_it_todo.t │ │ ├── behavior │ │ │ ├── Formatter.t │ │ │ ├── Subtest_buffer_formatter.t │ │ │ ├── Subtest_callback.t │ │ │ ├── Subtest_events.t │ │ │ ├── Subtest_plan.t │ │ │ ├── Subtest_todo.t │ │ │ ├── Taint.t │ │ │ ├── disable_ipc_a.t │ │ │ ├── disable_ipc_b.t │ │ │ ├── disable_ipc_c.t │ │ │ ├── disable_ipc_d.t │ │ │ ├── err_var.t │ │ │ ├── init_croak.t │ │ │ ├── intercept.t │ │ │ ├── ipc_wait_timeout.t │ │ │ ├── nested_context_exception.t │ │ │ ├── no_load_api.t │ │ │ ├── run_subtest_inherit.t │ │ │ ├── special_names.t │ │ │ ├── subtest_bailout.t │ │ │ ├── trace_signature.t │ │ │ └── uuid.t │ │ ├── legacy │ │ │ └── TAP.t │ │ ├── modules │ │ │ ├── API.t │ │ │ ├── API │ │ │ │ ├── Breakage.t │ │ │ │ ├── Context.t │ │ │ │ ├── Instance.t │ │ │ │ └── Stack.t │ │ │ ├── Event.t │ │ │ ├── Event │ │ │ │ ├── Bail.t │ │ │ │ ├── Diag.t │ │ │ │ ├── Encoding.t │ │ │ │ ├── Exception.t │ │ │ │ ├── Fail.t │ │ │ │ ├── Generic.t │ │ │ │ ├── Note.t │ │ │ │ ├── Ok.t │ │ │ │ ├── Pass.t │ │ │ │ ├── Plan.t │ │ │ │ ├── Skip.t │ │ │ │ ├── Subtest.t │ │ │ │ ├── TAP │ │ │ │ │ └── Version.t │ │ │ │ ├── V2.t │ │ │ │ └── Waiting.t │ │ │ ├── EventFacet.t │ │ │ ├── EventFacet │ │ │ │ ├── About.t │ │ │ │ ├── Amnesty.t │ │ │ │ ├── Assert.t │ │ │ │ ├── Control.t │ │ │ │ ├── Error.t │ │ │ │ ├── Info.t │ │ │ │ ├── Meta.t │ │ │ │ ├── Parent.t │ │ │ │ ├── Plan.t │ │ │ │ └── Trace.t │ │ │ ├── Formatter │ │ │ │ └── TAP.t │ │ │ ├── Hub.t │ │ │ ├── Hub │ │ │ │ ├── Interceptor.t │ │ │ │ ├── Interceptor │ │ │ │ │ └── Terminator.t │ │ │ │ └── Subtest.t │ │ │ ├── IPC.t │ │ │ ├── IPC │ │ │ │ ├── Driver.t │ │ │ │ └── Driver │ │ │ │ │ └── Files.t │ │ │ ├── Tools │ │ │ │ └── Tiny.t │ │ │ ├── Util.t │ │ │ └── Util │ │ │ │ ├── ExternalMeta.t │ │ │ │ ├── Facets2Legacy.t │ │ │ │ └── Trace.t │ │ └── regression │ │ │ ├── 693_ipc_ordering.t │ │ │ ├── 746-forking-subtest.t │ │ │ ├── gh_16.t │ │ │ └── ipc_files_abort_exit.t │ │ ├── lib │ │ ├── Dev │ │ │ └── Null.pm │ │ ├── Dummy.pm │ │ ├── MyOverload.pm │ │ ├── MyTest.pm │ │ ├── NoExporter.pm │ │ ├── SigDie.pm │ │ ├── SkipAll.pm │ │ ├── SmallTest.pm │ │ ├── Test │ │ │ ├── Builder │ │ │ │ └── NoOutput.pm │ │ │ └── Simple │ │ │ │ ├── Catch.pm │ │ │ │ └── sample_tests │ │ │ │ ├── death.plx │ │ │ │ ├── death_in_eval.plx │ │ │ │ ├── death_with_handler.plx │ │ │ │ ├── exit.plx │ │ │ │ ├── extras.plx │ │ │ │ ├── five_fail.plx │ │ │ │ ├── last_minute_death.plx │ │ │ │ ├── missing_done_testing.plx │ │ │ │ ├── one_fail.plx │ │ │ │ ├── one_fail_without_plan.plx │ │ │ │ ├── pre_plan_death.plx │ │ │ │ ├── require.plx │ │ │ │ ├── success.plx │ │ │ │ ├── too_few.plx │ │ │ │ ├── too_few_fail.plx │ │ │ │ └── two_fail.plx │ │ └── TieOut.pm │ │ └── regression │ │ ├── 642_persistent_end.t │ │ ├── 662-tbt-no-plan.t │ │ ├── 684-nested_todo_diag.t │ │ ├── 694_note_diag_return_values.t │ │ ├── 696-intercept_skip_all.t │ │ ├── 721-nested-streamed-subtest.t │ │ ├── 757-reset_in_subtest.t │ │ ├── 812-todo.t │ │ ├── 817-subtest-todo.t │ │ ├── buffered_subtest_plan_buffered.t │ │ ├── builder_does_not_init.t │ │ ├── errors_facet.t │ │ ├── fork_first.t │ │ ├── inherit_trace.t │ │ ├── no_name_in_subtest.t │ │ └── todo_and_facets.t ├── Text-Balanced │ ├── lib │ │ └── Text │ │ │ └── Balanced.pm │ └── t │ │ ├── 01_compile.t │ │ ├── 02_extbrk.t │ │ ├── 03_extcbk.t │ │ ├── 04_extdel.t │ │ ├── 05_extmul.t │ │ ├── 06_extqlk.t │ │ ├── 07_exttag.t │ │ ├── 08_extvar.t │ │ └── 09_gentag.t ├── Text-ParseWords │ ├── lib │ │ └── Text │ │ │ └── ParseWords.pm │ └── t │ │ ├── ParseWords.t │ │ └── taint.t ├── Text-Tabs │ ├── lib │ │ └── Text │ │ │ ├── Tabs.pm │ │ │ └── Wrap.pm │ └── t │ │ ├── 37000.t │ │ ├── 39548.t │ │ ├── 79766.t │ │ ├── Jacobson.t │ │ ├── Jacobson2.t │ │ ├── Jochen.t │ │ ├── Tabs-ElCid.t │ │ ├── Wrap-JLB.t │ │ ├── belg4mit.t │ │ ├── dandv.t │ │ ├── fill.t │ │ ├── sep.t │ │ ├── sep2.t │ │ ├── tabs.t │ │ ├── wrap.t │ │ └── wrap_separator2.t ├── Tie-RefHash │ ├── lib │ │ └── Tie │ │ │ └── RefHash.pm │ └── t │ │ ├── rebless.t │ │ ├── refhash.t │ │ ├── storable.t │ │ └── threaded.t ├── Time-Local │ ├── lib │ │ └── Time │ │ │ └── Local.pm │ └── t │ │ └── Local.t ├── Time-Piece │ ├── Piece.pm │ ├── Piece.xs │ ├── Seconds.pm │ └── t │ │ ├── 01base.t │ │ ├── 02core.t │ │ ├── 02core_dst.t │ │ ├── 03compare.t │ │ ├── 04mjd.t │ │ ├── 05overload.t │ │ ├── 06large.t │ │ ├── 06subclass.t │ │ ├── 07arith.t │ │ ├── 08truncate.t │ │ ├── 09locales.t │ │ ├── 10overload.t │ │ ├── 99legacy.t │ │ └── lib │ │ └── Time │ │ └── Piece │ │ └── Twin.pm ├── Unicode-Collate │ ├── .gitignore │ ├── Collate.pm │ ├── Collate.xs │ ├── Collate │ │ ├── CJK │ │ │ ├── Big5.pm │ │ │ ├── GB2312.pm │ │ │ ├── JISX0208.pm │ │ │ ├── Korean.pm │ │ │ ├── Pinyin.pm │ │ │ ├── Stroke.pm │ │ │ └── Zhuyin.pm │ │ ├── Locale.pm │ │ ├── Locale │ │ │ ├── af.pl │ │ │ ├── ar.pl │ │ │ ├── as.pl │ │ │ ├── az.pl │ │ │ ├── be.pl │ │ │ ├── bn.pl │ │ │ ├── ca.pl │ │ │ ├── cs.pl │ │ │ ├── cu.pl │ │ │ ├── cy.pl │ │ │ ├── da.pl │ │ │ ├── de_at_ph.pl │ │ │ ├── de_phone.pl │ │ │ ├── dsb.pl │ │ │ ├── ee.pl │ │ │ ├── eo.pl │ │ │ ├── es.pl │ │ │ ├── es_trad.pl │ │ │ ├── et.pl │ │ │ ├── fa.pl │ │ │ ├── fi.pl │ │ │ ├── fi_phone.pl │ │ │ ├── fil.pl │ │ │ ├── fo.pl │ │ │ ├── fr_ca.pl │ │ │ ├── gu.pl │ │ │ ├── ha.pl │ │ │ ├── haw.pl │ │ │ ├── he.pl │ │ │ ├── hi.pl │ │ │ ├── hr.pl │ │ │ ├── hu.pl │ │ │ ├── hy.pl │ │ │ ├── ig.pl │ │ │ ├── is.pl │ │ │ ├── ja.pl │ │ │ ├── kk.pl │ │ │ ├── kl.pl │ │ │ ├── kn.pl │ │ │ ├── ko.pl │ │ │ ├── kok.pl │ │ │ ├── lkt.pl │ │ │ ├── ln.pl │ │ │ ├── lt.pl │ │ │ ├── lv.pl │ │ │ ├── mk.pl │ │ │ ├── ml.pl │ │ │ ├── mr.pl │ │ │ ├── mt.pl │ │ │ ├── nb.pl │ │ │ ├── nn.pl │ │ │ ├── nso.pl │ │ │ ├── om.pl │ │ │ ├── or.pl │ │ │ ├── pa.pl │ │ │ ├── pl.pl │ │ │ ├── ro.pl │ │ │ ├── sa.pl │ │ │ ├── se.pl │ │ │ ├── si.pl │ │ │ ├── si_dict.pl │ │ │ ├── sk.pl │ │ │ ├── sl.pl │ │ │ ├── sq.pl │ │ │ ├── sr.pl │ │ │ ├── sv.pl │ │ │ ├── sv_refo.pl │ │ │ ├── ta.pl │ │ │ ├── te.pl │ │ │ ├── th.pl │ │ │ ├── tn.pl │ │ │ ├── to.pl │ │ │ ├── tr.pl │ │ │ ├── ug_cyrl.pl │ │ │ ├── uk.pl │ │ │ ├── ur.pl │ │ │ ├── vi.pl │ │ │ ├── vo.pl │ │ │ ├── wae.pl │ │ │ ├── wo.pl │ │ │ ├── yo.pl │ │ │ ├── zh.pl │ │ │ ├── zh_big5.pl │ │ │ ├── zh_gb.pl │ │ │ ├── zh_pin.pl │ │ │ ├── zh_strk.pl │ │ │ └── zh_zhu.pl │ │ ├── allkeys.txt │ │ └── keys.txt │ ├── Makefile.PL │ ├── mkheader │ └── t │ │ ├── altern.t │ │ ├── backwds.t │ │ ├── cjk_b5.t │ │ ├── cjk_gb.t │ │ ├── cjk_ja.t │ │ ├── cjk_ko.t │ │ ├── cjk_py.t │ │ ├── cjk_st.t │ │ ├── cjk_zy.t │ │ ├── cjkrange.t │ │ ├── compatui.t │ │ ├── contract.t │ │ ├── default.t │ │ ├── hangtype.t │ │ ├── hangul.t │ │ ├── ident.t │ │ ├── iglevel2.t │ │ ├── ignor.t │ │ ├── illegal.t │ │ ├── illegalp.t │ │ ├── index.t │ │ ├── loc_af.t │ │ ├── loc_ar.t │ │ ├── loc_as.t │ │ ├── loc_az.t │ │ ├── loc_be.t │ │ ├── loc_bg.t │ │ ├── loc_bn.t │ │ ├── loc_bs.t │ │ ├── loc_bscy.t │ │ ├── loc_ca.t │ │ ├── loc_cjk.t │ │ ├── loc_cjkc.t │ │ ├── loc_cs.t │ │ ├── loc_cu.t │ │ ├── loc_cy.t │ │ ├── loc_cyrl.t │ │ ├── loc_da.t │ │ ├── loc_de.t │ │ ├── loc_deat.t │ │ ├── loc_deph.t │ │ ├── loc_dsb.t │ │ ├── loc_ee.t │ │ ├── loc_eo.t │ │ ├── loc_es.t │ │ ├── loc_estr.t │ │ ├── loc_et.t │ │ ├── loc_fa.t │ │ ├── loc_fi.t │ │ ├── loc_fil.t │ │ ├── loc_fiph.t │ │ ├── loc_fo.t │ │ ├── loc_fr.t │ │ ├── loc_frca.t │ │ ├── loc_gu.t │ │ ├── loc_ha.t │ │ ├── loc_haw.t │ │ ├── loc_he.t │ │ ├── loc_hi.t │ │ ├── loc_hr.t │ │ ├── loc_hu.t │ │ ├── loc_hy.t │ │ ├── loc_ig.t │ │ ├── loc_is.t │ │ ├── loc_ja.t │ │ ├── loc_jait.t │ │ ├── loc_japr.t │ │ ├── loc_kk.t │ │ ├── loc_kl.t │ │ ├── loc_kn.t │ │ ├── loc_ko.t │ │ ├── loc_kok.t │ │ ├── loc_lkt.t │ │ ├── loc_ln.t │ │ ├── loc_lt.t │ │ ├── loc_lv.t │ │ ├── loc_mk.t │ │ ├── loc_ml.t │ │ ├── loc_mncy.t │ │ ├── loc_mr.t │ │ ├── loc_mt.t │ │ ├── loc_nb.t │ │ ├── loc_nn.t │ │ ├── loc_nso.t │ │ ├── loc_om.t │ │ ├── loc_or.t │ │ ├── loc_pa.t │ │ ├── loc_pl.t │ │ ├── loc_ro.t │ │ ├── loc_ru.t │ │ ├── loc_sa.t │ │ ├── loc_se.t │ │ ├── loc_si.t │ │ ├── loc_sidt.t │ │ ├── loc_sk.t │ │ ├── loc_sl.t │ │ ├── loc_sq.t │ │ ├── loc_sr.t │ │ ├── loc_srla.t │ │ ├── loc_sv.t │ │ ├── loc_svrf.t │ │ ├── loc_sw.t │ │ ├── loc_ta.t │ │ ├── loc_te.t │ │ ├── loc_test.t │ │ ├── loc_th.t │ │ ├── loc_tn.t │ │ ├── loc_to.t │ │ ├── loc_tr.t │ │ ├── loc_ugcy.t │ │ ├── loc_uk.t │ │ ├── loc_ur.t │ │ ├── loc_vi.t │ │ ├── loc_vo.t │ │ ├── loc_wae.t │ │ ├── loc_wo.t │ │ ├── loc_yo.t │ │ ├── loc_zh.t │ │ ├── loc_zhb5.t │ │ ├── loc_zhgb.t │ │ ├── loc_zhpy.t │ │ ├── loc_zhst.t │ │ ├── loc_zhzy.t │ │ ├── nonchar.t │ │ ├── normal.t │ │ ├── notable.t │ │ ├── nushu.t │ │ ├── overcjk0.t │ │ ├── overcjk1.t │ │ ├── override.t │ │ ├── rearrang.t │ │ ├── rewrite.t │ │ ├── tangut.t │ │ ├── test.t │ │ ├── trailwt.t │ │ ├── variable.t │ │ ├── version.t │ │ └── view.t ├── Win32 │ ├── Makefile.PL │ ├── Win32.pm │ ├── Win32.xs │ ├── longpath.inc │ └── t │ │ ├── CodePage.t │ │ ├── CreateFile.t │ │ ├── ExpandEnvironmentStrings.t │ │ ├── GetCurrentThreadId.t │ │ ├── GetFileVersion.t │ │ ├── GetFolderPath.t │ │ ├── GetFullPathName.t │ │ ├── GetLongPathName.t │ │ ├── GetOSName.t │ │ ├── GetOSVersion.t │ │ ├── GetShortPathName.t │ │ ├── GuidGen.t │ │ ├── Names.t │ │ └── Unicode.t ├── Win32API-File │ ├── File.pm │ ├── File.xs │ ├── Makefile.PL │ ├── buffers.h │ ├── cFile.h │ ├── cFile.pc │ ├── const2perl.h │ ├── inc │ │ └── ExtUtils │ │ │ └── Myconst2perl.pm │ ├── t │ │ ├── file.t │ │ └── tie.t │ └── typemap ├── autodie │ ├── lib │ │ ├── Fatal.pm │ │ ├── autodie.pm │ │ └── autodie │ │ │ ├── Scope │ │ │ ├── Guard.pm │ │ │ └── GuardStack.pm │ │ │ ├── Util.pm │ │ │ ├── exception.pm │ │ │ ├── exception │ │ │ └── system.pm │ │ │ ├── hints.pm │ │ │ └── skip.pm │ └── t │ │ ├── 00-load.t │ │ ├── Fatal.t │ │ ├── args.t │ │ ├── autodie.t │ │ ├── autodie_skippy.pm │ │ ├── autodie_test_module.pm │ │ ├── backcompat.t │ │ ├── basic_exceptions.t │ │ ├── binmode.t │ │ ├── blog_hints.t │ │ ├── caller.t │ │ ├── chmod.t │ │ ├── chown.t │ │ ├── context.t │ │ ├── context_lexical.t │ │ ├── core-trampoline-slurp.t │ │ ├── crickey.t │ │ ├── dbmopen.t │ │ ├── eval_error.t │ │ ├── exception_class.t │ │ ├── exceptions.t │ │ ├── exec.t │ │ ├── filehandles.t │ │ ├── fileno.t │ │ ├── flock.t │ │ ├── format-clobber.t │ │ ├── hints.t │ │ ├── hints_insist.t │ │ ├── hints_pod_examples.t │ │ ├── hints_provider_does.t │ │ ├── hints_provider_easy_does_it.t │ │ ├── hints_provider_isa.t │ │ ├── import-into.t │ │ ├── internal-backcompat.t │ │ ├── internal.t │ │ ├── kill.t │ │ ├── lethal.t │ │ ├── lib │ │ ├── Caller_helper.pm │ │ ├── Hints_pod_examples.pm │ │ ├── Hints_provider_does.pm │ │ ├── Hints_provider_easy_does_it.pm │ │ ├── Hints_provider_isa.pm │ │ ├── Hints_test.pm │ │ ├── OtherTypes.pm │ │ ├── Some │ │ │ └── Module.pm │ │ ├── autodie │ │ │ └── test │ │ │ │ ├── au.pm │ │ │ │ ├── au │ │ │ │ └── exception.pm │ │ │ │ ├── badname.pm │ │ │ │ └── missing.pm │ │ ├── lethal.pm │ │ ├── my │ │ │ ├── autodie.pm │ │ │ └── pragma.pm │ │ └── pujHa │ │ │ ├── ghach.pm │ │ │ └── ghach │ │ │ └── Dotlh.pm │ │ ├── mkdir.t │ │ ├── no-default.t │ │ ├── no_carp.t │ │ ├── open.t │ │ ├── read.t │ │ ├── recv.t │ │ ├── repeat.t │ │ ├── rt-74246.t │ │ ├── scope_leak.t │ │ ├── skip.t │ │ ├── string-eval-basic.t │ │ ├── string-eval-leak.t │ │ ├── sysopen.t │ │ ├── touch_me │ │ ├── truncate.t │ │ ├── unlink.t │ │ ├── user-context.t │ │ ├── usersub.t │ │ ├── utf8_open.t │ │ ├── utime.t │ │ ├── version.t │ │ └── version_tag.t ├── bignum │ ├── lib │ │ ├── Math │ │ │ ├── BigFloat │ │ │ │ └── Trace.pm │ │ │ └── BigInt │ │ │ │ └── Trace.pm │ │ ├── bigint.pm │ │ ├── bignum.pm │ │ └── bigrat.pm │ └── t │ │ ├── big_e_pi.t │ │ ├── bigexp.t │ │ ├── bigint.t │ │ ├── bignum.t │ │ ├── bigrat.t │ │ ├── bii_e_pi.t │ │ ├── biinfnan.t │ │ ├── bir_e_pi.t │ │ ├── bn_lite.t │ │ ├── bninfnan.t │ │ ├── br_lite.t │ │ ├── brinfnan.t │ │ ├── in_effect.t │ │ ├── infnan.inc │ │ ├── option_a.t │ │ ├── option_l.t │ │ ├── option_p.t │ │ ├── overrides.t │ │ ├── ratopt_a.t │ │ ├── scope_f.t │ │ ├── scope_i.t │ │ └── scope_r.t ├── experimental │ ├── lib │ │ └── experimental.pm │ └── t │ │ └── basic.t ├── libnet │ ├── Makefile.PL │ ├── lib │ │ └── Net │ │ │ ├── Cmd.pm │ │ │ ├── Config.pm │ │ │ ├── Domain.pm │ │ │ ├── FTP.pm │ │ │ ├── FTP │ │ │ ├── A.pm │ │ │ ├── E.pm │ │ │ ├── I.pm │ │ │ ├── L.pm │ │ │ └── dataconn.pm │ │ │ ├── NNTP.pm │ │ │ ├── Netrc.pm │ │ │ ├── POP3.pm │ │ │ ├── SMTP.pm │ │ │ ├── Time.pm │ │ │ └── libnetFAQ.pod │ └── t │ │ ├── config.t │ │ ├── datasend.t │ │ ├── ftp.t │ │ ├── hostname.t │ │ ├── libnet_t.pl │ │ ├── netrc.t │ │ ├── nntp.t │ │ ├── nntp_ipv6.t │ │ ├── nntp_ssl.t │ │ ├── pop3_ipv6.t │ │ ├── pop3_ssl.t │ │ ├── require.t │ │ ├── smtp.t │ │ ├── smtp_ipv6.t │ │ ├── smtp_ssl.t │ │ └── time.t ├── parent │ ├── lib │ │ └── parent.pm │ └── t │ │ ├── compile-time-file.t │ │ ├── compile-time.t │ │ ├── lib │ │ ├── Dummy.pm │ │ ├── Dummy │ │ │ └── Outside.pm │ │ ├── Dummy2.plugin │ │ ├── FileThatOnlyExistsAsPMC.pmc │ │ └── ReturnsFalse.pm │ │ ├── parent-classfromclassfile.t │ │ ├── parent-classfromfile.t │ │ ├── parent-pmc.t │ │ ├── parent-returns-false.t │ │ ├── parent.t │ │ └── rt62341.t.disabled ├── perlfaq │ ├── .gitignore │ └── lib │ │ ├── perlfaq.pm │ │ ├── perlfaq.pod │ │ ├── perlfaq1.pod │ │ ├── perlfaq2.pod │ │ ├── perlfaq3.pod │ │ ├── perlfaq4.pod │ │ ├── perlfaq5.pod │ │ ├── perlfaq6.pod │ │ ├── perlfaq7.pod │ │ ├── perlfaq8.pod │ │ ├── perlfaq9.pod │ │ └── perlglossary.pod ├── podlators │ ├── .gitignore │ ├── Makefile.PL │ ├── lib │ │ └── Pod │ │ │ ├── Man.pm │ │ │ ├── ParseLink.pm │ │ │ ├── Text.pm │ │ │ └── Text │ │ │ ├── Color.pm │ │ │ ├── Overstrike.pm │ │ │ └── Termcap.pm │ ├── scripts │ │ ├── pod2man.PL │ │ └── pod2text.PL │ └── t │ │ ├── data │ │ ├── basic.cap │ │ ├── basic.clr │ │ ├── basic.man │ │ ├── basic.ovr │ │ ├── basic.pod │ │ ├── basic.txt │ │ ├── perl.conf │ │ ├── snippets │ │ │ ├── README │ │ │ ├── color │ │ │ │ ├── escape-wrapping │ │ │ │ ├── tag-width │ │ │ │ ├── tag-wrapping │ │ │ │ ├── width │ │ │ │ └── wrapping │ │ │ ├── man │ │ │ │ ├── agrave │ │ │ │ ├── backslash-man-ref │ │ │ │ ├── bullet-after-nonbullet │ │ │ │ ├── bullets │ │ │ │ ├── c-in-header │ │ │ │ ├── c-in-name │ │ │ │ ├── cpp │ │ │ │ ├── dollar-magic │ │ │ │ ├── error-die │ │ │ │ ├── error-none │ │ │ │ ├── error-normal │ │ │ │ ├── error-pod │ │ │ │ ├── error-stderr │ │ │ │ ├── error-stderr-opt │ │ │ │ ├── eth │ │ │ │ ├── fixed-font │ │ │ │ ├── fixed-font-in-item │ │ │ │ ├── for-blocks │ │ │ │ ├── hyphen-in-s │ │ │ │ ├── iso-8859-1 │ │ │ │ ├── item-fonts │ │ │ │ ├── link-quoting │ │ │ │ ├── link-to-url │ │ │ │ ├── long-quote │ │ │ │ ├── lquote-and-quote │ │ │ │ ├── lquote-rquote │ │ │ │ ├── markup-in-name │ │ │ │ ├── multiline-x │ │ │ │ ├── name-guesswork │ │ │ │ ├── nested-lists │ │ │ │ ├── newlines-in-c │ │ │ │ ├── non-ascii │ │ │ │ ├── not-bullet │ │ │ │ ├── not-numbers │ │ │ │ ├── nourls │ │ │ │ ├── paired-quotes │ │ │ │ ├── periods │ │ │ │ ├── quote-escaping │ │ │ │ ├── rquote-none │ │ │ │ ├── small-caps-magic │ │ │ │ ├── soft-hyphens │ │ │ │ ├── trailing-space │ │ │ │ ├── true-false │ │ │ │ ├── uppercase-license │ │ │ │ ├── utf8-nonbreaking │ │ │ │ ├── utf8-verbatim │ │ │ │ ├── x-whitespace │ │ │ │ └── x-whitespace-entry │ │ │ ├── overstrike │ │ │ │ ├── tag-width │ │ │ │ └── wrapping │ │ │ ├── termcap │ │ │ │ ├── escape-wrapping │ │ │ │ ├── tag-width │ │ │ │ ├── tag-wrapping │ │ │ │ ├── term-unknown │ │ │ │ ├── width │ │ │ │ └── wrapping │ │ │ └── text │ │ │ │ ├── alt │ │ │ │ ├── c-with-spaces │ │ │ │ ├── code │ │ │ │ ├── cpp │ │ │ │ ├── empty │ │ │ │ ├── error-die │ │ │ │ ├── error-none │ │ │ │ ├── error-normal │ │ │ │ ├── error-pod │ │ │ │ ├── error-stderr │ │ │ │ ├── error-stderr-opt │ │ │ │ ├── for │ │ │ │ ├── iso-8859-1 │ │ │ │ ├── late-encoding │ │ │ │ ├── link-rt │ │ │ │ ├── link-url │ │ │ │ ├── margin │ │ │ │ ├── nonbreaking-space │ │ │ │ ├── nourls │ │ │ │ ├── periods │ │ │ │ ├── quotes-opt │ │ │ │ ├── s-whitespace │ │ │ │ ├── sentence-spacing │ │ │ │ ├── utf8 │ │ │ │ ├── utf8-iso │ │ │ │ └── verbatim │ │ └── termcap │ │ ├── docs │ │ ├── pod-spelling.t │ │ ├── pod.t │ │ ├── spdx-license.t │ │ └── synopsis.t │ │ ├── general │ │ ├── basic.t │ │ ├── filehandle.t │ │ └── pod-parser.t │ │ ├── lib │ │ └── Test │ │ │ ├── Podlators.pm │ │ │ ├── RRA.pm │ │ │ └── RRA │ │ │ ├── Config.pm │ │ │ └── ModuleVersion.pm │ │ ├── man │ │ ├── devise-date.t │ │ ├── devise-title.t │ │ ├── empty.t │ │ ├── heading.t │ │ ├── iso-8859-1.t │ │ ├── no-encode.t │ │ ├── snippets.t │ │ └── utf8-io.t │ │ ├── parselink │ │ └── basic.t │ │ ├── style │ │ ├── minimum-version.t │ │ ├── module-version.t │ │ ├── obsolete-strings.t │ │ └── strict.t │ │ └── text │ │ ├── color.t │ │ ├── invalid.t │ │ ├── iso-8859-1.t │ │ ├── overstrike.t │ │ ├── snippets.t │ │ ├── termcap.t │ │ └── utf8-io.t └── version │ ├── lib │ ├── version.pm │ ├── version.pod │ └── version │ │ ├── Internals.pod │ │ └── regex.pm │ └── t │ ├── 01base.t │ ├── 02derived.t │ ├── 03require.t │ ├── 04strict_lax.t │ ├── 05sigdie.t │ ├── 06noop.t │ ├── 07locale.t │ ├── 08_corelist.t │ ├── 09_list_util.t │ ├── 10_lyon.t │ ├── 11_taint.t │ └── coretests.pm ├── cv.h ├── cygwin └── cygwin.c ├── deb.c ├── dist ├── .gitignore ├── Attribute-Handlers │ ├── Changes │ ├── demo │ │ ├── Demo.pm │ │ ├── Descriptions.pm │ │ ├── MyClass.pm │ │ ├── demo.pl │ │ ├── demo2.pl │ │ ├── demo3.pl │ │ ├── demo4.pl │ │ ├── demo_call.pl │ │ ├── demo_chain.pl │ │ ├── demo_cycle.pl │ │ ├── demo_hashdir.pl │ │ ├── demo_phases.pl │ │ ├── demo_range.pl │ │ └── demo_rawdata.pl │ ├── lib │ │ └── Attribute │ │ │ └── Handlers.pm │ └── t │ │ ├── constants.t │ │ ├── data_convert.t │ │ ├── linerep.t │ │ └── multi.t ├── Carp │ ├── Changes │ ├── Makefile.PL │ ├── README │ ├── lib │ │ ├── Carp.pm │ │ └── Carp │ │ │ └── Heavy.pm │ └── t │ │ ├── Carp.t │ │ ├── Carp_overload.t │ │ ├── Carp_overloadless.t │ │ ├── arg_regexp.t │ │ ├── arg_string.t │ │ ├── baduni.t │ │ ├── baduni_warnings.t │ │ ├── broken_can.t │ │ ├── broken_univ_can.t │ │ ├── errno.t │ │ ├── heavy.t │ │ ├── heavy_mismatch.t │ │ ├── stack_after_err.t │ │ ├── stash_deletion.t │ │ ├── swash.t │ │ ├── vivify_gv.t │ │ ├── vivify_stash.t │ │ └── with_warnings.t ├── Data-Dumper │ ├── Changes │ ├── Dumper.pm │ ├── Dumper.xs │ ├── Todo │ └── t │ │ ├── bless.t │ │ ├── bless_var_method.t │ │ ├── bugs.t │ │ ├── deparse.t │ │ ├── dumper.t │ │ ├── dumpperl.t │ │ ├── freezer.t │ │ ├── freezer_useperl.t │ │ ├── huge.t │ │ ├── indent.t │ │ ├── lib │ │ └── Testing.pm │ │ ├── misc.t │ │ ├── names.t │ │ ├── overload.t │ │ ├── pair.t │ │ ├── perl-74170.t │ │ ├── purity_deepcopy_maxdepth.t │ │ ├── qr.t │ │ ├── quotekeys.t │ │ ├── recurse.t │ │ ├── seen.t │ │ ├── sortkeys.t │ │ ├── sparseseen.t │ │ ├── terse.t │ │ ├── toaster.t │ │ ├── trailing_comma.t │ │ └── values.t ├── Devel-PPPort │ ├── .gitignore │ ├── Changes │ ├── HACKERS │ ├── MANIFEST.SKIP │ ├── Makefile.PL │ ├── PPPort.xs │ ├── PPPort_pm.PL │ ├── RealPPPort_xs.PL │ ├── TODO │ ├── apicheck_c.PL │ ├── devel │ │ ├── buildperl.pl │ │ ├── devtools.pl │ │ ├── mkapidoc.pl │ │ ├── mkppport_fnc.pl │ │ ├── mktodo │ │ ├── mktodo.pl │ │ ├── regenerate │ │ └── scanprov │ ├── mktests.PL │ ├── module2.c │ ├── module3.c │ ├── parts │ │ ├── apicheck.pl │ │ ├── apidoc.fnc │ │ ├── base │ │ │ ├── 5003007 │ │ │ ├── 5004000 │ │ │ ├── 5004001 │ │ │ ├── 5004002 │ │ │ ├── 5004003 │ │ │ ├── 5004004 │ │ │ ├── 5004005 │ │ │ ├── 5005000 │ │ │ ├── 5005001 │ │ │ ├── 5005002 │ │ │ ├── 5005003 │ │ │ ├── 5005004 │ │ │ ├── 5006000 │ │ │ ├── 5006001 │ │ │ ├── 5006002 │ │ │ ├── 5007000 │ │ │ ├── 5007001 │ │ │ ├── 5007002 │ │ │ ├── 5007003 │ │ │ ├── 5008000 │ │ │ ├── 5008001 │ │ │ ├── 5008002 │ │ │ ├── 5008003 │ │ │ ├── 5008004 │ │ │ ├── 5008005 │ │ │ ├── 5008006 │ │ │ ├── 5008007 │ │ │ ├── 5008008 │ │ │ ├── 5008009 │ │ │ ├── 5009000 │ │ │ ├── 5009001 │ │ │ ├── 5009002 │ │ │ ├── 5009003 │ │ │ ├── 5009004 │ │ │ ├── 5009005 │ │ │ ├── 5010000 │ │ │ ├── 5010001 │ │ │ ├── 5011000 │ │ │ ├── 5011001 │ │ │ ├── 5011002 │ │ │ ├── 5011003 │ │ │ ├── 5011004 │ │ │ ├── 5011005 │ │ │ ├── 5012000 │ │ │ ├── 5012001 │ │ │ ├── 5012002 │ │ │ ├── 5012003 │ │ │ ├── 5012004 │ │ │ ├── 5012005 │ │ │ ├── 5013000 │ │ │ ├── 5013001 │ │ │ ├── 5013002 │ │ │ ├── 5013003 │ │ │ ├── 5013004 │ │ │ ├── 5013005 │ │ │ ├── 5013006 │ │ │ ├── 5013007 │ │ │ ├── 5013008 │ │ │ ├── 5013009 │ │ │ ├── 5013010 │ │ │ ├── 5013011 │ │ │ ├── 5014000 │ │ │ ├── 5014001 │ │ │ ├── 5014002 │ │ │ ├── 5014003 │ │ │ ├── 5014004 │ │ │ ├── 5015000 │ │ │ ├── 5015001 │ │ │ ├── 5015002 │ │ │ ├── 5015003 │ │ │ ├── 5015004 │ │ │ ├── 5015005 │ │ │ ├── 5015006 │ │ │ ├── 5015007 │ │ │ ├── 5015008 │ │ │ ├── 5015009 │ │ │ ├── 5016000 │ │ │ ├── 5016001 │ │ │ ├── 5016002 │ │ │ ├── 5016003 │ │ │ ├── 5017000 │ │ │ ├── 5017001 │ │ │ ├── 5017002 │ │ │ ├── 5017003 │ │ │ ├── 5017004 │ │ │ ├── 5017005 │ │ │ ├── 5017006 │ │ │ ├── 5017007 │ │ │ ├── 5017008 │ │ │ ├── 5017009 │ │ │ ├── 5017010 │ │ │ ├── 5017011 │ │ │ ├── 5018000 │ │ │ ├── 5018001 │ │ │ ├── 5018002 │ │ │ ├── 5018003 │ │ │ ├── 5018004 │ │ │ ├── 5019000 │ │ │ ├── 5019001 │ │ │ ├── 5019002 │ │ │ ├── 5019003 │ │ │ ├── 5019004 │ │ │ ├── 5019005 │ │ │ ├── 5019006 │ │ │ ├── 5019007 │ │ │ ├── 5019008 │ │ │ ├── 5019009 │ │ │ ├── 5019010 │ │ │ ├── 5019011 │ │ │ ├── 5020000 │ │ │ ├── 5020001 │ │ │ ├── 5020002 │ │ │ ├── 5020003 │ │ │ ├── 5021000 │ │ │ ├── 5021001 │ │ │ ├── 5021002 │ │ │ ├── 5021003 │ │ │ ├── 5021004 │ │ │ ├── 5021005 │ │ │ ├── 5021006 │ │ │ ├── 5021007 │ │ │ ├── 5021008 │ │ │ ├── 5021009 │ │ │ ├── 5021010 │ │ │ ├── 5021011 │ │ │ ├── 5022000 │ │ │ ├── 5022001 │ │ │ ├── 5022002 │ │ │ ├── 5022003 │ │ │ ├── 5022004 │ │ │ ├── 5023000 │ │ │ ├── 5023001 │ │ │ ├── 5023002 │ │ │ ├── 5023003 │ │ │ ├── 5023004 │ │ │ ├── 5023005 │ │ │ ├── 5023006 │ │ │ ├── 5023007 │ │ │ ├── 5023008 │ │ │ ├── 5023009 │ │ │ ├── 5024000 │ │ │ ├── 5024001 │ │ │ ├── 5024002 │ │ │ ├── 5024003 │ │ │ ├── 5024004 │ │ │ ├── 5025000 │ │ │ ├── 5025001 │ │ │ ├── 5025002 │ │ │ ├── 5025003 │ │ │ ├── 5025004 │ │ │ ├── 5025005 │ │ │ ├── 5025006 │ │ │ ├── 5025007 │ │ │ ├── 5025008 │ │ │ ├── 5025009 │ │ │ ├── 5025010 │ │ │ ├── 5025011 │ │ │ ├── 5025012 │ │ │ ├── 5026000 │ │ │ ├── 5026001 │ │ │ ├── 5026002 │ │ │ ├── 5026003 │ │ │ ├── 5027000 │ │ │ ├── 5027001 │ │ │ ├── 5027002 │ │ │ ├── 5027003 │ │ │ ├── 5027004 │ │ │ ├── 5027005 │ │ │ ├── 5027006 │ │ │ ├── 5027007 │ │ │ ├── 5027008 │ │ │ ├── 5027009 │ │ │ ├── 5027010 │ │ │ ├── 5027011 │ │ │ ├── 5028000 │ │ │ ├── 5028001 │ │ │ ├── 5029000 │ │ │ ├── 5029001 │ │ │ ├── 5029002 │ │ │ ├── 5029003 │ │ │ ├── 5029004 │ │ │ ├── 5029005 │ │ │ ├── 5029006 │ │ │ ├── 5029007 │ │ │ ├── 5029008 │ │ │ ├── 5029009 │ │ │ ├── 5029010 │ │ │ ├── 5030000 │ │ │ ├── 5031001 │ │ │ ├── 5031002 │ │ │ ├── 5031003 │ │ │ ├── 5031004 │ │ │ ├── 5031005 │ │ │ ├── 5031006 │ │ │ ├── 5031007 │ │ │ └── 5031008 │ │ ├── embed.fnc │ │ ├── inc │ │ │ ├── 01_test │ │ │ ├── HvNAME │ │ │ ├── MY_CXT │ │ │ ├── SvPV │ │ │ ├── SvREFCNT │ │ │ ├── Sv_set │ │ │ ├── call │ │ │ ├── cop │ │ │ ├── exception │ │ │ ├── format │ │ │ ├── grok │ │ │ ├── gv │ │ │ ├── inctools │ │ │ ├── limits │ │ │ ├── locale │ │ │ ├── mPUSH │ │ │ ├── magic │ │ │ ├── magic_defs │ │ │ ├── memory │ │ │ ├── mess │ │ │ ├── misc │ │ │ ├── newCONSTSUB │ │ │ ├── newRV │ │ │ ├── newSV_type │ │ │ ├── newSVpv │ │ │ ├── podtest │ │ │ ├── ppphbin │ │ │ ├── ppphdoc │ │ │ ├── ppphtest │ │ │ ├── pv_tools │ │ │ ├── pvs │ │ │ ├── shared_pv │ │ │ ├── snprintf │ │ │ ├── sprintf │ │ │ ├── strlfuncs │ │ │ ├── subparse │ │ │ ├── sv_xpvf │ │ │ ├── threads │ │ │ ├── utf8 │ │ │ ├── uv │ │ │ ├── variables │ │ │ ├── version │ │ │ └── warn │ │ ├── ppport.fnc │ │ ├── ppptools.pl │ │ └── todo │ │ │ ├── 5003007 │ │ │ ├── 5004000 │ │ │ ├── 5004001 │ │ │ ├── 5004002 │ │ │ ├── 5004003 │ │ │ ├── 5004004 │ │ │ ├── 5004005 │ │ │ ├── 5005000 │ │ │ ├── 5005001 │ │ │ ├── 5005002 │ │ │ ├── 5005003 │ │ │ ├── 5005004 │ │ │ ├── 5006000 │ │ │ ├── 5006001 │ │ │ ├── 5006002 │ │ │ ├── 5007000 │ │ │ ├── 5007001 │ │ │ ├── 5007002 │ │ │ ├── 5007003 │ │ │ ├── 5008000 │ │ │ ├── 5008001 │ │ │ ├── 5008002 │ │ │ ├── 5008003 │ │ │ ├── 5008004 │ │ │ ├── 5008005 │ │ │ ├── 5008006 │ │ │ ├── 5008007 │ │ │ ├── 5008008 │ │ │ ├── 5008009 │ │ │ ├── 5009000 │ │ │ ├── 5009001 │ │ │ ├── 5009002 │ │ │ ├── 5009003 │ │ │ ├── 5009004 │ │ │ ├── 5009005 │ │ │ ├── 5010000 │ │ │ ├── 5010001 │ │ │ ├── 5011000 │ │ │ ├── 5011001 │ │ │ ├── 5011002 │ │ │ ├── 5011003 │ │ │ ├── 5011004 │ │ │ ├── 5011005 │ │ │ ├── 5012000 │ │ │ ├── 5012001 │ │ │ ├── 5012002 │ │ │ ├── 5012003 │ │ │ ├── 5012004 │ │ │ ├── 5012005 │ │ │ ├── 5013000 │ │ │ ├── 5013001 │ │ │ ├── 5013002 │ │ │ ├── 5013003 │ │ │ ├── 5013004 │ │ │ ├── 5013005 │ │ │ ├── 5013006 │ │ │ ├── 5013007 │ │ │ ├── 5013008 │ │ │ ├── 5013009 │ │ │ ├── 5013010 │ │ │ ├── 5013011 │ │ │ ├── 5014000 │ │ │ ├── 5014001 │ │ │ ├── 5014002 │ │ │ ├── 5014003 │ │ │ ├── 5014004 │ │ │ ├── 5015000 │ │ │ ├── 5015001 │ │ │ ├── 5015002 │ │ │ ├── 5015003 │ │ │ ├── 5015004 │ │ │ ├── 5015005 │ │ │ ├── 5015006 │ │ │ ├── 5015007 │ │ │ ├── 5015008 │ │ │ ├── 5015009 │ │ │ ├── 5016000 │ │ │ ├── 5016001 │ │ │ ├── 5016002 │ │ │ ├── 5016003 │ │ │ ├── 5017000 │ │ │ ├── 5017001 │ │ │ ├── 5017002 │ │ │ ├── 5017003 │ │ │ ├── 5017004 │ │ │ ├── 5017005 │ │ │ ├── 5017006 │ │ │ ├── 5017007 │ │ │ ├── 5017008 │ │ │ ├── 5017009 │ │ │ ├── 5017010 │ │ │ ├── 5017011 │ │ │ ├── 5018000 │ │ │ ├── 5018001 │ │ │ ├── 5018002 │ │ │ ├── 5018003 │ │ │ ├── 5018004 │ │ │ ├── 5019000 │ │ │ ├── 5019001 │ │ │ ├── 5019002 │ │ │ ├── 5019003 │ │ │ ├── 5019004 │ │ │ ├── 5019005 │ │ │ ├── 5019006 │ │ │ ├── 5019007 │ │ │ ├── 5019008 │ │ │ ├── 5019009 │ │ │ ├── 5019010 │ │ │ ├── 5019011 │ │ │ ├── 5020000 │ │ │ ├── 5020001 │ │ │ ├── 5020002 │ │ │ ├── 5020003 │ │ │ ├── 5021000 │ │ │ ├── 5021001 │ │ │ ├── 5021002 │ │ │ ├── 5021003 │ │ │ ├── 5021004 │ │ │ ├── 5021005 │ │ │ ├── 5021006 │ │ │ ├── 5021007 │ │ │ ├── 5021008 │ │ │ ├── 5021009 │ │ │ ├── 5021010 │ │ │ ├── 5021011 │ │ │ ├── 5022000 │ │ │ ├── 5022001 │ │ │ ├── 5022002 │ │ │ ├── 5022003 │ │ │ ├── 5022004 │ │ │ ├── 5023000 │ │ │ ├── 5023001 │ │ │ ├── 5023002 │ │ │ ├── 5023003 │ │ │ ├── 5023004 │ │ │ ├── 5023005 │ │ │ ├── 5023006 │ │ │ ├── 5023007 │ │ │ ├── 5023008 │ │ │ ├── 5023009 │ │ │ ├── 5024000 │ │ │ ├── 5024001 │ │ │ ├── 5024002 │ │ │ ├── 5024003 │ │ │ ├── 5024004 │ │ │ ├── 5025000 │ │ │ ├── 5025001 │ │ │ ├── 5025002 │ │ │ ├── 5025003 │ │ │ ├── 5025004 │ │ │ ├── 5025005 │ │ │ ├── 5025006 │ │ │ ├── 5025007 │ │ │ ├── 5025008 │ │ │ ├── 5025009 │ │ │ ├── 5025010 │ │ │ ├── 5025011 │ │ │ ├── 5025012 │ │ │ ├── 5026000 │ │ │ ├── 5026001 │ │ │ ├── 5026002 │ │ │ ├── 5026003 │ │ │ ├── 5027000 │ │ │ ├── 5027001 │ │ │ ├── 5027002 │ │ │ ├── 5027003 │ │ │ ├── 5027004 │ │ │ ├── 5027005 │ │ │ ├── 5027006 │ │ │ ├── 5027007 │ │ │ ├── 5027008 │ │ │ ├── 5027009 │ │ │ ├── 5027010 │ │ │ ├── 5027011 │ │ │ ├── 5028000 │ │ │ ├── 5028001 │ │ │ ├── 5029000 │ │ │ ├── 5029001 │ │ │ ├── 5029002 │ │ │ ├── 5029003 │ │ │ ├── 5029004 │ │ │ ├── 5029005 │ │ │ ├── 5029006 │ │ │ ├── 5029007 │ │ │ ├── 5029008 │ │ │ ├── 5029009 │ │ │ ├── 5029010 │ │ │ ├── 5030000 │ │ │ ├── 5031001 │ │ │ ├── 5031002 │ │ │ ├── 5031003 │ │ │ ├── 5031004 │ │ │ ├── 5031005 │ │ │ ├── 5031006 │ │ │ ├── 5031007 │ │ │ └── 5031008 │ ├── ppport_h.PL │ ├── soak │ ├── t │ │ ├── 01_test.t │ │ ├── HvNAME.t │ │ ├── MY_CXT.t │ │ ├── SvPV.t │ │ ├── SvREFCNT.t │ │ ├── Sv_set.t │ │ ├── call.t │ │ ├── cop.t │ │ ├── exception.t │ │ ├── format.t │ │ ├── grok.t │ │ ├── gv.t │ │ ├── limits.t │ │ ├── locale.t │ │ ├── mPUSH.t │ │ ├── magic.t │ │ ├── memory.t │ │ ├── mess.t │ │ ├── misc.t │ │ ├── newCONSTSUB.t │ │ ├── newRV.t │ │ ├── newSV_type.t │ │ ├── newSVpv.t │ │ ├── podtest.t │ │ ├── ppphtest.t │ │ ├── pv_tools.t │ │ ├── pvs.t │ │ ├── shared_pv.t │ │ ├── snprintf.t │ │ ├── sprintf.t │ │ ├── strlfuncs.t │ │ ├── sv_xpvf.t │ │ ├── testutil.pl │ │ ├── threads.t │ │ ├── utf8.t │ │ ├── uv.t │ │ ├── variables.t │ │ └── warn.t │ └── typemap ├── Devel-SelfStubber │ ├── lib │ │ └── Devel │ │ │ └── SelfStubber.pm │ └── t │ │ └── Devel-SelfStubber.t ├── Dumpvalue │ ├── lib │ │ └── Dumpvalue.pm │ └── t │ │ ├── Dumpvalue.t │ │ ├── extend-coverage.t │ │ ├── lib │ │ └── TieOut.pm │ │ └── rt-134441-dumpvalue.t ├── Env │ ├── lib │ │ └── Env.pm │ └── t │ │ ├── array.t │ │ └── env.t ├── Exporter │ ├── lib │ │ ├── Exporter.pm │ │ └── Exporter │ │ │ └── Heavy.pm │ └── t │ │ ├── Exporter.t │ │ └── warn.t ├── ExtUtils-CBuilder │ ├── Changes │ ├── LICENSE │ ├── Makefile.PL │ ├── README.patching │ ├── README.release │ ├── lib │ │ └── ExtUtils │ │ │ ├── CBuilder.pm │ │ │ └── CBuilder │ │ │ ├── Base.pm │ │ │ └── Platform │ │ │ ├── Unix.pm │ │ │ ├── VMS.pm │ │ │ ├── Windows.pm │ │ │ ├── Windows │ │ │ ├── BCC.pm │ │ │ ├── GCC.pm │ │ │ └── MSVC.pm │ │ │ ├── aix.pm │ │ │ ├── android.pm │ │ │ ├── cygwin.pm │ │ │ ├── darwin.pm │ │ │ ├── dec_osf.pm │ │ │ └── os2.pm │ └── t │ │ ├── 00-have-compiler.t │ │ ├── 01-basic.t │ │ ├── 02-link.t │ │ ├── 03-cplusplus.t │ │ └── 04-base.t ├── ExtUtils-ParseXS │ ├── Changes │ ├── lib │ │ ├── ExtUtils │ │ │ ├── ParseXS.pm │ │ │ ├── ParseXS.pod │ │ │ ├── ParseXS │ │ │ │ ├── Constants.pm │ │ │ │ ├── CountLines.pm │ │ │ │ ├── Eval.pm │ │ │ │ └── Utilities.pm │ │ │ ├── Typemaps.pm │ │ │ ├── Typemaps │ │ │ │ ├── Cmd.pm │ │ │ │ ├── InputMap.pm │ │ │ │ ├── OutputMap.pm │ │ │ │ └── Type.pm │ │ │ └── xsubpp │ │ ├── perlxs.pod │ │ ├── perlxstut.pod │ │ └── perlxstypemap.pod │ └── t │ │ ├── 001-basic.t │ │ ├── 002-more.t │ │ ├── 003-usage.t │ │ ├── 101-standard_typemap_locations.t │ │ ├── 102-trim_whitespace.t │ │ ├── 103-tidy_type.t │ │ ├── 104-map_type.t │ │ ├── 105-valid_proto_string.t │ │ ├── 106-process_typemaps.t │ │ ├── 108-map_type.t │ │ ├── 109-standard_XS_defs.t │ │ ├── 110-assign_func_args.t │ │ ├── 111-analyze_preprocessor_statements.t │ │ ├── 112-set_cond.t │ │ ├── 113-check_cond_preproc_statements.t │ │ ├── 114-blurt_death_Warn.t │ │ ├── 115-avoid-noise.t │ │ ├── 501-t-compile.t │ │ ├── 510-t-bare.t │ │ ├── 511-t-whitespace.t │ │ ├── 512-t-file.t │ │ ├── 513-t-merge.t │ │ ├── 514-t-embed.t │ │ ├── 515-t-cmd.t │ │ ├── 516-t-clone.t │ │ ├── 517-t-targetable.t │ │ ├── 600-t-compat.t │ │ ├── XSInclude.xsh │ │ ├── XSMore.xs │ │ ├── XSTest.pm │ │ ├── XSTest.xs │ │ ├── XSUsage.pm │ │ ├── XSUsage.xs │ │ ├── XSWarn.xs │ │ ├── data │ │ ├── b.typemap │ │ ├── combined.typemap │ │ ├── confl_repl.typemap │ │ ├── confl_skip.typemap │ │ ├── conflicting.typemap │ │ ├── other.typemap │ │ ├── perl.typemap │ │ └── simple.typemap │ │ ├── lib │ │ ├── ExtUtils │ │ │ └── Typemaps │ │ │ │ └── Test.pm │ │ ├── IncludeTester.pm │ │ ├── PrimitiveCapture.pm │ │ └── TypemapTest │ │ │ └── Foo.pm │ │ ├── pseudotypemap1 │ │ └── typemap ├── Filter-Simple │ ├── lib │ │ └── Filter │ │ │ └── Simple.pm │ └── t │ │ ├── code_no_comments.t │ │ ├── data.t │ │ ├── export.t │ │ ├── filter.t │ │ ├── filter_only.t │ │ ├── import.t │ │ ├── lib │ │ └── Filter │ │ │ └── Simple │ │ │ ├── CodeNoComments.pm │ │ │ ├── ExeNoComments.pm │ │ │ ├── ExportTest.pm │ │ │ ├── FilterOnlyTest.pm │ │ │ ├── FilterTest.pm │ │ │ └── ImportTest.pm │ │ └── no.t ├── FindBin │ ├── lib │ │ └── FindBin.pm │ └── t │ │ └── FindBin.t ├── I18N-Collate │ ├── lib │ │ └── I18N │ │ │ └── Collate.pm │ └── t │ │ └── I18N-Collate.t ├── I18N-LangTags │ ├── ChangeLog │ ├── README │ ├── lib │ │ └── I18N │ │ │ ├── LangTags.pm │ │ │ └── LangTags │ │ │ ├── Detect.pm │ │ │ └── List.pm │ └── t │ │ ├── 01_about_verbose.t │ │ ├── 05_main.t │ │ ├── 07_listy.t │ │ ├── 10_http.t │ │ ├── 20_locales.t │ │ ├── 50_super.t │ │ ├── 55_supers_strict.t │ │ └── 80_all_env.t ├── IO │ ├── .gitignore │ ├── ChangeLog │ ├── IO.pm │ ├── IO.xs │ ├── Makefile.PL │ ├── README │ ├── hints │ │ └── sco.pl │ ├── lib │ │ └── IO │ │ │ ├── Dir.pm │ │ │ ├── File.pm │ │ │ ├── Handle.pm │ │ │ ├── Pipe.pm │ │ │ ├── Poll.pm │ │ │ ├── Seekable.pm │ │ │ ├── Select.pm │ │ │ ├── Socket.pm │ │ │ └── Socket │ │ │ ├── INET.pm │ │ │ └── UNIX.pm │ ├── poll.c │ ├── poll.h │ └── t │ │ ├── IO.t │ │ ├── cachepropagate-tcp.t │ │ ├── cachepropagate-udp.t │ │ ├── cachepropagate-unix.t │ │ ├── gh17447.t │ │ ├── io_const.t │ │ ├── io_dir.t │ │ ├── io_dup.t │ │ ├── io_file.t │ │ ├── io_file_export.t │ │ ├── io_getline.t │ │ ├── io_leak.t │ │ ├── io_linenum.t │ │ ├── io_multihomed.t │ │ ├── io_pipe.t │ │ ├── io_poll.t │ │ ├── io_sel.t │ │ ├── io_sock.t │ │ ├── io_taint.t │ │ ├── io_tell.t │ │ ├── io_udp.t │ │ ├── io_unix.t │ │ ├── io_utf8.t │ │ ├── io_utf8argv.t │ │ └── io_xs.t ├── Locale-Maketext │ ├── ChangeLog │ ├── README │ ├── lib │ │ └── Locale │ │ │ ├── Maketext.pm │ │ │ ├── Maketext.pod │ │ │ └── Maketext │ │ │ ├── Cookbook.pod │ │ │ ├── Guts.pm │ │ │ ├── GutsLoader.pm │ │ │ └── TPJ13.pod │ └── t │ │ ├── 01_about_verbose.t │ │ ├── 04_use_external_lex_cache.t │ │ ├── 09_compile.t │ │ ├── 10_make.t │ │ ├── 20_get.t │ │ ├── 30_eval_dollar_at.t │ │ ├── 40_super.t │ │ ├── 50_super.t │ │ ├── 60_super.t │ │ ├── 70_fail_auto.t │ │ ├── 90_utf8.t │ │ ├── 91_backslash.t │ │ ├── 92_blacklist.t │ │ └── 93_whitelist.t ├── Module-CoreList │ ├── Changes │ ├── MANIFEST │ ├── Makefile.PL │ ├── README │ ├── corelist │ ├── identify-dependencies │ ├── lib │ │ └── Module │ │ │ ├── CoreList.pm │ │ │ ├── CoreList.pod │ │ │ └── CoreList │ │ │ └── Utils.pm │ └── t │ │ ├── corelist.t │ │ ├── deprecated.t │ │ ├── find_modules.t │ │ ├── is_core.t │ │ ├── maintainer.t │ │ ├── pod.t │ │ └── utils.t ├── Net-Ping │ ├── Changes │ ├── lib │ │ └── Net │ │ │ └── Ping.pm │ └── t │ │ ├── 000_load.t │ │ ├── 001_new.t │ │ ├── 010_pingecho.t │ │ ├── 110_icmp_inst.t │ │ ├── 120_udp_inst.t │ │ ├── 130_tcp_inst.t │ │ ├── 140_stream_inst.t │ │ ├── 150_syn_inst.t │ │ ├── 190_alarm.t │ │ ├── 200_ping_tcp.t │ │ ├── 250_ping_hires.t │ │ ├── 300_ping_stream.t │ │ ├── 400_ping_syn.t │ │ ├── 410_syn_host.t │ │ ├── 420_ping_syn_port.t │ │ ├── 450_service.t │ │ ├── 500_ping_icmp.t │ │ ├── 501_ping_icmpv6.t │ │ ├── 510_ping_udp.t │ │ └── 520_icmp_ttl.t ├── PathTools │ ├── .gitignore │ ├── Changes │ ├── Cwd.pm │ ├── Cwd.xs │ ├── MANIFEST │ ├── META.json │ ├── META.yml │ ├── Makefile.PL │ ├── lib │ │ └── File │ │ │ ├── Spec.pm │ │ │ └── Spec │ │ │ ├── AmigaOS.pm │ │ │ ├── Cygwin.pm │ │ │ ├── Epoc.pm │ │ │ ├── Functions.pm │ │ │ ├── Mac.pm │ │ │ ├── OS2.pm │ │ │ ├── Unix.pm │ │ │ ├── VMS.pm │ │ │ └── Win32.pm │ └── t │ │ ├── Functions.t │ │ ├── Spec-taint.t │ │ ├── Spec.t │ │ ├── abs2rel.t │ │ ├── crossplatform.t │ │ ├── cwd.t │ │ ├── cwd_enoent.t │ │ ├── rel2abs2rel.t │ │ ├── taint.t │ │ ├── tmpdir.t │ │ └── win32.t ├── Safe │ ├── Changes │ ├── MANIFEST │ ├── META.yml │ ├── Makefile.PL │ ├── README │ ├── Safe.pm │ └── t │ │ ├── safe1.t │ │ ├── safe2.t │ │ ├── safe3.t │ │ ├── safeload.t │ │ ├── safenamedcap.t │ │ ├── safeops.t │ │ ├── saferegexp.t │ │ ├── safesecurity.t │ │ ├── safesort.t │ │ ├── safeuniversal.t │ │ ├── safeutf8.t │ │ └── safewrap.t ├── Search-Dict │ ├── Changes │ ├── Makefile.PL │ ├── README.patching │ ├── README.release │ ├── lib │ │ └── Search │ │ │ └── Dict.pm │ └── t │ │ └── Dict.t ├── SelfLoader │ ├── lib │ │ └── SelfLoader.pm │ └── t │ │ ├── 01SelfLoader.t │ │ ├── 02SelfLoader-buggy.t │ │ └── 03taint.t ├── Storable │ ├── ChangeLog │ ├── MANIFEST │ ├── Makefile.PL │ ├── README │ ├── Storable.pm │ ├── Storable.xs │ ├── hints │ │ ├── gnukfreebsd.pl │ │ ├── gnuknetbsd.pl │ │ ├── hpux.pl │ │ └── linux.pl │ ├── stacksize │ └── t │ │ ├── CVE-2015-1592.t │ │ ├── HAS_ATTACH.pm │ │ ├── HAS_HOOK.pm │ │ ├── HAS_OVERLOAD.pm │ │ ├── attach.t │ │ ├── attach_errors.t │ │ ├── attach_singleton.t │ │ ├── blessed.t │ │ ├── canonical.t │ │ ├── circular_hook.t │ │ ├── code.t │ │ ├── compat01.t │ │ ├── compat06.t │ │ ├── croak.t │ │ ├── dclone.t │ │ ├── destroy.t │ │ ├── downgrade.t │ │ ├── file_magic.t │ │ ├── flags.t │ │ ├── forgive.t │ │ ├── freeze.t │ │ ├── huge.t │ │ ├── hugeids.t │ │ ├── integer.t │ │ ├── interwork56.t │ │ ├── just_plain_nasty.t │ │ ├── leaks.t │ │ ├── lock.t │ │ ├── make_56_interwork.pl │ │ ├── make_downgrade.pl │ │ ├── make_overload.pl │ │ ├── malice.t │ │ ├── overload.t │ │ ├── recurse.t │ │ ├── regexp.t │ │ ├── restrict.t │ │ ├── retrieve.t │ │ ├── robust.t │ │ ├── sig_die.t │ │ ├── st-dump.pl │ │ ├── store.t │ │ ├── testlib.pl │ │ ├── threads.t │ │ ├── tied.t │ │ ├── tied_hook.t │ │ ├── tied_items.t │ │ ├── tied_reify.t │ │ ├── tied_store.t │ │ ├── utf8.t │ │ ├── utf8hash.t │ │ └── weak.t ├── Term-Complete │ ├── lib │ │ └── Term │ │ │ └── Complete.pm │ └── t │ │ └── Complete.t ├── Term-ReadLine │ ├── lib │ │ └── Term │ │ │ └── ReadLine.pm │ └── t │ │ ├── AE.t │ │ ├── AETk.t │ │ ├── ReadLine-STDERR.t │ │ ├── ReadLine.t │ │ └── Tk.t ├── Test │ ├── lib │ │ └── Test.pm │ └── t │ │ ├── 05_about_verbose.t │ │ ├── fail.t │ │ ├── mix.t │ │ ├── multiline.t │ │ ├── onfail.t │ │ ├── qr.t │ │ ├── skip.t │ │ ├── success.t │ │ └── todo.t ├── Text-Abbrev │ ├── lib │ │ └── Text │ │ │ └── Abbrev.pm │ └── t │ │ └── Abbrev.t ├── Thread-Queue │ ├── lib │ │ └── Thread │ │ │ └── Queue.pm │ └── t │ │ ├── 01_basic.t │ │ ├── 02_refs.t │ │ ├── 03_peek.t │ │ ├── 04_errs.t │ │ ├── 05_extract.t │ │ ├── 06_insert.t │ │ ├── 07_lock.t │ │ ├── 08_nothreads.t │ │ ├── 09_ended.t │ │ ├── 10_timed.t │ │ └── 11_limit.t ├── Thread-Semaphore │ ├── lib │ │ └── Thread │ │ │ └── Semaphore.pm │ └── t │ │ ├── 01_basic.t │ │ ├── 02_errs.t │ │ ├── 03_nothreads.t │ │ ├── 04_nonblocking.t │ │ ├── 05_force.t │ │ └── 06_timed.t ├── Tie-File │ ├── ChangeLog │ ├── lib │ │ └── Tie │ │ │ └── File.pm │ └── t │ │ ├── 01_gen.t │ │ ├── 02_fetchsize.t │ │ ├── 03_longfetch.t │ │ ├── 04_splice.t │ │ ├── 05_size.t │ │ ├── 06_fixrec.t │ │ ├── 07_rv_splice.t │ │ ├── 08_ro.t │ │ ├── 09_gen_rs.t │ │ ├── 10_splice_rs.t │ │ ├── 11_rv_splice_rs.t │ │ ├── 12_longfetch_rs.t │ │ ├── 13_size_rs.t │ │ ├── 14_lock.t │ │ ├── 15_pushpop.t │ │ ├── 16_handle.t │ │ ├── 17_misc_meth.t │ │ ├── 18_rs_fixrec.t │ │ ├── 19_cache.t │ │ ├── 20_cache_full.t │ │ ├── 21_win32.t │ │ ├── 22_autochomp.t │ │ ├── 23_rv_ac_splice.t │ │ ├── 24_cache_loop.t │ │ ├── 25_gen_nocache.t │ │ ├── 26_twrite.t │ │ ├── 27_iwrite.t │ │ ├── 28_mtwrite.t │ │ ├── 29_downcopy.t │ │ ├── 29a_upcopy.t │ │ ├── 30_defer.t │ │ ├── 31_autodefer.t │ │ ├── 32_defer_misc.t │ │ ├── 33_defer_vs.t │ │ ├── 40_abs_cache.t │ │ ├── 41_heap.t │ │ ├── 42_offset.t │ │ └── 43_synopsis.t ├── Time-HiRes │ ├── Changes │ ├── HiRes.pm │ ├── HiRes.xs │ ├── Makefile.PL │ ├── fallback │ │ ├── const-c.inc │ │ └── const-xs.inc │ ├── hints │ │ ├── aix.pl │ │ ├── dec_osf.pl │ │ ├── dynixptx.pl │ │ ├── irix.pl │ │ ├── linux.pl │ │ ├── sco.pl │ │ ├── solaris.pl │ │ └── svr4.pl │ ├── t │ │ ├── Watchdog.pm │ │ ├── alarm.t │ │ ├── clock.t │ │ ├── gettimeofday.t │ │ ├── itimer.t │ │ ├── nanosleep.t │ │ ├── sleep.t │ │ ├── stat.t │ │ ├── time.t │ │ ├── tv_interval.t │ │ ├── ualarm.t │ │ ├── usleep.t │ │ └── utime.t │ └── typemap ├── Unicode-Normalize │ ├── .gitignore │ ├── Changes │ ├── Makefile.PL │ ├── Normalize.pm │ ├── Normalize.xs │ ├── mkheader │ └── t │ │ ├── fcdc.t │ │ ├── form.t │ │ ├── func.t │ │ ├── illegal.t │ │ ├── norm.t │ │ ├── null.t │ │ ├── partial1.t │ │ ├── partial2.t │ │ ├── proto.t │ │ ├── split.t │ │ ├── test.t │ │ └── tie.t ├── XSLoader │ ├── .gitignore │ ├── Makefile.PL │ ├── XSLoader_pm.PL │ └── t │ │ └── XSLoader.t ├── autouse │ ├── lib │ │ └── autouse.pm │ └── t │ │ ├── autouse.t │ │ └── lib │ │ ├── MyTestModule.pm │ │ └── MyTestModule2.pm ├── base │ ├── Changes │ ├── Makefile.PL │ ├── lib │ │ ├── base.pm │ │ └── fields.pm │ └── t │ │ ├── base-open-chunk.t │ │ ├── base-open-line.t │ │ ├── base.t │ │ ├── compile-time.t │ │ ├── core-global.t │ │ ├── fields-5_6_0.t │ │ ├── fields-5_8_0.t │ │ ├── fields-base.t │ │ ├── fields.t │ │ ├── incdot.t │ │ ├── isa.t │ │ ├── lib │ │ ├── BaseIncMandatory.pm │ │ ├── BaseIncOptional.pm │ │ ├── Broken.pm │ │ ├── Dummy.pm │ │ └── HasSigDie.pm │ │ ├── sigdie.t │ │ ├── version.t │ │ └── warnings.t ├── constant │ ├── lib │ │ └── constant.pm │ └── t │ │ ├── constant.t │ │ └── utf8.t ├── encoding-warnings │ ├── lib │ │ └── encoding │ │ │ └── warnings.pm │ └── t │ │ ├── 1-warning.t │ │ ├── 2-fatal.t │ │ ├── 3-normal.t │ │ └── 4-lexical.t ├── if │ ├── Changes │ ├── MANIFEST │ ├── META.json │ ├── META.yml │ ├── if.pm │ └── t │ │ └── if.t ├── lib │ ├── .gitignore │ ├── Makefile.PL │ ├── lib_pm.PL │ └── t │ │ └── 01lib.t ├── threads-shared │ ├── hints │ │ └── linux.pl │ ├── lib │ │ └── threads │ │ │ └── shared.pm │ ├── shared.xs │ └── t │ │ ├── 0nothread.t │ │ ├── av_refs.t │ │ ├── av_simple.t │ │ ├── blessed.t │ │ ├── clone.t │ │ ├── cond.t │ │ ├── disabled.t │ │ ├── dualvar.t │ │ ├── hv_refs.t │ │ ├── hv_simple.t │ │ ├── no_share.t │ │ ├── object.t │ │ ├── object2.t │ │ ├── shared_attr.t │ │ ├── stress.t │ │ ├── sv_refs.t │ │ ├── sv_simple.t │ │ ├── utf8.t │ │ ├── wait.t │ │ └── waithires.t └── threads │ ├── hints │ ├── hpux.pl │ └── linux.pl │ ├── lib │ └── threads.pm │ ├── t │ ├── basic.t │ ├── blocks.t │ ├── context.t │ ├── end.t │ ├── err.t │ ├── exit.t │ ├── free.t │ ├── free2.t │ ├── join.t │ ├── kill.t │ ├── kill2.t │ ├── kill3.t │ ├── libc.t │ ├── list.t │ ├── no_threads.t │ ├── problems.t │ ├── stack.t │ ├── stack_env.t │ ├── state.t │ ├── stress_cv.t │ ├── stress_re.t │ ├── stress_string.t │ ├── thread.t │ └── unique.t │ └── threads.xs ├── djgpp ├── config.over ├── configure.bat ├── djgpp.c ├── djgpp.h ├── djgppsed.sh └── fixpmain ├── doio.c ├── doop.c ├── dosish.h ├── dquote.c ├── dump.c ├── ebcdic_tables.h ├── embed.fnc ├── embed.h ├── embedvar.h ├── ext ├── .gitignore ├── Amiga-ARexx │ ├── ARexx.pm │ ├── ARexx.xs │ ├── Makefile.PL │ ├── __examples │ │ ├── simplecommand.pl │ │ └── simplehost.pl │ ├── tagtypes.h │ └── typemap ├── Amiga-Exec │ ├── Exec.pm │ ├── Exec.xs │ ├── Makefile.PL │ ├── __examples │ │ ├── simplecommand.pl │ │ └── simplehost.pl │ ├── tagtypes.h │ └── typemap ├── B │ ├── .gitignore │ ├── B.pm │ ├── B.xs │ ├── B │ │ ├── Concise.pm │ │ ├── Showlex.pm │ │ ├── Terse.pm │ │ └── Xref.pm │ ├── Makefile.PL │ ├── O.pm │ ├── hints │ │ ├── darwin.pl │ │ └── openbsd.pl │ ├── t │ │ ├── OptreeCheck.pm │ │ ├── b.t │ │ ├── concise-xs.t │ │ ├── concise.t │ │ ├── f_map │ │ ├── f_map.t │ │ ├── f_sort │ │ ├── f_sort.t │ │ ├── o.t │ │ ├── optree_check.t │ │ ├── optree_concise.t │ │ ├── optree_constants.t │ │ ├── optree_misc.t │ │ ├── optree_samples.t │ │ ├── optree_sort.t │ │ ├── optree_specials.t │ │ ├── optree_varinit.t │ │ ├── perlstring.t │ │ ├── pragma.t │ │ ├── showlex.t │ │ ├── strict.t │ │ ├── sv_stash.t │ │ ├── terse.t │ │ ├── walkoptree.t │ │ └── xref.t │ └── typemap ├── Devel-Peek │ ├── Changes │ ├── Peek.pm │ ├── Peek.xs │ └── t │ │ └── Peek.t ├── DynaLoader │ ├── .gitignore │ ├── DynaLoader_pm.PL │ ├── Makefile.PL │ ├── README │ ├── dl_aix.xs │ ├── dl_dllload.xs │ ├── dl_dlopen.xs │ ├── dl_dyld.xs │ ├── dl_freemint.xs │ ├── dl_hpux.xs │ ├── dl_none.xs │ ├── dl_symbian.xs │ ├── dl_vms.xs │ ├── dl_win32.xs │ ├── dlutils.c │ ├── hints │ │ ├── aix.pl │ │ ├── android.pl │ │ ├── gnukfreebsd.pl │ │ ├── gnuknetbsd.pl │ │ ├── linux.pl │ │ ├── netbsd.pl │ │ └── openbsd.pl │ └── t │ │ └── DynaLoader.t ├── Errno │ ├── .gitignore │ ├── ChangeLog │ ├── Errno_pm.PL │ ├── Makefile.PL │ └── t │ │ └── Errno.t ├── ExtUtils-Miniperl │ └── lib │ │ └── ExtUtils │ │ └── Miniperl.pm ├── Fcntl │ ├── .gitignore │ ├── Fcntl.pm │ ├── Fcntl.xs │ ├── Makefile.PL │ └── t │ │ ├── autoload.t │ │ ├── fcntl.t │ │ ├── mode.t │ │ └── syslfs.t ├── File-DosGlob │ ├── DosGlob.xs │ ├── lib │ │ └── File │ │ │ └── DosGlob.pm │ └── t │ │ └── DosGlob.t ├── File-Find │ ├── lib │ │ └── File │ │ │ └── Find.pm │ └── t │ │ ├── find.t │ │ ├── lib │ │ └── Testing.pm │ │ └── taint.t ├── File-Glob │ ├── .gitignore │ ├── Changes │ ├── Glob.pm │ ├── Glob.xs │ ├── Makefile.PL │ ├── TODO │ ├── bsd_glob.c │ ├── bsd_glob.h │ └── t │ │ ├── basic.t │ │ ├── case.t │ │ ├── global.t │ │ ├── rt114984.t │ │ ├── rt131211.t │ │ ├── taint.t │ │ └── threads.t ├── FileCache │ ├── lib │ │ └── FileCache.pm │ └── t │ │ ├── 01open.t │ │ ├── 02maxopen.t │ │ ├── 03append.t │ │ ├── 04twoarg.t │ │ ├── 05override.t │ │ ├── 06export.t │ │ └── 07noimport.t ├── GDBM_File │ ├── .gitignore │ ├── GDBM_File.pm │ ├── GDBM_File.xs │ ├── Makefile.PL │ ├── hints │ │ └── sco.pl │ ├── t │ │ ├── fatal.t │ │ └── gdbm.t │ └── typemap ├── Hash-Util-FieldHash │ ├── Changes │ ├── FieldHash.xs │ ├── lib │ │ └── Hash │ │ │ └── Util │ │ │ └── FieldHash.pm │ └── t │ │ ├── 01_load.t │ │ ├── 02_function.t │ │ ├── 03_class.t │ │ ├── 04_thread.t │ │ ├── 05_perlhook.t │ │ ├── 11_hashassign.t │ │ └── 12_hashwarn.t ├── Hash-Util │ ├── Changes │ ├── Makefile.PL │ ├── Util.xs │ ├── lib │ │ └── Hash │ │ │ └── Util.pm │ └── t │ │ ├── Util.t │ │ └── builtin.t ├── I18N-Langinfo │ ├── .gitignore │ ├── Langinfo.pm │ ├── Langinfo.xs │ ├── Makefile.PL │ └── t │ │ └── Langinfo.t ├── IPC-Open3 │ ├── lib │ │ └── IPC │ │ │ ├── Open2.pm │ │ │ └── Open3.pm │ └── t │ │ ├── IPC-Open2.t │ │ ├── IPC-Open3.t │ │ └── fd.t ├── NDBM_File │ ├── Makefile.PL │ ├── NDBM_File.pm │ ├── NDBM_File.xs │ ├── hints │ │ ├── MSWin32.pl │ │ ├── cygwin.pl │ │ ├── dec_osf.pl │ │ ├── dynixptx.pl │ │ ├── gnu.pl │ │ ├── gnukfreebsd.pl │ │ ├── gnuknetbsd.pl │ │ ├── linux.pl │ │ ├── sco.pl │ │ ├── solaris.pl │ │ └── svr4.pl │ ├── t │ │ └── ndbm.t │ └── typemap ├── ODBM_File │ ├── Makefile.PL │ ├── ODBM_File.pm │ ├── ODBM_File.xs │ ├── hints │ │ ├── MSWin32.pl │ │ ├── cygwin.pl │ │ ├── dec_osf.pl │ │ ├── gnu.pl │ │ ├── gnukfreebsd.pl │ │ ├── gnuknetbsd.pl │ │ ├── hpux.pl │ │ ├── linux.pl │ │ ├── sco.pl │ │ ├── solaris.pl │ │ ├── svr4.pl │ │ └── ultrix.pl │ ├── t │ │ └── odbm.t │ └── typemap ├── Opcode │ ├── Opcode.pm │ ├── Opcode.xs │ ├── ops.pm │ └── t │ │ ├── Opcode.t │ │ └── ops.t ├── POSIX │ ├── .gitignore │ ├── Makefile.PL │ ├── POSIX.xs │ ├── hints │ │ ├── bsdos.pl │ │ ├── dynixptx.pl │ │ ├── freebsd.pl │ │ ├── gnukfreebsd.pl │ │ ├── gnuknetbsd.pl │ │ ├── linux.pl │ │ ├── mint.pl │ │ ├── netbsd.pl │ │ ├── openbsd.pl │ │ ├── sunos_4.pl │ │ └── svr4.pl │ ├── lib │ │ ├── POSIX.pm │ │ └── POSIX.pod │ ├── t │ │ ├── export.t │ │ ├── iscrash │ │ ├── math.t │ │ ├── mb.t │ │ ├── posix.t │ │ ├── sigaction.t │ │ ├── sigset.t │ │ ├── strerror_errno.t │ │ ├── sysconf.t │ │ ├── taint.t │ │ ├── termios.t │ │ ├── time.t │ │ ├── unimplemented.t │ │ ├── usage.t │ │ ├── waitpid.t │ │ └── wrappers.t │ └── typemap ├── PerlIO-encoding │ ├── encoding.pm │ ├── encoding.xs │ └── t │ │ ├── encoding.t │ │ ├── fallback.t │ │ ├── nolooping.t │ │ └── threads.t ├── PerlIO-mmap │ ├── mmap.pm │ └── mmap.xs ├── PerlIO-scalar │ ├── scalar.pm │ ├── scalar.xs │ └── t │ │ ├── scalar.t │ │ └── scalar_ungetc.t ├── PerlIO-via │ ├── hints │ │ └── aix.pl │ ├── t │ │ ├── thread.t │ │ └── via.t │ ├── via.pm │ └── via.xs ├── Pod-Functions │ ├── .gitignore │ ├── Functions_pm.PL │ ├── Makefile.PL │ └── t │ │ └── Functions.t ├── Pod-Html │ ├── .gitignore │ ├── bin │ │ └── pod2html │ ├── lib │ │ └── Pod │ │ │ └── Html.pm │ ├── t │ │ ├── anchorify.t │ │ ├── cache.pod │ │ ├── cache.t │ │ ├── crossref.pod │ │ ├── crossref.t │ │ ├── crossref2.t │ │ ├── crossref3.t │ │ ├── eol.t │ │ ├── feature.pod │ │ ├── feature.t │ │ ├── feature2.pod │ │ ├── feature2.t │ │ ├── htmldir1.pod │ │ ├── htmldir1.t │ │ ├── htmldir2.pod │ │ ├── htmldir2.t │ │ ├── htmldir3.pod │ │ ├── htmldir3.t │ │ ├── htmldir4.pod │ │ ├── htmldir4.t │ │ ├── htmldir5.pod │ │ ├── htmldir5.t │ │ ├── htmlescp.pod │ │ ├── htmlescp.t │ │ ├── htmllink.pod │ │ ├── htmllink.t │ │ ├── htmlview.pod │ │ ├── htmlview.t │ │ ├── pod2html-lib.pl │ │ ├── poderr.pod │ │ ├── poderr.t │ │ ├── podnoerr.pod │ │ └── podnoerr.t │ └── testdir │ │ ├── perlpodspec-copy.pod │ │ └── perlvar-copy.pod ├── SDBM_File │ ├── .gitignore │ ├── CHANGES │ ├── Makefile.PL │ ├── README │ ├── README.too │ ├── SDBM_File.pm │ ├── SDBM_File.xs │ ├── biblio │ ├── dba.c │ ├── dbd.c │ ├── dbe.1 │ ├── dbe.c │ ├── dbu.c │ ├── grind │ ├── hash.c │ ├── pair.c │ ├── pair.h │ ├── readme.ms │ ├── sdbm.3 │ ├── sdbm.c │ ├── sdbm.h │ ├── t │ │ ├── constants.t │ │ ├── corrupt.t │ │ ├── prep.t │ │ └── sdbm.t │ ├── tune.h │ ├── typemap │ └── util.c ├── Sys-Hostname │ ├── Hostname.pm │ ├── Hostname.xs │ └── t │ │ └── Hostname.t ├── Tie-Hash-NamedCapture │ ├── NamedCapture.pm │ └── t │ │ └── tiehash.t ├── Tie-Memoize │ ├── lib │ │ └── Tie │ │ │ └── Memoize.pm │ └── t │ │ └── Tie-Memoize.t ├── VMS-DCLsym │ ├── 0README.txt │ ├── DCLsym.pm │ ├── DCLsym.xs │ ├── Makefile.PL │ └── t │ │ └── vms_dclsym.t ├── VMS-Filespec │ ├── lib │ │ └── VMS │ │ │ └── Filespec.pm │ └── t │ │ └── filespec.t ├── VMS-Stdio │ ├── 0README.txt │ ├── Makefile.PL │ ├── Stdio.pm │ ├── Stdio.xs │ └── t │ │ └── vms_stdio.t ├── Win32CORE │ ├── .gitignore │ ├── Makefile.PL │ ├── Win32CORE.c │ ├── Win32CORE.pm │ └── t │ │ └── win32core.t ├── XS-APItest │ ├── .gitignore │ ├── APItest.pm │ ├── APItest.xs │ ├── APItest_BS │ ├── Makefile.PL │ ├── XSUB-redefined-macros.xs │ ├── XSUB-undef-XS_VERSION.xs │ ├── core.c │ ├── core_or_not.inc │ ├── exception.c │ ├── notcore.c │ ├── numeric.xs │ ├── t │ │ ├── BHK.pm │ │ ├── Block.pm │ │ ├── Markers.pm │ │ ├── Null.pm │ │ ├── addissub.t │ │ ├── arrayexpr.t │ │ ├── autoload.t │ │ ├── blockasexpr.t │ │ ├── blockhooks-csc.t │ │ ├── blockhooks.t │ │ ├── bootstrap.t │ │ ├── call.t │ │ ├── call_checker.t │ │ ├── caller.t │ │ ├── callregexec.t │ │ ├── check_warnings.t │ │ ├── cleanup.t │ │ ├── clone-with-stack.t │ │ ├── cophh.t │ │ ├── coplabel.t │ │ ├── copstash.t │ │ ├── copyhints.t │ │ ├── customop.t │ │ ├── cv_name.t │ │ ├── eval-filter.t │ │ ├── exception.t │ │ ├── extend.t │ │ ├── fetch_pad_names.t │ │ ├── get.t │ │ ├── gotosub.t │ │ ├── grok.t │ │ ├── gv_autoload4.t │ │ ├── gv_const_sv.t │ │ ├── gv_fetchmeth.t │ │ ├── gv_fetchmeth_autoload.t │ │ ├── gv_fetchmethod_flags.t │ │ ├── gv_init.t │ │ ├── handy00.t │ │ ├── handy01.t │ │ ├── handy02.t │ │ ├── handy03.t │ │ ├── handy04.t │ │ ├── handy05.t │ │ ├── handy06.t │ │ ├── handy07.t │ │ ├── handy08.t │ │ ├── handy09.t │ │ ├── handy_base.pl │ │ ├── hash.t │ │ ├── hv_macro.t │ │ ├── join_with_space.t │ │ ├── keyword_multiline.t │ │ ├── keyword_plugin.t │ │ ├── keyword_plugin_threads.t │ │ ├── labelconst.aux │ │ ├── labelconst.t │ │ ├── labelconst_utf8.aux │ │ ├── lexsub.t │ │ ├── load-module.t │ │ ├── locale.t │ │ ├── loopblock.t │ │ ├── looprest.t │ │ ├── lvalue.t │ │ ├── magic.t │ │ ├── magic_chain.t │ │ ├── mro.t │ │ ├── multicall.t │ │ ├── my_cxt.t │ │ ├── my_exit.t │ │ ├── newCONSTSUB.t │ │ ├── newDEFSVOP.t │ │ ├── op.t │ │ ├── op_contextualize.t │ │ ├── op_list.t │ │ ├── overload.t │ │ ├── pad_scalar.t │ │ ├── peep.t │ │ ├── pmflag.t │ │ ├── postinc.t │ │ ├── printf.t │ │ ├── ptr_table.t │ │ ├── push.t │ │ ├── refs.t │ │ ├── rmagical.t │ │ ├── rv2cv_op_cv.t │ │ ├── savehints.t │ │ ├── scopelessblock.t │ │ ├── sort.t │ │ ├── stmtasexpr.t │ │ ├── stmtsasexpr.t │ │ ├── stuff_modify_bug.t │ │ ├── stuff_svcur_bug.t │ │ ├── subcall.t │ │ ├── subsignature.t │ │ ├── svcat.t │ │ ├── svcatpvf.t │ │ ├── sviscow.t │ │ ├── svpeek.t │ │ ├── svpv.t │ │ ├── svpv_magic.t │ │ ├── svsetsv.t │ │ ├── swaplabel.t │ │ ├── swaptwostmts.t │ │ ├── sym-hook.t │ │ ├── synthetic_scope.t │ │ ├── temp_lv_sub.t │ │ ├── underscore_length.t │ │ ├── utf16_to_utf8.t │ │ ├── utf8.t │ │ ├── utf8_setup.pl │ │ ├── utf8_to_bytes.t │ │ ├── utf8_warn00.t │ │ ├── utf8_warn01.t │ │ ├── utf8_warn02.t │ │ ├── utf8_warn03.t │ │ ├── utf8_warn04.t │ │ ├── utf8_warn05.t │ │ ├── utf8_warn06.t │ │ ├── utf8_warn07.t │ │ ├── utf8_warn08.t │ │ ├── utf8_warn09.t │ │ ├── utf8_warn_base.pl │ │ ├── weaken.t │ │ ├── whichsig.t │ │ ├── win32.t │ │ ├── xs_special_subs.t │ │ ├── xs_special_subs_require.t │ │ └── xsub_h.t │ └── typemap ├── XS-Typemap │ ├── Makefile.PL │ ├── README │ ├── Typemap.pm │ ├── Typemap.xs │ ├── stdio.c │ └── t │ │ └── Typemap.t ├── attributes │ ├── attributes.pm │ └── attributes.xs ├── mro │ ├── Changes │ ├── mro.pm │ └── mro.xs └── re │ ├── Makefile.PL │ ├── re.pm │ ├── re.xs │ ├── re_comp.h │ ├── re_top.h │ └── t │ ├── lexical_debug.pl │ ├── lexical_debug.t │ ├── qr.t │ ├── re.t │ ├── re_funcs.t │ ├── re_funcs_u.t │ ├── reflags.t │ ├── regop.pl │ ├── regop.t │ └── strict.t ├── fakesdio.h ├── feature.h ├── form.h ├── generate_uudmap.c ├── globals.c ├── globvar.sym ├── gv.c ├── gv.h ├── h2pl ├── README ├── cbreak.pl ├── cbreak2.pl ├── eg │ ├── sizeof.ph │ ├── sys │ │ ├── errno.pl │ │ └── ioctl.pl │ └── sysexits.pl ├── getioctlsizes ├── mksizes ├── mkvars ├── tcbreak └── tcbreak2 ├── haiku ├── Haiku │ ├── Haiku.pm │ ├── Haiku.xs │ └── Makefile.PL └── haikuish.h ├── handy.h ├── hints ├── README.hints ├── aix.sh ├── aix_3.sh ├── aix_4.sh ├── altos486.sh ├── amigaos.sh ├── atheos.sh ├── aux_3.sh ├── bitrig.sh ├── broken-db.msg ├── bsdos.sh ├── catamount.sh ├── convexos.sh ├── cxux.sh ├── cygwin.sh ├── darwin.sh ├── dcosx.sh ├── dec_osf.sh ├── dos_djgpp.sh ├── dragonfly.sh ├── dynix.sh ├── dynixptx.sh ├── epix.sh ├── esix4.sh ├── fps.sh ├── freebsd.sh ├── freemint.sh ├── gnu.sh ├── gnukfreebsd.sh ├── gnuknetbsd.sh ├── greenhills.sh ├── haiku.sh ├── hpux.sh ├── i386.sh ├── interix.sh ├── irix_4.sh ├── irix_5.sh ├── irix_6.sh ├── irix_6_0.sh ├── irix_6_1.sh ├── isc.sh ├── isc_2.sh ├── linux-android.sh ├── linux.sh ├── lynxos.sh ├── midnightbsd.sh ├── minix.sh ├── mips.sh ├── mirbsd.sh ├── mpc.sh ├── ncr_tower.sh ├── netbsd.sh ├── newsos4.sh ├── nonstopux.sh ├── openbsd.sh ├── opus.sh ├── os2.sh ├── os390.sh ├── os400.sh ├── posix-bc.sh ├── qnx.sh ├── riscos.sh ├── sco.sh ├── sco_2_3_0.sh ├── sco_2_3_1.sh ├── sco_2_3_2.sh ├── sco_2_3_3.sh ├── sco_2_3_4.sh ├── solaris_2.sh ├── stellar.sh ├── sunos_4_0.sh ├── sunos_4_1.sh ├── super-ux.sh ├── svr4.sh ├── svr5.sh ├── t001.c ├── ti1500.sh ├── ultrix_4.sh ├── umips.sh ├── unicos.sh ├── unicosmk.sh ├── unisysdynix.sh ├── utekv.sh ├── uwin.sh └── vos.sh ├── hv.c ├── hv.h ├── hv_func.h ├── hv_macro.h ├── inline.h ├── install_lib.pl ├── installhtml ├── installman ├── installperl ├── intrpvar.h ├── invlist_inline.h ├── iperlsys.h ├── keywords.c ├── keywords.h ├── l1_char_class_tab.h ├── lib ├── .gitignore ├── AnyDBM_File.pm ├── AnyDBM_File.t ├── B │ ├── Deparse-core.t │ ├── Deparse-subclass.t │ ├── Deparse.pm │ ├── Deparse.t │ └── Op_private.pm ├── Benchmark.pm ├── Benchmark.t ├── CORE.pod ├── Class │ ├── Struct.pm │ └── Struct.t ├── Config.t ├── Config │ ├── Extensions.pm │ └── Extensions.t ├── DB.pm ├── DB.t ├── DBM_Filter.pm ├── DBM_Filter │ ├── compress.pm │ ├── encode.pm │ ├── int32.pm │ ├── null.pm │ ├── t │ │ ├── 01error.t │ │ ├── 02core.t │ │ ├── compress.t │ │ ├── encode.t │ │ ├── int32.t │ │ ├── null.t │ │ └── utf8.t │ └── utf8.pm ├── DirHandle.pm ├── DirHandle.t ├── English.pm ├── English.t ├── ExtUtils │ ├── Embed.pm │ ├── XSSymSet.pm │ ├── t │ │ └── Embed.t │ └── typemap ├── File │ ├── Basename.pm │ ├── Basename.t │ ├── Compare.pm │ ├── Compare.t │ ├── Copy.pm │ ├── Copy.t │ ├── stat-7896.t │ ├── stat.pm │ └── stat.t ├── FileHandle.pm ├── FileHandle.t ├── Getopt │ ├── Std.pm │ └── Std.t ├── Internals.pod ├── Internals.t ├── Net │ ├── hostent.pm │ ├── hostent.t │ ├── netent.pm │ ├── netent.t │ ├── protoent.pm │ ├── protoent.t │ ├── servent.pm │ └── servent.t ├── PerlIO.pm ├── Pod │ └── t │ │ └── Usage.t ├── SelectSaver.pm ├── SelectSaver.t ├── Symbol.pm ├── Symbol.t ├── Thread.pm ├── Thread.t ├── Tie │ ├── Array.pm │ ├── Array │ │ ├── push.t │ │ ├── splice.t │ │ ├── std.t │ │ └── stdpush.t │ ├── ExtraHash.t │ ├── Handle.pm │ ├── Handle │ │ ├── stdhandle.t │ │ └── stdhandle_from_handle.t │ ├── Hash.pm │ ├── Hash.t │ ├── Scalar.pm │ ├── Scalar.t │ ├── StdHandle.pm │ ├── SubstrHash.pm │ └── SubstrHash.t ├── Time │ ├── gmtime.pm │ ├── gmtime.t │ ├── localtime.pm │ ├── localtime.t │ └── tm.pm ├── UNIVERSAL.pm ├── Unicode │ ├── README │ ├── UCD.pm │ └── UCD.t ├── User │ ├── grent.pm │ ├── grent.t │ ├── pwent.pm │ └── pwent.t ├── _charnames.pm ├── blib.pm ├── blib.t ├── bytes.pm ├── bytes.t ├── bytes_heavy.pl ├── charnames.pm ├── charnames.t ├── dbm_filter_util.pl ├── deprecate.pm ├── diagnostics.pm ├── diagnostics.t ├── dumpvar.pl ├── dumpvar.t ├── feature.pm ├── feature.t ├── feature │ └── unicode_strings.t ├── filetest.pm ├── filetest.t ├── h2ph.t ├── h2xs.t ├── integer.pm ├── integer.t ├── less.pm ├── less.t ├── locale.pm ├── locale.t ├── locale_threads.t ├── meta_notation.pm ├── meta_notation.t ├── open.pm ├── open.t ├── overload.pm ├── overload.t ├── overload │ └── numbers.pm ├── overload64.t ├── overloading.pm ├── overloading.t ├── perl5db.pl ├── perl5db.t ├── perl5db │ └── t │ │ ├── EnableModule.pm │ │ ├── MyModule.pm │ │ ├── break-on-dot │ │ ├── breakpoint-bug │ │ ├── disable-breakpoints-1 │ │ ├── disable-breakpoints-2 │ │ ├── disable-breakpoints-3 │ │ ├── eval-line-bug │ │ ├── fact │ │ ├── filename-line-breakpoint │ │ ├── gh-17660 │ │ ├── load-modules │ │ ├── lsub-n │ │ ├── lvalue-bug │ │ ├── proxy-constants │ │ ├── rt-104168 │ │ ├── rt-120174 │ │ ├── rt-121509-restart-after-chdir │ │ ├── rt-124203 │ │ ├── rt-124203b │ │ ├── rt-61222 │ │ ├── rt-66110 │ │ ├── source-cmd-test-no-q.perldb │ │ ├── source-cmd-test.perldb │ │ ├── symbol-table-bug │ │ ├── taint │ │ ├── test-PrintRet-option-1 │ │ ├── test-a-statement-1 │ │ ├── test-a-statement-2 │ │ ├── test-dieLevel-option-1 │ │ ├── test-frame-option-1 │ │ ├── test-l-statement-1 │ │ ├── test-l-statement-2 │ │ ├── test-m-statement-1 │ │ ├── test-passing-at-underscore-to-x-etc │ │ ├── test-r-statement │ │ ├── test-w-statement-1 │ │ ├── test-warnLevel-option-1 │ │ ├── uncalled-subroutine │ │ └── with-subroutine ├── perlbug.t ├── sigtrap.pm ├── sigtrap.t ├── sort.pm ├── sort.t ├── strict.pm ├── strict.t ├── subs.pm ├── subs.t ├── unicore │ ├── ArabicShaping.txt │ ├── BidiBrackets.txt │ ├── BidiMirroring.txt │ ├── Blocks.txt │ ├── CJKRadicals.txt │ ├── CaseFolding.txt │ ├── CompositionExclusions.txt │ ├── DAge.txt │ ├── DCoreProperties.txt │ ├── DNormalizationProps.txt │ ├── EastAsianWidth.txt │ ├── EmojiSources.txt │ ├── EquivalentUnifiedIdeograph.txt │ ├── HangulSyllableType.txt │ ├── IdStatus.txt │ ├── IdType.txt │ ├── Index.txt │ ├── IndicPositionalCategory.txt │ ├── IndicSyllabicCategory.txt │ ├── Jamo.txt │ ├── LineBreak.txt │ ├── Makefile │ ├── NameAliases.txt │ ├── NamedSequences.txt │ ├── NamedSqProv.txt │ ├── NamesList.txt │ ├── NormalizationCorrections.txt │ ├── PropList.txt │ ├── PropValueAliases.txt │ ├── PropertyAliases.txt │ ├── README.perl │ ├── ReadMe.txt │ ├── ScriptExtensions.txt │ ├── Scripts.txt │ ├── SpecialCasing.txt │ ├── StandardizedVariants.txt │ ├── UnicodeData.txt │ ├── VerticalOrientation.txt │ ├── auxiliary │ │ ├── GCBTest.txt │ │ ├── GraphemeBreakProperty.txt │ │ ├── LBTest.txt │ │ ├── SBTest.txt │ │ ├── SentenceBreakProperty.txt │ │ ├── WBTest.txt │ │ └── WordBreakProperty.txt │ ├── emoji │ │ └── emoji.txt │ ├── extracted │ │ ├── DBidiClass.txt │ │ ├── DBinaryProperties.txt │ │ ├── DCombiningClass.txt │ │ ├── DDecompositionType.txt │ │ ├── DEastAsianWidth.txt │ │ ├── DGeneralCategory.txt │ │ ├── DJoinGroup.txt │ │ ├── DJoinType.txt │ │ ├── DLineBreak.txt │ │ ├── DNumType.txt │ │ └── DNumValues.txt │ ├── mktables │ ├── uni_keywords.pl │ └── version ├── utf8.pm ├── utf8.t ├── vars.pm ├── vars.t ├── vars_carp.t ├── vmsish.pm ├── vmsish.t ├── warnings.pm ├── warnings.t └── warnings │ └── register.pm ├── locale.c ├── make_ext.pl ├── make_patchnum.pl ├── makedef.pl ├── makedepend.SH ├── malloc.c ├── malloc_ctl.h ├── mathoms.c ├── metaconfig.SH ├── metaconfig.h ├── mg.c ├── mg.h ├── mg_names.inc ├── mg_raw.h ├── mg_vtable.h ├── miniperlmain.c ├── mkppport ├── mkppport.lst ├── mro_core.c ├── myconfig.SH ├── mydtrace.h ├── nostdio.h ├── numeric.c ├── op.c ├── op.h ├── op_reg_common.h ├── opcode.h ├── opnames.h ├── os2 ├── Changes ├── Makefile.SHs ├── OS2 │ ├── OS2-ExtAttr │ │ ├── Changes │ │ ├── ExtAttr.pm │ │ ├── ExtAttr.xs │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── myea.h │ │ ├── t │ │ │ └── os2_ea.t │ │ └── typemap │ ├── OS2-PrfDB │ │ ├── Changes │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── PrfDB.pm │ │ ├── PrfDB.xs │ │ └── t │ │ │ └── os2_prfdb.t │ ├── OS2-Process │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── Process.pm │ │ ├── Process.xs │ │ └── t │ │ │ ├── os2_atoms.t │ │ │ ├── os2_clipboard.t │ │ │ ├── os2_process.t │ │ │ ├── os2_process_kid.t │ │ │ └── os2_process_text.t │ ├── OS2-REXX │ │ ├── Changes │ │ ├── DLL │ │ │ ├── Changes │ │ │ ├── DLL.pm │ │ │ ├── DLL.xs │ │ │ ├── MANIFEST │ │ │ └── Makefile.PL │ │ ├── MANIFEST │ │ ├── Makefile.PL │ │ ├── REXX.pm │ │ ├── REXX.xs │ │ └── t │ │ │ ├── rx_cmprt.t │ │ │ ├── rx_dllld.t │ │ │ ├── rx_emxrv.t │ │ │ ├── rx_objcall.t │ │ │ ├── rx_sql.test │ │ │ ├── rx_tiesql.test │ │ │ ├── rx_tievar.t │ │ │ ├── rx_tieydb.t │ │ │ ├── rx_varset.t │ │ │ └── rx_vrexx.t │ └── typemap ├── diff.configure ├── dl_os2.c ├── dlfcn.h ├── os2.c ├── os2.sym ├── os2_base.t ├── os2_pipe.t ├── os2add.sym ├── os2ish.h ├── os2thread.h ├── perl2cmd.pl ├── perlrexx.c └── perlrexx.cmd ├── overload.h ├── overload.inc ├── packsizetables.inc ├── pad.c ├── pad.h ├── parser.h ├── patchlevel.h ├── perl.c ├── perl.h ├── perl_inc_macro.h ├── perl_langinfo.h ├── perlapi.c ├── perlapi.h ├── perldtrace.d ├── perlio.c ├── perlio.h ├── perlio.sym ├── perliol.h ├── perlsdio.h ├── perlvars.h ├── perly.act ├── perly.c ├── perly.h ├── perly.tab ├── perly.y ├── plan9 ├── aperl ├── arpa │ └── inet.h ├── buildinfo ├── config.plan9 ├── config_h.sample ├── config_sh.sample ├── exclude ├── fndvers ├── genconfig.pl ├── mkfile ├── myconfig.plan9 ├── plan9.c ├── plan9ish.h ├── setup.rc └── versnum ├── pod ├── .gitignore ├── Makefile.SH ├── buildtoc ├── perl.pod ├── perl5004delta.pod ├── perl5005delta.pod ├── perl5100delta.pod ├── perl5101delta.pod ├── perl5120delta.pod ├── perl5121delta.pod ├── perl5122delta.pod ├── perl5123delta.pod ├── perl5124delta.pod ├── perl5125delta.pod ├── perl5140delta.pod ├── perl5141delta.pod ├── perl5142delta.pod ├── perl5143delta.pod ├── perl5144delta.pod ├── perl5160delta.pod ├── perl5161delta.pod ├── perl5162delta.pod ├── perl5163delta.pod ├── perl5180delta.pod ├── perl5181delta.pod ├── perl5182delta.pod ├── perl5184delta.pod ├── perl5200delta.pod ├── perl5201delta.pod ├── perl5202delta.pod ├── perl5203delta.pod ├── perl5220delta.pod ├── perl5221delta.pod ├── perl5222delta.pod ├── perl5223delta.pod ├── perl5224delta.pod ├── perl5240delta.pod ├── perl5241delta.pod ├── perl5242delta.pod ├── perl5243delta.pod ├── perl5244delta.pod ├── perl5260delta.pod ├── perl5261delta.pod ├── perl5262delta.pod ├── perl5263delta.pod ├── perl5280delta.pod ├── perl5281delta.pod ├── perl5282delta.pod ├── perl5283delta.pod ├── perl5300delta.pod ├── perl5301delta.pod ├── perl5302delta.pod ├── perl5303delta.pod ├── perl5320delta.pod ├── perl561delta.pod ├── perl56delta.pod ├── perl581delta.pod ├── perl582delta.pod ├── perl583delta.pod ├── perl584delta.pod ├── perl585delta.pod ├── perl586delta.pod ├── perl587delta.pod ├── perl588delta.pod ├── perl589delta.pod ├── perl58delta.pod ├── perlapio.pod ├── perlartistic.pod ├── perlbook.pod ├── perlboot.pod ├── perlbot.pod ├── perlcall.pod ├── perlcheat.pod ├── perlclib.pod ├── perlcommunity.pod ├── perldata.pod ├── perldbmfilter.pod ├── perldebguts.pod ├── perldebtut.pod ├── perldebug.pod ├── perldelta.pod ├── perldeprecation.pod ├── perldiag.pod ├── perldsc.pod ├── perldtrace.pod ├── perlebcdic.pod ├── perlembed.pod ├── perlexperiment.pod ├── perlfilter.pod ├── perlfork.pod ├── perlform.pod ├── perlfunc.pod ├── perlgit.pod ├── perlgpl.pod ├── perlguts.pod ├── perlhack.pod ├── perlhacktips.pod ├── perlhacktut.pod ├── perlhist.pod ├── perlinterp.pod ├── perlintro.pod ├── perliol.pod ├── perlipc.pod ├── perllexwarn.pod ├── perllocale.pod ├── perllol.pod ├── perlmod.pod ├── perlmodinstall.pod ├── perlmodlib.PL ├── perlmodstyle.pod ├── perlmroapi.pod ├── perlnewmod.pod ├── perlnumber.pod ├── perlobj.pod ├── perlootut.pod ├── perlop.pod ├── perlopentut.pod ├── perlpacktut.pod ├── perlperf.pod ├── perlpod.pod ├── perlpodspec.pod ├── perlpodstyle.pod ├── perlpolicy.pod ├── perlport.pod ├── perlpragma.pod ├── perlre.pod ├── perlreapi.pod ├── perlrebackslash.pod ├── perlrecharclass.pod ├── perlref.pod ├── perlreftut.pod ├── perlreguts.pod ├── perlrepository.pod ├── perlrequick.pod ├── perlreref.pod ├── perlretut.pod ├── perlrun.pod ├── perlsec.pod ├── perlsource.pod ├── perlstyle.pod ├── perlsub.pod ├── perlsyn.pod ├── perlthrtut.pod ├── perltie.pod ├── perltodo.pod ├── perltooc.pod ├── perltoot.pod ├── perltrap.pod ├── perlunicode.pod ├── perlunicook.pod ├── perlunifaq.pod ├── perluniintro.pod ├── perlunitut.pod ├── perlutil.pod ├── perlvar.pod ├── perlvms.pod ├── rofftoc ├── splitman └── splitpod ├── pp.c ├── pp.h ├── pp_ctl.c ├── pp_hot.c ├── pp_pack.c ├── pp_proto.h ├── pp_sort.c ├── pp_sys.c ├── proto.h ├── qnx ├── ar ├── cpp └── qnx.c ├── reentr.c ├── reentr.h ├── regcharclass.h ├── regcomp.c ├── regcomp.h ├── regcomp.sym ├── regen.pl ├── regen ├── charset_translations.pl ├── ebcdic.pl ├── embed.pl ├── embed_lib.pl ├── feature.pl ├── genpacksizetables.pl ├── keywords.pl ├── lib_cleanup.pl ├── mg_vtable.pl ├── miniperlmain.pl ├── mk_PL_charclass.pl ├── mk_invlists.pl ├── mph.pl ├── op_private ├── opcode.pl ├── opcodes ├── overload.pl ├── reentr.pl ├── regcharclass.pl ├── regcharclass_multi_char_folds.pl ├── regcomp.pl ├── regen_lib.pl ├── uconfig_h.pl ├── unicode_constants.pl └── warnings.pl ├── regen_perly.pl ├── regexec.c ├── regexp.h ├── regnodes.h ├── run.c ├── runtests.SH ├── sbox32_hash.h ├── scope.c ├── scope.h ├── stadtx_hash.h ├── sv.c ├── sv.h ├── symbian ├── PerlApp.cpp ├── PerlApp.h ├── PerlApp.hrh ├── PerlAppAif.rss ├── PerlBase.cpp ├── PerlBase.h ├── PerlBase.pod ├── PerlRecog.cpp ├── PerlRecog.mmp ├── PerlUi.cpp ├── PerlUi.h ├── PerlUi.hrh ├── PerlUiS60.rss ├── PerlUiS80.rss ├── PerlUiS90.rss ├── PerlUiUIQ.rss ├── PerlUtil.cpp ├── PerlUtil.h ├── PerlUtil.pod ├── README ├── TODO ├── bld.inf ├── config.pl ├── config.sh ├── cwd.pl ├── demo_pl ├── ext │ └── Moped │ │ └── Msg │ │ ├── Msg.mmp │ │ ├── Msg.pkg │ │ ├── Msg.pm │ │ ├── Msg.xs │ │ ├── README │ │ ├── bld.inf │ │ └── location.pl ├── find_writeable_data.pl ├── hexdump.pl ├── install.cfg ├── makesis.pl ├── port.pl ├── sanity.pl ├── sdk.pl ├── sisify.pl ├── symbian_dll.cpp ├── symbian_proto.h ├── symbian_stubs.c ├── symbian_stubs.h ├── symbian_utils.cpp ├── symbianish.h ├── uid.pl ├── version.pl └── xsbuild.pl ├── t ├── README ├── TEST ├── base │ ├── cond.t │ ├── if.t │ ├── lex.t │ ├── num.t │ ├── pat.t │ ├── rs.t │ ├── term.t │ ├── translate.t │ └── while.t ├── benchmark │ └── gh7094-speed-up-keys-on-empty-hash.t ├── bigmem │ ├── hash.t │ ├── index.t │ ├── pos.t │ ├── read.t │ ├── regexp.t │ ├── subst.t │ └── vec.t ├── charset_tools.pl ├── cmd │ ├── elsif.t │ ├── for.t │ ├── mod.t │ ├── subval.t │ └── switch.t ├── comp │ ├── bproto.t │ ├── cmdopt.t │ ├── colon.t │ ├── decl.t │ ├── filter_exception.t │ ├── final_line_num.t │ ├── fold.t │ ├── form_scope.t │ ├── hints.aux │ ├── hints.t │ ├── line_debug.t │ ├── line_debug_0.aux │ ├── multiline.t │ ├── opsubs.t │ ├── our.t │ ├── package.t │ ├── package_block.t │ ├── parser.t │ ├── parser_run.t │ ├── proto.t │ ├── redef.t │ ├── require.t │ ├── retainedlines.t │ ├── term.t │ ├── uproto.t │ ├── use.t │ └── utf.t ├── harness ├── io │ ├── argv.t │ ├── binmode.t │ ├── bom.t │ ├── closepid.t │ ├── crlf.t │ ├── crlf_through.t │ ├── data.t │ ├── defout.t │ ├── dup.t │ ├── eintr.t │ ├── eintr_print.t │ ├── errno.t │ ├── errnosig.t │ ├── fflush.t │ ├── fs.t │ ├── getcwd.t │ ├── inplace.t │ ├── iofile.t │ ├── iprefix.t │ ├── layers.t │ ├── nargv.t │ ├── open.t │ ├── openpid.t │ ├── paragraph_mode.t │ ├── perlio.t │ ├── perlio_fail.t │ ├── perlio_leaks.t │ ├── perlio_open.t │ ├── pipe.t │ ├── print.t │ ├── pvbm.t │ ├── read.t │ ├── say.t │ ├── sem.t │ ├── semctl.t │ ├── shm.t │ ├── socket.t │ ├── socketpair.t │ ├── tell.t │ ├── through.t │ └── utf8.t ├── japh │ └── abigail.t ├── lib │ ├── CannotParse.pm │ ├── Cname.pm │ ├── Count.pm │ ├── Devel │ │ ├── nodb.pm │ │ ├── switchd.pm │ │ ├── switchd_empty.pm │ │ └── switchd_goto.pm │ ├── Sans_mypragma.pm │ ├── charnames │ │ └── alias │ ├── common.pl │ ├── commonsense.t │ ├── croak.t │ ├── croak │ │ ├── gv │ │ ├── mg │ │ ├── op │ │ ├── pp │ │ ├── pp_ctl │ │ ├── pp_hot │ │ ├── pp_sys │ │ ├── regcomp │ │ ├── toke │ │ └── toke_l1 │ ├── cygwin.t │ ├── dbmt_common.pl │ ├── deprecate.t │ ├── deprecate │ │ ├── Deprecated.pm │ │ └── Optionally.pm │ ├── feature │ │ ├── bits │ │ ├── bundle │ │ ├── implicit │ │ ├── indirect │ │ ├── nonesuch │ │ ├── removed │ │ ├── say │ │ └── switch │ ├── h2ph.h │ ├── h2ph.pht │ ├── locale │ │ ├── latin1 │ │ └── utf8 │ ├── mypragma.pm │ ├── mypragma.t │ ├── no_load.t │ ├── overload_fallback.t │ ├── overload_nomethod.t │ ├── proxy_constant_subs.t │ ├── strict │ │ ├── refs │ │ ├── subs │ │ └── vars │ ├── subs │ │ └── subs │ ├── test_require.pm │ ├── test_use.pm │ ├── test_use_14937.pm │ ├── universal.t │ └── warnings │ │ ├── 1global │ │ ├── 2use │ │ ├── 3both │ │ ├── 4lint │ │ ├── 5nolint │ │ ├── 6default │ │ ├── 7fatal │ │ ├── 8signal │ │ ├── 9enabled │ │ ├── 9uninit │ │ ├── av │ │ ├── doio │ │ ├── gv │ │ ├── hv │ │ ├── malloc │ │ ├── mg │ │ ├── op │ │ ├── pad │ │ ├── perl │ │ ├── perlio │ │ ├── pp │ │ ├── pp_ctl │ │ ├── pp_hot │ │ ├── pp_pack │ │ ├── pp_sys │ │ ├── regcomp │ │ ├── regexec │ │ ├── run │ │ ├── sv │ │ ├── taint │ │ ├── toke │ │ ├── universal │ │ ├── utf8 │ │ └── util ├── loc_tools.pl ├── mro │ ├── basic.t │ ├── basic_01_c3.t │ ├── basic_01_c3_utf8.t │ ├── basic_01_dfs.t │ ├── basic_01_dfs_utf8.t │ ├── basic_02_c3.t │ ├── basic_02_c3_utf8.t │ ├── basic_02_dfs.t │ ├── basic_02_dfs_utf8.t │ ├── basic_03_c3.t │ ├── basic_03_c3_utf8.t │ ├── basic_03_dfs.t │ ├── basic_03_dfs_utf8.t │ ├── basic_04_c3.t │ ├── basic_04_c3_utf8.t │ ├── basic_04_dfs.t │ ├── basic_04_dfs_utf8.t │ ├── basic_05_c3.t │ ├── basic_05_c3_utf8.t │ ├── basic_05_dfs.t │ ├── basic_05_dfs_utf8.t │ ├── basic_utf8.t │ ├── c3_with_overload.t │ ├── c3_with_overload_utf8.t │ ├── complex_c3.t │ ├── complex_c3_utf8.t │ ├── complex_dfs.t │ ├── complex_dfs_utf8.t │ ├── dbic_c3.t │ ├── dbic_c3_utf8.t │ ├── dbic_dfs.t │ ├── dbic_dfs_utf8.t │ ├── inconsistent_c3.t │ ├── inconsistent_c3_utf8.t │ ├── isa_aliases.t │ ├── isa_aliases_utf8.t │ ├── isa_c3.t │ ├── isa_c3_utf8.t │ ├── isa_dfs.t │ ├── isa_dfs_utf8.t │ ├── isarev.t │ ├── isarev_utf8.t │ ├── method_caching.t │ ├── method_caching_utf8.t │ ├── next_NEXT.t │ ├── next_NEXT_utf8.t │ ├── next_edgecases.t │ ├── next_edgecases_utf8.t │ ├── next_goto.t │ ├── next_goto_utf8.t │ ├── next_inanon.t │ ├── next_inanon_utf8.t │ ├── next_ineval.t │ ├── next_ineval_utf8.t │ ├── next_method.t │ ├── next_method_utf8.t │ ├── next_skip.t │ ├── next_skip_utf8.t │ ├── overload_c3.t │ ├── overload_c3_utf8.t │ ├── overload_dfs.t │ ├── package_aliases.t │ ├── package_aliases_utf8.t │ ├── pkg_gen.t │ ├── pkg_gen_utf8.t │ ├── recursion_c3.t │ ├── recursion_c3_utf8.t │ ├── recursion_dfs.t │ ├── recursion_dfs_utf8.t │ ├── vulcan_c3.t │ ├── vulcan_c3_utf8.t │ ├── vulcan_dfs.t │ └── vulcan_dfs_utf8.t ├── op │ ├── 64bitint.t │ ├── aassign.t │ ├── alarm.t │ ├── anonconst.t │ ├── anonsub.t │ ├── append.t │ ├── args.t │ ├── array.t │ ├── assignwarn.t │ ├── attrhand.t │ ├── attrproto.t │ ├── attrs.t │ ├── auto.t │ ├── avhv.t │ ├── bless.t │ ├── blocks.t │ ├── bop.t │ ├── caller.pl │ ├── caller.t │ ├── catch.t │ ├── chars.t │ ├── chdir.t │ ├── chop.t │ ├── chr.t │ ├── closure.t │ ├── closure_test.pl │ ├── cmpchain.t │ ├── concat2.t │ ├── cond.t │ ├── const-optree.t │ ├── context.t │ ├── coreamp.t │ ├── coresubs.t │ ├── cproto.t │ ├── crypt.t │ ├── current_sub.t │ ├── dbm.t │ ├── decl-refs.t │ ├── defined.t │ ├── defins.t │ ├── delete.t │ ├── die.t │ ├── die_except.t │ ├── die_exit.t │ ├── die_keeperr.t │ ├── die_unwind.t │ ├── do.t │ ├── dor.t │ ├── dump.t │ ├── each.t │ ├── each_array.t │ ├── eval.t │ ├── evalbytes.t │ ├── exec.t │ ├── exists_sub.t │ ├── exp.t │ ├── fh.t │ ├── filehandle.t │ ├── filetest.t │ ├── filetest_stack_ok.t │ ├── filetest_t.t │ ├── flip.t │ ├── for.t │ ├── fork.t │ ├── fresh_perl_utf8.t │ ├── getpid.t │ ├── getppid.t │ ├── glob.t │ ├── gmagic.t │ ├── goto.t │ ├── goto_xs.t │ ├── grent.t │ ├── grep.t │ ├── groups.t │ ├── gv.t │ ├── hash-rt85026.t │ ├── hash.t │ ├── hashassign.t │ ├── hashwarn.t │ ├── heredoc.t │ ├── hexfp.t │ ├── inc.t │ ├── inccode-tie.t │ ├── inccode.t │ ├── incfilter.t │ ├── index.t │ ├── index_thr.t │ ├── infnan.t │ ├── int.t │ ├── isa.t │ ├── join.t │ ├── kill0.t │ ├── kill0_child │ ├── kvaslice.t │ ├── kvhslice.t │ ├── lc.t │ ├── leaky-magic.t │ ├── length.t │ ├── lex.t │ ├── lex_assign.t │ ├── lexsub.t │ ├── lfs.t │ ├── list.t │ ├── local.t │ ├── localref.t │ ├── lock.t │ ├── loopctl.t │ ├── lop.t │ ├── lvref.t │ ├── magic-27839.t │ ├── magic.t │ ├── method.t │ ├── mkdir.t │ ├── multideref.t │ ├── my.t │ ├── my_stash.t │ ├── mydef.t │ ├── negate.t │ ├── not.t │ ├── numconvert.t │ ├── oct.t │ ├── or.t │ ├── ord.t │ ├── overload_integer.t │ ├── override.t │ ├── pack.t │ ├── packagev.t │ ├── pos.t │ ├── postfixderef.t │ ├── pow.t │ ├── print.t │ ├── protowarn.t │ ├── push.t │ ├── pwent.t │ ├── qr.t │ ├── quotemeta.t │ ├── rand.t │ ├── range.t │ ├── read.t │ ├── readdir.t │ ├── readline.t │ ├── recurse.t │ ├── ref.t │ ├── repeat.t │ ├── require_37033.t │ ├── require_errors.t │ ├── require_override.t │ ├── reset.t │ ├── reverse.t │ ├── rt119311.t │ ├── runlevel.t │ ├── select.t │ ├── setpgrpstack.t │ ├── sigdispatch.t │ ├── signame_canonical.t │ ├── signatures.t │ ├── sigsystem.t │ ├── sleep.t │ ├── smartkve.t │ ├── smartmatch.t │ ├── sort.t │ ├── splice.t │ ├── split.t │ ├── split_unicode.t │ ├── sprintf.t │ ├── sprintf2.t │ ├── srand.t │ ├── sselect.t │ ├── stash.t │ ├── stash_parse_gv.t │ ├── stat.t │ ├── stat_errors.t │ ├── state.t │ ├── study.t │ ├── studytied.t │ ├── sub.t │ ├── sub_lval.t │ ├── substr.t │ ├── substr_thr.t │ ├── svleak.pl │ ├── svleak.t │ ├── switch.t │ ├── symbolcache.t │ ├── sysio.t │ ├── taint.t │ ├── threads-dirh.t │ ├── threads.t │ ├── threads_create.pl │ ├── tie.t │ ├── tie_fetch_count.t │ ├── tiearray.t │ ├── tiehandle.t │ ├── time.t │ ├── time_loop.t │ ├── tr.t │ ├── tr_latin1.t │ ├── undef.t │ ├── universal.t │ ├── unlink.t │ ├── unshift.t │ ├── upgrade.t │ ├── utf8cache.t │ ├── utf8decode.t │ ├── utf8magic.t │ ├── utfhash.t │ ├── utftaint.t │ ├── vec.t │ ├── ver.t │ ├── waitpid.t │ ├── wantarray.t │ ├── warn.t │ ├── while.t │ ├── write.t │ └── yadayada.t ├── opbasic │ ├── arith.t │ ├── cmp.t │ ├── concat.t │ ├── magic_phase.t │ └── qq.t ├── perf │ ├── benchmarks │ ├── benchmarks.t │ ├── opcount.t │ ├── optree.t │ ├── speed.t │ └── taint.t ├── perl.supp ├── porting │ ├── FindExt.t │ ├── args_assert.t │ ├── authors.t │ ├── bench.t │ ├── bench │ │ ├── badhash │ │ ├── badname │ │ ├── badversion.json │ │ ├── callsub.json │ │ ├── callsub2.json │ │ ├── oddentry │ │ ├── ret0 │ │ └── synerr │ ├── bench_selftest.t │ ├── bincompat.t │ ├── checkcase.t │ ├── checkcfgvar.t │ ├── cmp_version.t │ ├── copyright.t │ ├── corelist.t │ ├── customized.dat │ ├── customized.t │ ├── diag.t │ ├── dual-life.t │ ├── exec-bit.t │ ├── extrefs.t │ ├── filenames.t │ ├── globvar.t │ ├── known_pod_issues.dat │ ├── libperl.t │ ├── maintainers.t │ ├── manifest.t │ ├── pending-author.t │ ├── perlfunc.t │ ├── pod_rules.t │ ├── podcheck.t │ ├── re_context.t │ ├── readme.t │ ├── regen.t │ ├── ss_dup.t │ ├── test_bootstrap.t │ └── utils.t ├── re │ ├── alpha_assertions.t │ ├── anyof.t │ ├── begin-once.t │ ├── bigfuzzy_not_utf8.t │ ├── charset.t │ ├── fold_grind.pl │ ├── fold_grind_8.t │ ├── fold_grind_T.t │ ├── fold_grind_a.t │ ├── fold_grind_aa.t │ ├── fold_grind_d.t │ ├── fold_grind_l.t │ ├── fold_grind_u.t │ ├── keep_tabs.t │ ├── no_utf8_pm.t │ ├── overload.t │ ├── pat.t │ ├── pat_advanced.t │ ├── pat_advanced_thr.t │ ├── pat_psycho.t │ ├── pat_psycho_thr.t │ ├── pat_re_eval.t │ ├── pat_re_eval_thr.t │ ├── pat_rt_report.t │ ├── pat_rt_report_thr.t │ ├── pat_special_cc.t │ ├── pat_special_cc_thr.t │ ├── pat_thr.t │ ├── pos.t │ ├── qr-72922.t │ ├── qr.t │ ├── qr_gc.t │ ├── qrstack.t │ ├── re_tests │ ├── recompile.t │ ├── reg_60508.t │ ├── reg_email.t │ ├── reg_email_thr.t │ ├── reg_eval.t │ ├── reg_eval_scope.t │ ├── reg_fold.t │ ├── reg_mesg.t │ ├── reg_namedcapture.t │ ├── reg_nc_tie.t │ ├── reg_nocapture.t │ ├── reg_pmod.t │ ├── reg_posixcc.t │ ├── regex_sets.t │ ├── regex_sets_compat.t │ ├── regexp.t │ ├── regexp_noamp.t │ ├── regexp_nonull.t │ ├── regexp_notrie.t │ ├── regexp_qr.t │ ├── regexp_qr_embed.t │ ├── regexp_qr_embed_thr.t │ ├── regexp_trielist.t │ ├── regexp_unicode_prop.t │ ├── regexp_unicode_prop_thr.t │ ├── rt122747.t │ ├── rxcode.t │ ├── script_run.t │ ├── speed.t │ ├── speed_thr.t │ ├── subst.t │ ├── substT.t │ ├── subst_amp.t │ ├── subst_wamp.t │ ├── uniprops01.t │ ├── uniprops02.t │ ├── uniprops03.t │ ├── uniprops04.t │ ├── uniprops05.t │ ├── uniprops06.t │ ├── uniprops07.t │ ├── uniprops08.t │ ├── uniprops09.t │ ├── uniprops10.t │ └── user_prop_race_thr.t ├── run │ ├── cloexec.t │ ├── dtrace.pl │ ├── dtrace.t │ ├── exit.t │ ├── flib │ │ ├── broken.pm │ │ ├── t2.pm │ │ └── t2.pmc │ ├── fresh_perl.t │ ├── locale.t │ ├── noswitch.t │ ├── runenv.t │ ├── script.t │ ├── switch0.t │ ├── switchC.t │ ├── switchDx.t │ ├── switchF.t │ ├── switchF1.t │ ├── switchF2.t │ ├── switchI.t │ ├── switchM.t │ ├── switcha.t │ ├── switchd-78586.t │ ├── switchd.t │ ├── switches.t │ ├── switchn.t │ ├── switchp.t │ ├── switcht.t │ ├── switchx.aux │ ├── switchx.t │ ├── switchx2.aux │ └── switchx3.aux ├── test.pl ├── test_pl │ ├── _num_to_alpha.t │ ├── can_isa_ok.t │ ├── plan_skip_all.t │ └── tempfile.t ├── thread_it.pl ├── uni │ ├── attrs.t │ ├── bless.t │ ├── caller.t │ ├── case.pl │ ├── chomp.t │ ├── class.t │ ├── eval.t │ ├── fold.t │ ├── goto.t │ ├── greek.t │ ├── gv.t │ ├── labels.t │ ├── latin2.t │ ├── lex_utf8.t │ ├── lower.t │ ├── method.t │ ├── opcroak.t │ ├── overload.t │ ├── package.t │ ├── parser.t │ ├── readline.t │ ├── select.t │ ├── sprintf.t │ ├── stash.t │ ├── tie.t │ ├── title.t │ ├── tr_utf8.t │ ├── universal.t │ ├── upper.t │ ├── variables.t │ └── write.t └── win32 │ ├── crypt.t │ ├── fs.t │ ├── popen.t │ ├── runenv.t │ ├── signal.t │ ├── system.t │ └── system_tests ├── taint.c ├── thread.h ├── time64.c ├── time64.h ├── time64_config.h ├── toke.c ├── uconfig.h ├── uconfig.sh ├── uconfig64.sh ├── uni_keywords.h ├── unicode_constants.h ├── universal.c ├── unixish.h ├── utf8.c ├── utf8.h ├── utfebcdic.h ├── util.c ├── util.h ├── utils.lst ├── utils ├── .gitignore ├── Makefile.PL ├── corelist.PL ├── cpan.PL ├── enc2xs.PL ├── encguess.PL ├── h2ph.PL ├── h2xs.PL ├── instmodsh.PL ├── json_pp.PL ├── libnetcfg.PL ├── perlbug.PL ├── perldoc.PL ├── perlivp.PL ├── piconv.PL ├── pl2pm.PL ├── pod2html.PL ├── prove.PL ├── ptar.PL ├── ptardiff.PL ├── ptargrep.PL ├── shasum.PL ├── splain.PL ├── streamzip.PL ├── xsubpp.PL └── zipdetails.PL ├── vms ├── descrip_mms.template ├── gen_shrfls.pl ├── genopt.com ├── make_command.com ├── mms2make.pl ├── munchconfig.c ├── myconfig.com ├── test.com ├── vms.c ├── vmsish.h └── vmspipe.com ├── vos ├── Changes ├── compile_full_perl.cm ├── configure_full_perl.sh ├── make_full_perl.sh ├── vos.c └── vosish.h ├── vutil.c ├── vutil.h ├── vxs.inc ├── warnings.h ├── win32 ├── .gitignore ├── FindExt.pm ├── GNUmakefile ├── Makefile ├── bin │ ├── exetype.pl │ ├── perlglob.pl │ ├── pl2bat.pl │ ├── runperl.pl │ └── search.pl ├── config.gc ├── config.vc ├── config_H.gc ├── config_H.vc ├── config_h.PL ├── config_sh.PL ├── create_perllibst_h.pl ├── distclean.bat ├── fcrypt.c ├── include │ ├── arpa │ │ └── inet.h │ ├── dirent.h │ ├── netdb.h │ └── sys │ │ ├── errno2.h │ │ └── socket.h ├── list_static_libs.pl ├── makefile.mk ├── perlexe.ico ├── perlexe.manifest ├── perlexe.rc ├── perlglob.c ├── perlhost.h ├── perllib.c ├── pod.mak ├── runperl.c ├── vdir.h ├── vmem.h ├── win32.c ├── win32.h ├── win32io.c ├── win32iop.h ├── win32sck.c ├── win32thread.c └── win32thread.h ├── write_buildcustomize.pl └── zaphod32_hash.h /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.git_patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.git_patch -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | .git_patch export-subst 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.gitignore -------------------------------------------------------------------------------- /.lgtm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.lgtm.yml -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.mailmap -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/.travis.yml -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/AUTHORS -------------------------------------------------------------------------------- /Artistic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Artistic -------------------------------------------------------------------------------- /Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Changes -------------------------------------------------------------------------------- /Configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Configure -------------------------------------------------------------------------------- /Copying: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Copying -------------------------------------------------------------------------------- /Cross/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/Makefile -------------------------------------------------------------------------------- /Cross/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/README -------------------------------------------------------------------------------- /Cross/README.new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/README.new -------------------------------------------------------------------------------- /Cross/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/TODO -------------------------------------------------------------------------------- /Cross/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/config -------------------------------------------------------------------------------- /Cross/warp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Cross/warp -------------------------------------------------------------------------------- /EXTERN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/EXTERN.h -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/INSTALL -------------------------------------------------------------------------------- /INTERN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/INTERN.h -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/MANIFEST -------------------------------------------------------------------------------- /META.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/META.json -------------------------------------------------------------------------------- /META.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/META.yml -------------------------------------------------------------------------------- /Makefile.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Makefile.SH -------------------------------------------------------------------------------- /Makefile.micro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Makefile.micro -------------------------------------------------------------------------------- /NetWare/CLIBstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/CLIBstr.h -------------------------------------------------------------------------------- /NetWare/MP.imp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/MP.imp -------------------------------------------------------------------------------- /NetWare/Main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/Main.c -------------------------------------------------------------------------------- /NetWare/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/Makefile -------------------------------------------------------------------------------- /NetWare/NWTInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/NWTInfo.c -------------------------------------------------------------------------------- /NetWare/NWUtil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/NWUtil.c -------------------------------------------------------------------------------- /NetWare/Nwmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/Nwmain.c -------------------------------------------------------------------------------- /NetWare/Nwpipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/Nwpipe.c -------------------------------------------------------------------------------- /NetWare/config.wc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/config.wc -------------------------------------------------------------------------------- /NetWare/deb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/deb.h -------------------------------------------------------------------------------- /NetWare/intdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/intdef.h -------------------------------------------------------------------------------- /NetWare/netware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/netware.h -------------------------------------------------------------------------------- /NetWare/nw5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nw5.c -------------------------------------------------------------------------------- /NetWare/nw5iop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nw5iop.h -------------------------------------------------------------------------------- /NetWare/nw5sck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nw5sck.c -------------------------------------------------------------------------------- /NetWare/nw5sck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nw5sck.h -------------------------------------------------------------------------------- /NetWare/nwpipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nwpipe.h -------------------------------------------------------------------------------- /NetWare/nwstdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nwstdio.h -------------------------------------------------------------------------------- /NetWare/nwtinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nwtinfo.h -------------------------------------------------------------------------------- /NetWare/nwutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nwutil.h -------------------------------------------------------------------------------- /NetWare/nwvmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/nwvmem.h -------------------------------------------------------------------------------- /NetWare/sv_nw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/NetWare/sv_nw.c -------------------------------------------------------------------------------- /PACKAGING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/PACKAGING -------------------------------------------------------------------------------- /Policy_sh.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Policy_sh.SH -------------------------------------------------------------------------------- /Porting/Glossary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/Glossary -------------------------------------------------------------------------------- /Porting/bench.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/bench.pl -------------------------------------------------------------------------------- /Porting/bisect.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/bisect.pl -------------------------------------------------------------------------------- /Porting/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/config.sh -------------------------------------------------------------------------------- /Porting/config_H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/config_H -------------------------------------------------------------------------------- /Porting/makerel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/makerel -------------------------------------------------------------------------------- /Porting/podtidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/Porting/podtidy -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README -------------------------------------------------------------------------------- /README.aix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.aix -------------------------------------------------------------------------------- /README.amiga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.amiga -------------------------------------------------------------------------------- /README.android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.android -------------------------------------------------------------------------------- /README.bs2000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.bs2000 -------------------------------------------------------------------------------- /README.cn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.cn -------------------------------------------------------------------------------- /README.cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.cygwin -------------------------------------------------------------------------------- /README.dos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.dos -------------------------------------------------------------------------------- /README.freebsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.freebsd -------------------------------------------------------------------------------- /README.haiku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.haiku -------------------------------------------------------------------------------- /README.hpux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.hpux -------------------------------------------------------------------------------- /README.hurd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.hurd -------------------------------------------------------------------------------- /README.irix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.irix -------------------------------------------------------------------------------- /README.jp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.jp -------------------------------------------------------------------------------- /README.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.ko -------------------------------------------------------------------------------- /README.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.linux -------------------------------------------------------------------------------- /README.macos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.macos -------------------------------------------------------------------------------- /README.macosx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.macosx -------------------------------------------------------------------------------- /README.micro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.micro -------------------------------------------------------------------------------- /README.netware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.netware -------------------------------------------------------------------------------- /README.openbsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.openbsd -------------------------------------------------------------------------------- /README.os2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.os2 -------------------------------------------------------------------------------- /README.os390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.os390 -------------------------------------------------------------------------------- /README.os400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.os400 -------------------------------------------------------------------------------- /README.plan9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.plan9 -------------------------------------------------------------------------------- /README.qnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.qnx -------------------------------------------------------------------------------- /README.riscos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.riscos -------------------------------------------------------------------------------- /README.solaris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.solaris -------------------------------------------------------------------------------- /README.symbian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.symbian -------------------------------------------------------------------------------- /README.synology: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.synology -------------------------------------------------------------------------------- /README.tru64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.tru64 -------------------------------------------------------------------------------- /README.tw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.tw -------------------------------------------------------------------------------- /README.vms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.vms -------------------------------------------------------------------------------- /README.vos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.vos -------------------------------------------------------------------------------- /README.win32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/README.win32 -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/SECURITY.md -------------------------------------------------------------------------------- /TestInit.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/TestInit.pm -------------------------------------------------------------------------------- /XSUB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/XSUB.h -------------------------------------------------------------------------------- /asan_ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/asan_ignore -------------------------------------------------------------------------------- /autodoc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/autodoc.pl -------------------------------------------------------------------------------- /av.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/av.c -------------------------------------------------------------------------------- /av.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/av.h -------------------------------------------------------------------------------- /caretx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/caretx.c -------------------------------------------------------------------------------- /cflags.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/cflags.SH -------------------------------------------------------------------------------- /config_h.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/config_h.SH -------------------------------------------------------------------------------- /configpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/configpm -------------------------------------------------------------------------------- /configure.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/configure.com -------------------------------------------------------------------------------- /configure.gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/configure.gnu -------------------------------------------------------------------------------- /cop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/cop.h -------------------------------------------------------------------------------- /cpan/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/cpan/.gitignore -------------------------------------------------------------------------------- /cpan/CPAN-Meta-YAML/t/data/ascii.yml: -------------------------------------------------------------------------------- 1 | --- 2 | - foo 3 | -------------------------------------------------------------------------------- /cpan/Compress-Raw-Zlib/.gitignore: -------------------------------------------------------------------------------- 1 | constants.* 2 | -------------------------------------------------------------------------------- /cpan/DB_File/.gitignore: -------------------------------------------------------------------------------- 1 | !/version.c 2 | /constants.* 3 | *.bak 4 | -------------------------------------------------------------------------------- /cpan/DB_File/hints/bitrig.pl: -------------------------------------------------------------------------------- 1 | no strict 'vars'; 2 | $self->{LIBS} = ['']; 3 | -------------------------------------------------------------------------------- /cpan/DB_File/hints/minix.pl: -------------------------------------------------------------------------------- 1 | no strict 'vars'; 2 | $self->{LIBS} = ['']; 3 | -------------------------------------------------------------------------------- /cpan/DB_File/hints/netbsd.pl: -------------------------------------------------------------------------------- 1 | no strict 'vars'; 2 | $self->{LIBS} = ['']; 3 | -------------------------------------------------------------------------------- /cpan/DB_File/hints/openbsd.pl: -------------------------------------------------------------------------------- 1 | no strict 'vars'; 2 | $self->{LIBS} = ['']; 3 | -------------------------------------------------------------------------------- /cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cpan/IPC-SysV/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /cpan/IPC-SysV/typemap: -------------------------------------------------------------------------------- 1 | TYPEMAP 2 | const char * T_PV 3 | -------------------------------------------------------------------------------- /cpan/Module-Load-Conditional/t/to_load/LoadMe.pl: -------------------------------------------------------------------------------- 1 | 1; -------------------------------------------------------------------------------- /cpan/Module-Load-Conditional/t/to_load/ToBeLoaded: -------------------------------------------------------------------------------- 1 | 1; -------------------------------------------------------------------------------- /cpan/Module-Load/t/to_load/LoadIt.pm: -------------------------------------------------------------------------------- 1 | our $VERSION = 1.00_001; 2 | 3 | 1; 4 | -------------------------------------------------------------------------------- /cpan/Module-Load/t/to_load/LoadMe.pl: -------------------------------------------------------------------------------- 1 | 1; -------------------------------------------------------------------------------- /cpan/Module-Load/t/to_load/ToBeLoaded: -------------------------------------------------------------------------------- 1 | 1; -------------------------------------------------------------------------------- /cpan/Pod-Checker/.gitignore: -------------------------------------------------------------------------------- 1 | /podchecker* 2 | -------------------------------------------------------------------------------- /cpan/Pod-Checker/t/pod/empty.xr: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cpan/Pod-Simple/t/search60/A/x.pod: -------------------------------------------------------------------------------- 1 | =head1 x 2 | -------------------------------------------------------------------------------- /cpan/Pod-Simple/t/search60/B/X.pod: -------------------------------------------------------------------------------- 1 | =head1 X 2 | -------------------------------------------------------------------------------- /cpan/Pod-Usage/.gitignore: -------------------------------------------------------------------------------- 1 | /pod2usage* 2 | -------------------------------------------------------------------------------- /cpan/Socket/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /cpan/Socket/typemap: -------------------------------------------------------------------------------- 1 | TYPEMAP 2 | const char * T_PV 3 | -------------------------------------------------------------------------------- /cpan/Test-Harness/t/data/catme.1: -------------------------------------------------------------------------------- 1 | 1..1 2 | ok 1 3 | -------------------------------------------------------------------------------- /cpan/Test-Harness/t/proverc/emptyexec: -------------------------------------------------------------------------------- 1 | --exec '' 2 | 3 | -------------------------------------------------------------------------------- /cpan/Test-Harness/t/sample-tests/skipall_nomsg: -------------------------------------------------------------------------------- 1 | print "1..0\n"; 2 | exit 0; 3 | -------------------------------------------------------------------------------- /cpan/Test-Harness/t/source_tests/source.1: -------------------------------------------------------------------------------- 1 | 1..1 2 | ok 1 - source.1 3 | -------------------------------------------------------------------------------- /cpan/Test-Harness/t/source_tests/source.tap: -------------------------------------------------------------------------------- 1 | 1..1 2 | ok 1 - source.tap 3 | -------------------------------------------------------------------------------- /cpan/Unicode-Collate/.gitignore: -------------------------------------------------------------------------------- 1 | *.h 2 | -------------------------------------------------------------------------------- /cv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/cv.h -------------------------------------------------------------------------------- /cygwin/cygwin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/cygwin/cygwin.c -------------------------------------------------------------------------------- /deb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/deb.c -------------------------------------------------------------------------------- /dist/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/.gitignore -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5004002: -------------------------------------------------------------------------------- 1 | 5.004002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5004003: -------------------------------------------------------------------------------- 1 | 5.004003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5005001: -------------------------------------------------------------------------------- 1 | 5.005001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5005002: -------------------------------------------------------------------------------- 1 | 5.005002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5006002: -------------------------------------------------------------------------------- 1 | 5.006002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5007000: -------------------------------------------------------------------------------- 1 | 5.007000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008002: -------------------------------------------------------------------------------- 1 | 5.008002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008004: -------------------------------------------------------------------------------- 1 | 5.008004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008005: -------------------------------------------------------------------------------- 1 | 5.008005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008006: -------------------------------------------------------------------------------- 1 | 5.008006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008007: -------------------------------------------------------------------------------- 1 | 5.008007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5008008: -------------------------------------------------------------------------------- 1 | 5.008008 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5011003: -------------------------------------------------------------------------------- 1 | 5.011003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012000: -------------------------------------------------------------------------------- 1 | 5.012000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012001: -------------------------------------------------------------------------------- 1 | 5.012001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012002: -------------------------------------------------------------------------------- 1 | 5.012002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012003: -------------------------------------------------------------------------------- 1 | 5.012003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012004: -------------------------------------------------------------------------------- 1 | 5.012004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5012005: -------------------------------------------------------------------------------- 1 | 5.012005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5014001: -------------------------------------------------------------------------------- 1 | 5.014001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5014002: -------------------------------------------------------------------------------- 1 | 5.014002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5014003: -------------------------------------------------------------------------------- 1 | 5.014003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5014004: -------------------------------------------------------------------------------- 1 | 5.014004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5015007: -------------------------------------------------------------------------------- 1 | 5.015007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5016001: -------------------------------------------------------------------------------- 1 | 5.016001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5016002: -------------------------------------------------------------------------------- 1 | 5.016002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5016003: -------------------------------------------------------------------------------- 1 | 5.016003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5018001: -------------------------------------------------------------------------------- 1 | 5.018001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5018002: -------------------------------------------------------------------------------- 1 | 5.018002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5018003: -------------------------------------------------------------------------------- 1 | 5.018003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5018004: -------------------------------------------------------------------------------- 1 | 5.018004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5019000: -------------------------------------------------------------------------------- 1 | 5.019000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5019011: -------------------------------------------------------------------------------- 1 | 5.019011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5020000: -------------------------------------------------------------------------------- 1 | 5.020000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5020001: -------------------------------------------------------------------------------- 1 | 5.020001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5020002: -------------------------------------------------------------------------------- 1 | 5.020002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5020003: -------------------------------------------------------------------------------- 1 | 5.020003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5021000: -------------------------------------------------------------------------------- 1 | 5.021000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5022001: -------------------------------------------------------------------------------- 1 | 5.022001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5022002: -------------------------------------------------------------------------------- 1 | 5.022002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5022003: -------------------------------------------------------------------------------- 1 | 5.022003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5022004: -------------------------------------------------------------------------------- 1 | 5.022004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5023001: -------------------------------------------------------------------------------- 1 | 5.023001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5023003: -------------------------------------------------------------------------------- 1 | 5.023003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5023005: -------------------------------------------------------------------------------- 1 | 5.023005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5024001: -------------------------------------------------------------------------------- 1 | 5.024001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5024002: -------------------------------------------------------------------------------- 1 | 5.024002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5024003: -------------------------------------------------------------------------------- 1 | 5.024003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5024004: -------------------------------------------------------------------------------- 1 | 5.024004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5025000: -------------------------------------------------------------------------------- 1 | 5.025000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5025011: -------------------------------------------------------------------------------- 1 | 5.025011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5025012: -------------------------------------------------------------------------------- 1 | 5.025012 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5026000: -------------------------------------------------------------------------------- 1 | 5.026000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5026001: -------------------------------------------------------------------------------- 1 | 5.026001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5026002: -------------------------------------------------------------------------------- 1 | 5.026002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5026003: -------------------------------------------------------------------------------- 1 | 5.026003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5027000: -------------------------------------------------------------------------------- 1 | 5.027000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5027005: -------------------------------------------------------------------------------- 1 | 5.027005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5028000: -------------------------------------------------------------------------------- 1 | 5.028000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5028001: -------------------------------------------------------------------------------- 1 | 5.028001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5029003: -------------------------------------------------------------------------------- 1 | 5.029003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/base/5030000: -------------------------------------------------------------------------------- 1 | 5.030000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5004001: -------------------------------------------------------------------------------- 1 | 5.004001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5004002: -------------------------------------------------------------------------------- 1 | 5.004002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5004003: -------------------------------------------------------------------------------- 1 | 5.004003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5004004: -------------------------------------------------------------------------------- 1 | 5.004004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5005001: -------------------------------------------------------------------------------- 1 | 5.005001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5005002: -------------------------------------------------------------------------------- 1 | 5.005002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5005004: -------------------------------------------------------------------------------- 1 | 5.005004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5006002: -------------------------------------------------------------------------------- 1 | 5.006002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5007000: -------------------------------------------------------------------------------- 1 | 5.007000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5008002: -------------------------------------------------------------------------------- 1 | 5.008002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5008004: -------------------------------------------------------------------------------- 1 | 5.008004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5008005: -------------------------------------------------------------------------------- 1 | 5.008005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5008006: -------------------------------------------------------------------------------- 1 | 5.008006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5008007: -------------------------------------------------------------------------------- 1 | 5.008007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5011003: -------------------------------------------------------------------------------- 1 | 5.011003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012000: -------------------------------------------------------------------------------- 1 | 5.012000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012001: -------------------------------------------------------------------------------- 1 | 5.012001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012002: -------------------------------------------------------------------------------- 1 | 5.012002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012003: -------------------------------------------------------------------------------- 1 | 5.012003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012004: -------------------------------------------------------------------------------- 1 | 5.012004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5012005: -------------------------------------------------------------------------------- 1 | 5.012005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5013000: -------------------------------------------------------------------------------- 1 | 5.013000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5013011: -------------------------------------------------------------------------------- 1 | 5.013011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5014000: -------------------------------------------------------------------------------- 1 | 5.014000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5014001: -------------------------------------------------------------------------------- 1 | 5.014001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5014002: -------------------------------------------------------------------------------- 1 | 5.014002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5014003: -------------------------------------------------------------------------------- 1 | 5.014003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5014004: -------------------------------------------------------------------------------- 1 | 5.014004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5015000: -------------------------------------------------------------------------------- 1 | 5.015000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5015005: -------------------------------------------------------------------------------- 1 | 5.015005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5015007: -------------------------------------------------------------------------------- 1 | 5.015007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5015009: -------------------------------------------------------------------------------- 1 | 5.015009 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5016001: -------------------------------------------------------------------------------- 1 | 5.016001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5016002: -------------------------------------------------------------------------------- 1 | 5.016002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5016003: -------------------------------------------------------------------------------- 1 | 5.016003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5017000: -------------------------------------------------------------------------------- 1 | 5.017000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5017003: -------------------------------------------------------------------------------- 1 | 5.017003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5017009: -------------------------------------------------------------------------------- 1 | 5.017009 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5017010: -------------------------------------------------------------------------------- 1 | 5.017010 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5018001: -------------------------------------------------------------------------------- 1 | 5.018001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5018002: -------------------------------------------------------------------------------- 1 | 5.018002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5018003: -------------------------------------------------------------------------------- 1 | 5.018003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5018004: -------------------------------------------------------------------------------- 1 | 5.018004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5019000: -------------------------------------------------------------------------------- 1 | 5.019000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5019006: -------------------------------------------------------------------------------- 1 | 5.019006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5019008: -------------------------------------------------------------------------------- 1 | 5.019008 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5019011: -------------------------------------------------------------------------------- 1 | 5.019011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5020000: -------------------------------------------------------------------------------- 1 | 5.020000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5020001: -------------------------------------------------------------------------------- 1 | 5.020001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5020002: -------------------------------------------------------------------------------- 1 | 5.020002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5020003: -------------------------------------------------------------------------------- 1 | 5.020003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5021000: -------------------------------------------------------------------------------- 1 | 5.021000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5021003: -------------------------------------------------------------------------------- 1 | 5.021003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5021011: -------------------------------------------------------------------------------- 1 | 5.021011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5022000: -------------------------------------------------------------------------------- 1 | 5.022000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5022001: -------------------------------------------------------------------------------- 1 | 5.022001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5022002: -------------------------------------------------------------------------------- 1 | 5.022002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5022003: -------------------------------------------------------------------------------- 1 | 5.022003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5022004: -------------------------------------------------------------------------------- 1 | 5.022004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023001: -------------------------------------------------------------------------------- 1 | 5.023001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023003: -------------------------------------------------------------------------------- 1 | 5.023003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023004: -------------------------------------------------------------------------------- 1 | 5.023004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023005: -------------------------------------------------------------------------------- 1 | 5.023005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023006: -------------------------------------------------------------------------------- 1 | 5.023006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023007: -------------------------------------------------------------------------------- 1 | 5.023007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5023009: -------------------------------------------------------------------------------- 1 | 5.023009 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5024000: -------------------------------------------------------------------------------- 1 | 5.024000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5024001: -------------------------------------------------------------------------------- 1 | 5.024001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5024002: -------------------------------------------------------------------------------- 1 | 5.024002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5024003: -------------------------------------------------------------------------------- 1 | 5.024003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5024004: -------------------------------------------------------------------------------- 1 | 5.024004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5025000: -------------------------------------------------------------------------------- 1 | 5.025000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5025002: -------------------------------------------------------------------------------- 1 | 5.025002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5025004: -------------------------------------------------------------------------------- 1 | 5.025004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5025011: -------------------------------------------------------------------------------- 1 | 5.025011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5025012: -------------------------------------------------------------------------------- 1 | 5.025012 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5026000: -------------------------------------------------------------------------------- 1 | 5.026000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5026001: -------------------------------------------------------------------------------- 1 | 5.026001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5026002: -------------------------------------------------------------------------------- 1 | 5.026002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5026003: -------------------------------------------------------------------------------- 1 | 5.026003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5027000: -------------------------------------------------------------------------------- 1 | 5.027000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5027005: -------------------------------------------------------------------------------- 1 | 5.027005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5027010: -------------------------------------------------------------------------------- 1 | 5.027010 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5027011: -------------------------------------------------------------------------------- 1 | 5.027011 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5028000: -------------------------------------------------------------------------------- 1 | 5.028000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5028001: -------------------------------------------------------------------------------- 1 | 5.028001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029000: -------------------------------------------------------------------------------- 1 | 5.029000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029001: -------------------------------------------------------------------------------- 1 | 5.029001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029002: -------------------------------------------------------------------------------- 1 | 5.029002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029003: -------------------------------------------------------------------------------- 1 | 5.029003 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029004: -------------------------------------------------------------------------------- 1 | 5.029004 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029005: -------------------------------------------------------------------------------- 1 | 5.029005 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029006: -------------------------------------------------------------------------------- 1 | 5.029006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029007: -------------------------------------------------------------------------------- 1 | 5.029007 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5029008: -------------------------------------------------------------------------------- 1 | 5.029008 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5030000: -------------------------------------------------------------------------------- 1 | 5.030000 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5031001: -------------------------------------------------------------------------------- 1 | 5.031001 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5031002: -------------------------------------------------------------------------------- 1 | 5.031002 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5031006: -------------------------------------------------------------------------------- 1 | 5.031006 2 | -------------------------------------------------------------------------------- /dist/Devel-PPPort/parts/todo/5031008: -------------------------------------------------------------------------------- 1 | 5.031008 2 | -------------------------------------------------------------------------------- /dist/IO/.gitignore: -------------------------------------------------------------------------------- 1 | !/poll.c 2 | -------------------------------------------------------------------------------- /dist/IO/IO.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/IO.pm -------------------------------------------------------------------------------- /dist/IO/IO.xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/IO.xs -------------------------------------------------------------------------------- /dist/IO/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/README -------------------------------------------------------------------------------- /dist/IO/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/poll.c -------------------------------------------------------------------------------- /dist/IO/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/poll.h -------------------------------------------------------------------------------- /dist/IO/t/IO.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/IO/t/IO.t -------------------------------------------------------------------------------- /dist/Unicode-Normalize/.gitignore: -------------------------------------------------------------------------------- 1 | *.h 2 | -------------------------------------------------------------------------------- /dist/XSLoader/.gitignore: -------------------------------------------------------------------------------- 1 | /XSLoader.pm 2 | -------------------------------------------------------------------------------- /dist/if/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/if/Changes -------------------------------------------------------------------------------- /dist/if/if.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/if/if.pm -------------------------------------------------------------------------------- /dist/if/t/if.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dist/if/t/if.t -------------------------------------------------------------------------------- /dist/lib/.gitignore: -------------------------------------------------------------------------------- 1 | /lib.pm 2 | -------------------------------------------------------------------------------- /djgpp/djgpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/djgpp/djgpp.c -------------------------------------------------------------------------------- /djgpp/djgpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/djgpp/djgpp.h -------------------------------------------------------------------------------- /djgpp/fixpmain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/djgpp/fixpmain -------------------------------------------------------------------------------- /doio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/doio.c -------------------------------------------------------------------------------- /doop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/doop.c -------------------------------------------------------------------------------- /dosish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dosish.h -------------------------------------------------------------------------------- /dquote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dquote.c -------------------------------------------------------------------------------- /dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/dump.c -------------------------------------------------------------------------------- /ebcdic_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ebcdic_tables.h -------------------------------------------------------------------------------- /embed.fnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/embed.fnc -------------------------------------------------------------------------------- /embed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/embed.h -------------------------------------------------------------------------------- /embedvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/embedvar.h -------------------------------------------------------------------------------- /ext/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/.gitignore -------------------------------------------------------------------------------- /ext/B/B.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/B.pm -------------------------------------------------------------------------------- /ext/B/B.xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/B.xs -------------------------------------------------------------------------------- /ext/B/B/Xref.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/B/Xref.pm -------------------------------------------------------------------------------- /ext/B/O.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/O.pm -------------------------------------------------------------------------------- /ext/B/t/b.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/b.t -------------------------------------------------------------------------------- /ext/B/t/f_map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/f_map -------------------------------------------------------------------------------- /ext/B/t/f_map.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/f_map.t -------------------------------------------------------------------------------- /ext/B/t/f_sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/f_sort -------------------------------------------------------------------------------- /ext/B/t/o.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/o.t -------------------------------------------------------------------------------- /ext/B/t/terse.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/terse.t -------------------------------------------------------------------------------- /ext/B/t/xref.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/t/xref.t -------------------------------------------------------------------------------- /ext/B/typemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/B/typemap -------------------------------------------------------------------------------- /ext/Errno/.gitignore: -------------------------------------------------------------------------------- 1 | /Errno.pm 2 | /arch.txt 3 | -------------------------------------------------------------------------------- /ext/Fcntl/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /ext/File-Glob/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /ext/GDBM_File/.gitignore: -------------------------------------------------------------------------------- 1 | const-*.inc 2 | -------------------------------------------------------------------------------- /ext/I18N-Langinfo/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /ext/POSIX/.gitignore: -------------------------------------------------------------------------------- 1 | *.inc 2 | -------------------------------------------------------------------------------- /ext/Pod-Functions/.gitignore: -------------------------------------------------------------------------------- 1 | /Functions.pm 2 | -------------------------------------------------------------------------------- /ext/Pod-Html/.gitignore: -------------------------------------------------------------------------------- 1 | /pod2html 2 | -------------------------------------------------------------------------------- /ext/SDBM_File/.gitignore: -------------------------------------------------------------------------------- 1 | !*.c 2 | SDBM_File.c 3 | -------------------------------------------------------------------------------- /ext/Win32CORE/.gitignore: -------------------------------------------------------------------------------- 1 | !/Win32CORE.c 2 | -------------------------------------------------------------------------------- /ext/XS-APItest/.gitignore: -------------------------------------------------------------------------------- 1 | const-*.inc 2 | -------------------------------------------------------------------------------- /ext/XS-APItest/core.c: -------------------------------------------------------------------------------- 1 | #define PERL_CORE 2 | #include "core_or_not.inc" 3 | -------------------------------------------------------------------------------- /ext/XS-APItest/notcore.c: -------------------------------------------------------------------------------- 1 | #undef PERL_CORE 2 | #include "core_or_not.inc" 3 | -------------------------------------------------------------------------------- /ext/XS-APItest/t/Block.pm: -------------------------------------------------------------------------------- 1 | { 1 } 2 | 1; 3 | -------------------------------------------------------------------------------- /ext/XS-APItest/t/Null.pm: -------------------------------------------------------------------------------- 1 | 1; 2 | -------------------------------------------------------------------------------- /ext/mro/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/mro/Changes -------------------------------------------------------------------------------- /ext/mro/mro.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/mro/mro.pm -------------------------------------------------------------------------------- /ext/mro/mro.xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/mro/mro.xs -------------------------------------------------------------------------------- /ext/re/re.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/re/re.pm -------------------------------------------------------------------------------- /ext/re/re.xs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/re/re.xs -------------------------------------------------------------------------------- /ext/re/re_top.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/re/re_top.h -------------------------------------------------------------------------------- /ext/re/t/qr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/re/t/qr.t -------------------------------------------------------------------------------- /ext/re/t/re.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/ext/re/t/re.t -------------------------------------------------------------------------------- /fakesdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/fakesdio.h -------------------------------------------------------------------------------- /feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/feature.h -------------------------------------------------------------------------------- /form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/form.h -------------------------------------------------------------------------------- /globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/globals.c -------------------------------------------------------------------------------- /globvar.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/globvar.sym -------------------------------------------------------------------------------- /gv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/gv.c -------------------------------------------------------------------------------- /gv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/gv.h -------------------------------------------------------------------------------- /h2pl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/README -------------------------------------------------------------------------------- /h2pl/cbreak.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/cbreak.pl -------------------------------------------------------------------------------- /h2pl/cbreak2.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/cbreak2.pl -------------------------------------------------------------------------------- /h2pl/mksizes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/mksizes -------------------------------------------------------------------------------- /h2pl/mkvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/mkvars -------------------------------------------------------------------------------- /h2pl/tcbreak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/tcbreak -------------------------------------------------------------------------------- /h2pl/tcbreak2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/h2pl/tcbreak2 -------------------------------------------------------------------------------- /handy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/handy.h -------------------------------------------------------------------------------- /hints/aix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/aix.sh -------------------------------------------------------------------------------- /hints/aix_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/aix_3.sh -------------------------------------------------------------------------------- /hints/aix_4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/aix_4.sh -------------------------------------------------------------------------------- /hints/atheos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/atheos.sh -------------------------------------------------------------------------------- /hints/aux_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/aux_3.sh -------------------------------------------------------------------------------- /hints/bitrig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/bitrig.sh -------------------------------------------------------------------------------- /hints/bsdos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/bsdos.sh -------------------------------------------------------------------------------- /hints/cxux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/cxux.sh -------------------------------------------------------------------------------- /hints/cygwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/cygwin.sh -------------------------------------------------------------------------------- /hints/darwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/darwin.sh -------------------------------------------------------------------------------- /hints/dcosx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/dcosx.sh -------------------------------------------------------------------------------- /hints/dynix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/dynix.sh -------------------------------------------------------------------------------- /hints/epix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/epix.sh -------------------------------------------------------------------------------- /hints/esix4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/esix4.sh -------------------------------------------------------------------------------- /hints/fps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/fps.sh -------------------------------------------------------------------------------- /hints/gnu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/gnu.sh -------------------------------------------------------------------------------- /hints/haiku.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/haiku.sh -------------------------------------------------------------------------------- /hints/hpux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/hpux.sh -------------------------------------------------------------------------------- /hints/i386.sh: -------------------------------------------------------------------------------- 1 | ldflags='-L/usr/ucblib' 2 | -------------------------------------------------------------------------------- /hints/irix_4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/irix_4.sh -------------------------------------------------------------------------------- /hints/irix_5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/irix_5.sh -------------------------------------------------------------------------------- /hints/irix_6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/irix_6.sh -------------------------------------------------------------------------------- /hints/isc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/isc.sh -------------------------------------------------------------------------------- /hints/isc_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/isc_2.sh -------------------------------------------------------------------------------- /hints/linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/linux.sh -------------------------------------------------------------------------------- /hints/lynxos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/lynxos.sh -------------------------------------------------------------------------------- /hints/minix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/minix.sh -------------------------------------------------------------------------------- /hints/mips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/mips.sh -------------------------------------------------------------------------------- /hints/mirbsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/mirbsd.sh -------------------------------------------------------------------------------- /hints/mpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/mpc.sh -------------------------------------------------------------------------------- /hints/netbsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/netbsd.sh -------------------------------------------------------------------------------- /hints/opus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/opus.sh -------------------------------------------------------------------------------- /hints/os2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/os2.sh -------------------------------------------------------------------------------- /hints/os390.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/os390.sh -------------------------------------------------------------------------------- /hints/os400.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/os400.sh -------------------------------------------------------------------------------- /hints/qnx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/qnx.sh -------------------------------------------------------------------------------- /hints/riscos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/riscos.sh -------------------------------------------------------------------------------- /hints/sco.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/sco.sh -------------------------------------------------------------------------------- /hints/sco_2_3_0.sh: -------------------------------------------------------------------------------- 1 | yacc='/usr/bin/yacc -Sm25000' 2 | i_dirent=undef 3 | -------------------------------------------------------------------------------- /hints/sco_2_3_1.sh: -------------------------------------------------------------------------------- 1 | yacc='/usr/bin/yacc -Sm25000' 2 | i_dirent=undef 3 | -------------------------------------------------------------------------------- /hints/svr4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/svr4.sh -------------------------------------------------------------------------------- /hints/svr5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/svr5.sh -------------------------------------------------------------------------------- /hints/t001.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/t001.c -------------------------------------------------------------------------------- /hints/ti1500.sh: -------------------------------------------------------------------------------- 1 | usemymalloc='n' 2 | -------------------------------------------------------------------------------- /hints/umips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/umips.sh -------------------------------------------------------------------------------- /hints/unicos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/unicos.sh -------------------------------------------------------------------------------- /hints/unisysdynix.sh: -------------------------------------------------------------------------------- 1 | d_waitpid=undef 2 | -------------------------------------------------------------------------------- /hints/utekv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/utekv.sh -------------------------------------------------------------------------------- /hints/uwin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/uwin.sh -------------------------------------------------------------------------------- /hints/vos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hints/vos.sh -------------------------------------------------------------------------------- /hv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hv.c -------------------------------------------------------------------------------- /hv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hv.h -------------------------------------------------------------------------------- /hv_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hv_func.h -------------------------------------------------------------------------------- /hv_macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/hv_macro.h -------------------------------------------------------------------------------- /inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/inline.h -------------------------------------------------------------------------------- /install_lib.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/install_lib.pl -------------------------------------------------------------------------------- /installhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/installhtml -------------------------------------------------------------------------------- /installman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/installman -------------------------------------------------------------------------------- /installperl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/installperl -------------------------------------------------------------------------------- /intrpvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/intrpvar.h -------------------------------------------------------------------------------- /iperlsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/iperlsys.h -------------------------------------------------------------------------------- /keywords.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/keywords.c -------------------------------------------------------------------------------- /keywords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/keywords.h -------------------------------------------------------------------------------- /lib/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/.gitignore -------------------------------------------------------------------------------- /lib/B/Deparse.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/B/Deparse.t -------------------------------------------------------------------------------- /lib/Benchmark.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Benchmark.t -------------------------------------------------------------------------------- /lib/CORE.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/CORE.pod -------------------------------------------------------------------------------- /lib/Config.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Config.t -------------------------------------------------------------------------------- /lib/DB.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/DB.pm -------------------------------------------------------------------------------- /lib/DB.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/DB.t -------------------------------------------------------------------------------- /lib/DirHandle.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/DirHandle.t -------------------------------------------------------------------------------- /lib/English.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/English.pm -------------------------------------------------------------------------------- /lib/English.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/English.t -------------------------------------------------------------------------------- /lib/File/Copy.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/File/Copy.t -------------------------------------------------------------------------------- /lib/File/stat.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/File/stat.t -------------------------------------------------------------------------------- /lib/Internals.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Internals.t -------------------------------------------------------------------------------- /lib/PerlIO.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/PerlIO.pm -------------------------------------------------------------------------------- /lib/Symbol.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Symbol.pm -------------------------------------------------------------------------------- /lib/Symbol.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Symbol.t -------------------------------------------------------------------------------- /lib/Thread.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Thread.pm -------------------------------------------------------------------------------- /lib/Thread.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Thread.t -------------------------------------------------------------------------------- /lib/Tie/Hash.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Tie/Hash.pm -------------------------------------------------------------------------------- /lib/Tie/Hash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Tie/Hash.t -------------------------------------------------------------------------------- /lib/Time/tm.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/Time/tm.pm -------------------------------------------------------------------------------- /lib/blib.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/blib.pm -------------------------------------------------------------------------------- /lib/blib.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/blib.t -------------------------------------------------------------------------------- /lib/bytes.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/bytes.pm -------------------------------------------------------------------------------- /lib/bytes.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/bytes.t -------------------------------------------------------------------------------- /lib/charnames.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/charnames.t -------------------------------------------------------------------------------- /lib/dumpvar.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/dumpvar.pl -------------------------------------------------------------------------------- /lib/dumpvar.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/dumpvar.t -------------------------------------------------------------------------------- /lib/feature.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/feature.pm -------------------------------------------------------------------------------- /lib/feature.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/feature.t -------------------------------------------------------------------------------- /lib/filetest.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/filetest.pm -------------------------------------------------------------------------------- /lib/filetest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/filetest.t -------------------------------------------------------------------------------- /lib/h2ph.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/h2ph.t -------------------------------------------------------------------------------- /lib/h2xs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/h2xs.t -------------------------------------------------------------------------------- /lib/integer.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/integer.pm -------------------------------------------------------------------------------- /lib/integer.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/integer.t -------------------------------------------------------------------------------- /lib/less.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/less.pm -------------------------------------------------------------------------------- /lib/less.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/less.t -------------------------------------------------------------------------------- /lib/locale.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/locale.pm -------------------------------------------------------------------------------- /lib/locale.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/locale.t -------------------------------------------------------------------------------- /lib/open.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/open.pm -------------------------------------------------------------------------------- /lib/open.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/open.t -------------------------------------------------------------------------------- /lib/overload.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/overload.pm -------------------------------------------------------------------------------- /lib/overload.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/overload.t -------------------------------------------------------------------------------- /lib/perl5db.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/perl5db.pl -------------------------------------------------------------------------------- /lib/perl5db.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/perl5db.t -------------------------------------------------------------------------------- /lib/perl5db/t/source-cmd-test-no-q.perldb: -------------------------------------------------------------------------------- 1 | l 3-10 2 | -------------------------------------------------------------------------------- /lib/perl5db/t/source-cmd-test.perldb: -------------------------------------------------------------------------------- 1 | l 3-10 2 | q 3 | -------------------------------------------------------------------------------- /lib/perlbug.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/perlbug.t -------------------------------------------------------------------------------- /lib/sigtrap.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/sigtrap.pm -------------------------------------------------------------------------------- /lib/sigtrap.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/sigtrap.t -------------------------------------------------------------------------------- /lib/sort.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/sort.pm -------------------------------------------------------------------------------- /lib/sort.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/sort.t -------------------------------------------------------------------------------- /lib/strict.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/strict.pm -------------------------------------------------------------------------------- /lib/strict.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/strict.t -------------------------------------------------------------------------------- /lib/subs.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/subs.pm -------------------------------------------------------------------------------- /lib/subs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/subs.t -------------------------------------------------------------------------------- /lib/unicore/version: -------------------------------------------------------------------------------- 1 | 13.0.0 2 | -------------------------------------------------------------------------------- /lib/utf8.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/utf8.pm -------------------------------------------------------------------------------- /lib/utf8.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/utf8.t -------------------------------------------------------------------------------- /lib/vars.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/vars.pm -------------------------------------------------------------------------------- /lib/vars.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/vars.t -------------------------------------------------------------------------------- /lib/vars_carp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/vars_carp.t -------------------------------------------------------------------------------- /lib/vmsish.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/vmsish.pm -------------------------------------------------------------------------------- /lib/vmsish.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/vmsish.t -------------------------------------------------------------------------------- /lib/warnings.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/warnings.pm -------------------------------------------------------------------------------- /lib/warnings.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/lib/warnings.t -------------------------------------------------------------------------------- /locale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/locale.c -------------------------------------------------------------------------------- /make_ext.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/make_ext.pl -------------------------------------------------------------------------------- /makedef.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/makedef.pl -------------------------------------------------------------------------------- /makedepend.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/makedepend.SH -------------------------------------------------------------------------------- /malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/malloc.c -------------------------------------------------------------------------------- /malloc_ctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/malloc_ctl.h -------------------------------------------------------------------------------- /mathoms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mathoms.c -------------------------------------------------------------------------------- /metaconfig.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/metaconfig.SH -------------------------------------------------------------------------------- /metaconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/metaconfig.h -------------------------------------------------------------------------------- /mg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mg.c -------------------------------------------------------------------------------- /mg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mg.h -------------------------------------------------------------------------------- /mg_names.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mg_names.inc -------------------------------------------------------------------------------- /mg_raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mg_raw.h -------------------------------------------------------------------------------- /mg_vtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mg_vtable.h -------------------------------------------------------------------------------- /miniperlmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/miniperlmain.c -------------------------------------------------------------------------------- /mkppport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mkppport -------------------------------------------------------------------------------- /mkppport.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mkppport.lst -------------------------------------------------------------------------------- /mro_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mro_core.c -------------------------------------------------------------------------------- /myconfig.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/myconfig.SH -------------------------------------------------------------------------------- /mydtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/mydtrace.h -------------------------------------------------------------------------------- /nostdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/nostdio.h -------------------------------------------------------------------------------- /numeric.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/numeric.c -------------------------------------------------------------------------------- /op.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/op.c -------------------------------------------------------------------------------- /op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/op.h -------------------------------------------------------------------------------- /op_reg_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/op_reg_common.h -------------------------------------------------------------------------------- /opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/opcode.h -------------------------------------------------------------------------------- /opnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/opnames.h -------------------------------------------------------------------------------- /os2/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/Changes -------------------------------------------------------------------------------- /os2/OS2/typemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/OS2/typemap -------------------------------------------------------------------------------- /os2/diff.configure: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /os2/dl_os2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/dl_os2.c -------------------------------------------------------------------------------- /os2/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/dlfcn.h -------------------------------------------------------------------------------- /os2/os2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2.c -------------------------------------------------------------------------------- /os2/os2.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2.sym -------------------------------------------------------------------------------- /os2/os2_base.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2_base.t -------------------------------------------------------------------------------- /os2/os2_pipe.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2_pipe.t -------------------------------------------------------------------------------- /os2/os2add.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2add.sym -------------------------------------------------------------------------------- /os2/os2ish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2ish.h -------------------------------------------------------------------------------- /os2/os2thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/os2thread.h -------------------------------------------------------------------------------- /os2/perl2cmd.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/perl2cmd.pl -------------------------------------------------------------------------------- /os2/perlrexx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/os2/perlrexx.c -------------------------------------------------------------------------------- /overload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/overload.h -------------------------------------------------------------------------------- /overload.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/overload.inc -------------------------------------------------------------------------------- /pad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pad.c -------------------------------------------------------------------------------- /pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pad.h -------------------------------------------------------------------------------- /parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/parser.h -------------------------------------------------------------------------------- /patchlevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/patchlevel.h -------------------------------------------------------------------------------- /perl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perl.c -------------------------------------------------------------------------------- /perl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perl.h -------------------------------------------------------------------------------- /perl_langinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perl_langinfo.h -------------------------------------------------------------------------------- /perlapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlapi.c -------------------------------------------------------------------------------- /perlapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlapi.h -------------------------------------------------------------------------------- /perldtrace.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perldtrace.d -------------------------------------------------------------------------------- /perlio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlio.c -------------------------------------------------------------------------------- /perlio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlio.h -------------------------------------------------------------------------------- /perlio.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlio.sym -------------------------------------------------------------------------------- /perliol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perliol.h -------------------------------------------------------------------------------- /perlsdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlsdio.h -------------------------------------------------------------------------------- /perlvars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perlvars.h -------------------------------------------------------------------------------- /perly.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perly.act -------------------------------------------------------------------------------- /perly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perly.c -------------------------------------------------------------------------------- /perly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perly.h -------------------------------------------------------------------------------- /perly.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perly.tab -------------------------------------------------------------------------------- /perly.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/perly.y -------------------------------------------------------------------------------- /plan9/aperl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/aperl -------------------------------------------------------------------------------- /plan9/buildinfo: -------------------------------------------------------------------------------- 1 | p9pvers = 5.008 2 | -------------------------------------------------------------------------------- /plan9/exclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/exclude -------------------------------------------------------------------------------- /plan9/fndvers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/fndvers -------------------------------------------------------------------------------- /plan9/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/mkfile -------------------------------------------------------------------------------- /plan9/plan9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/plan9.c -------------------------------------------------------------------------------- /plan9/setup.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/setup.rc -------------------------------------------------------------------------------- /plan9/versnum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/plan9/versnum -------------------------------------------------------------------------------- /pod/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/.gitignore -------------------------------------------------------------------------------- /pod/Makefile.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/Makefile.SH -------------------------------------------------------------------------------- /pod/buildtoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/buildtoc -------------------------------------------------------------------------------- /pod/perl.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perl.pod -------------------------------------------------------------------------------- /pod/perlbot.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlbot.pod -------------------------------------------------------------------------------- /pod/perldsc.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perldsc.pod -------------------------------------------------------------------------------- /pod/perlgit.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlgit.pod -------------------------------------------------------------------------------- /pod/perlgpl.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlgpl.pod -------------------------------------------------------------------------------- /pod/perliol.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perliol.pod -------------------------------------------------------------------------------- /pod/perlipc.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlipc.pod -------------------------------------------------------------------------------- /pod/perllol.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perllol.pod -------------------------------------------------------------------------------- /pod/perlmod.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlmod.pod -------------------------------------------------------------------------------- /pod/perlobj.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlobj.pod -------------------------------------------------------------------------------- /pod/perlop.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlop.pod -------------------------------------------------------------------------------- /pod/perlpod.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlpod.pod -------------------------------------------------------------------------------- /pod/perlre.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlre.pod -------------------------------------------------------------------------------- /pod/perlref.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlref.pod -------------------------------------------------------------------------------- /pod/perlrun.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlrun.pod -------------------------------------------------------------------------------- /pod/perlsec.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlsec.pod -------------------------------------------------------------------------------- /pod/perlsub.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlsub.pod -------------------------------------------------------------------------------- /pod/perlsyn.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlsyn.pod -------------------------------------------------------------------------------- /pod/perltie.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perltie.pod -------------------------------------------------------------------------------- /pod/perlvar.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlvar.pod -------------------------------------------------------------------------------- /pod/perlvms.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/perlvms.pod -------------------------------------------------------------------------------- /pod/rofftoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/rofftoc -------------------------------------------------------------------------------- /pod/splitman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/splitman -------------------------------------------------------------------------------- /pod/splitpod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pod/splitpod -------------------------------------------------------------------------------- /pp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp.c -------------------------------------------------------------------------------- /pp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp.h -------------------------------------------------------------------------------- /pp_ctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_ctl.c -------------------------------------------------------------------------------- /pp_hot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_hot.c -------------------------------------------------------------------------------- /pp_pack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_pack.c -------------------------------------------------------------------------------- /pp_proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_proto.h -------------------------------------------------------------------------------- /pp_sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_sort.c -------------------------------------------------------------------------------- /pp_sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/pp_sys.c -------------------------------------------------------------------------------- /proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/proto.h -------------------------------------------------------------------------------- /qnx/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/qnx/ar -------------------------------------------------------------------------------- /qnx/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/qnx/cpp -------------------------------------------------------------------------------- /qnx/qnx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/qnx/qnx.c -------------------------------------------------------------------------------- /reentr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/reentr.c -------------------------------------------------------------------------------- /reentr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/reentr.h -------------------------------------------------------------------------------- /regcharclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regcharclass.h -------------------------------------------------------------------------------- /regcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regcomp.c -------------------------------------------------------------------------------- /regcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regcomp.h -------------------------------------------------------------------------------- /regcomp.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regcomp.sym -------------------------------------------------------------------------------- /regen.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen.pl -------------------------------------------------------------------------------- /regen/ebcdic.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/ebcdic.pl -------------------------------------------------------------------------------- /regen/embed.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/embed.pl -------------------------------------------------------------------------------- /regen/mph.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/mph.pl -------------------------------------------------------------------------------- /regen/opcode.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/opcode.pl -------------------------------------------------------------------------------- /regen/opcodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/opcodes -------------------------------------------------------------------------------- /regen/reentr.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen/reentr.pl -------------------------------------------------------------------------------- /regen_perly.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regen_perly.pl -------------------------------------------------------------------------------- /regexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regexec.c -------------------------------------------------------------------------------- /regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regexp.h -------------------------------------------------------------------------------- /regnodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/regnodes.h -------------------------------------------------------------------------------- /run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/run.c -------------------------------------------------------------------------------- /runtests.SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/runtests.SH -------------------------------------------------------------------------------- /sbox32_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/sbox32_hash.h -------------------------------------------------------------------------------- /scope.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/scope.c -------------------------------------------------------------------------------- /scope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/scope.h -------------------------------------------------------------------------------- /stadtx_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/stadtx_hash.h -------------------------------------------------------------------------------- /sv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/sv.c -------------------------------------------------------------------------------- /sv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/sv.h -------------------------------------------------------------------------------- /symbian/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/README -------------------------------------------------------------------------------- /symbian/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/TODO -------------------------------------------------------------------------------- /symbian/bld.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/bld.inf -------------------------------------------------------------------------------- /symbian/cwd.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/cwd.pl -------------------------------------------------------------------------------- /symbian/demo_pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/demo_pl -------------------------------------------------------------------------------- /symbian/port.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/port.pl -------------------------------------------------------------------------------- /symbian/sdk.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/symbian/sdk.pl -------------------------------------------------------------------------------- /symbian/uid.pl: -------------------------------------------------------------------------------- 1 | 0x102015F3 2 | -------------------------------------------------------------------------------- /t/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/README -------------------------------------------------------------------------------- /t/TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/TEST -------------------------------------------------------------------------------- /t/base/cond.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/cond.t -------------------------------------------------------------------------------- /t/base/if.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/if.t -------------------------------------------------------------------------------- /t/base/lex.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/lex.t -------------------------------------------------------------------------------- /t/base/num.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/num.t -------------------------------------------------------------------------------- /t/base/pat.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/pat.t -------------------------------------------------------------------------------- /t/base/rs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/rs.t -------------------------------------------------------------------------------- /t/base/term.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/term.t -------------------------------------------------------------------------------- /t/base/while.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/base/while.t -------------------------------------------------------------------------------- /t/bigmem/hash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/bigmem/hash.t -------------------------------------------------------------------------------- /t/bigmem/pos.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/bigmem/pos.t -------------------------------------------------------------------------------- /t/bigmem/read.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/bigmem/read.t -------------------------------------------------------------------------------- /t/bigmem/vec.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/bigmem/vec.t -------------------------------------------------------------------------------- /t/cmd/elsif.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/cmd/elsif.t -------------------------------------------------------------------------------- /t/cmd/for.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/cmd/for.t -------------------------------------------------------------------------------- /t/cmd/mod.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/cmd/mod.t -------------------------------------------------------------------------------- /t/cmd/subval.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/cmd/subval.t -------------------------------------------------------------------------------- /t/cmd/switch.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/cmd/switch.t -------------------------------------------------------------------------------- /t/comp/bproto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/bproto.t -------------------------------------------------------------------------------- /t/comp/cmdopt.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/cmdopt.t -------------------------------------------------------------------------------- /t/comp/colon.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/colon.t -------------------------------------------------------------------------------- /t/comp/decl.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/decl.t -------------------------------------------------------------------------------- /t/comp/fold.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/fold.t -------------------------------------------------------------------------------- /t/comp/hints.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/hints.t -------------------------------------------------------------------------------- /t/comp/opsubs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/opsubs.t -------------------------------------------------------------------------------- /t/comp/our.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/our.t -------------------------------------------------------------------------------- /t/comp/parser.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/parser.t -------------------------------------------------------------------------------- /t/comp/proto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/proto.t -------------------------------------------------------------------------------- /t/comp/redef.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/redef.t -------------------------------------------------------------------------------- /t/comp/term.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/term.t -------------------------------------------------------------------------------- /t/comp/uproto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/uproto.t -------------------------------------------------------------------------------- /t/comp/use.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/use.t -------------------------------------------------------------------------------- /t/comp/utf.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/comp/utf.t -------------------------------------------------------------------------------- /t/harness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/harness -------------------------------------------------------------------------------- /t/io/argv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/argv.t -------------------------------------------------------------------------------- /t/io/binmode.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/binmode.t -------------------------------------------------------------------------------- /t/io/bom.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/bom.t -------------------------------------------------------------------------------- /t/io/closepid.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/closepid.t -------------------------------------------------------------------------------- /t/io/crlf.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/crlf.t -------------------------------------------------------------------------------- /t/io/data.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/data.t -------------------------------------------------------------------------------- /t/io/defout.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/defout.t -------------------------------------------------------------------------------- /t/io/dup.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/dup.t -------------------------------------------------------------------------------- /t/io/eintr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/eintr.t -------------------------------------------------------------------------------- /t/io/errno.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/errno.t -------------------------------------------------------------------------------- /t/io/errnosig.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/errnosig.t -------------------------------------------------------------------------------- /t/io/fflush.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/fflush.t -------------------------------------------------------------------------------- /t/io/fs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/fs.t -------------------------------------------------------------------------------- /t/io/getcwd.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/getcwd.t -------------------------------------------------------------------------------- /t/io/inplace.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/inplace.t -------------------------------------------------------------------------------- /t/io/iofile.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/iofile.t -------------------------------------------------------------------------------- /t/io/iprefix.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/iprefix.t -------------------------------------------------------------------------------- /t/io/layers.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/layers.t -------------------------------------------------------------------------------- /t/io/nargv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/nargv.t -------------------------------------------------------------------------------- /t/io/open.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/open.t -------------------------------------------------------------------------------- /t/io/openpid.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/openpid.t -------------------------------------------------------------------------------- /t/io/perlio.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/perlio.t -------------------------------------------------------------------------------- /t/io/pipe.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/pipe.t -------------------------------------------------------------------------------- /t/io/print.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/print.t -------------------------------------------------------------------------------- /t/io/pvbm.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/pvbm.t -------------------------------------------------------------------------------- /t/io/read.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/read.t -------------------------------------------------------------------------------- /t/io/say.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/say.t -------------------------------------------------------------------------------- /t/io/sem.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/sem.t -------------------------------------------------------------------------------- /t/io/semctl.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/semctl.t -------------------------------------------------------------------------------- /t/io/shm.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/shm.t -------------------------------------------------------------------------------- /t/io/socket.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/socket.t -------------------------------------------------------------------------------- /t/io/tell.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/tell.t -------------------------------------------------------------------------------- /t/io/through.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/through.t -------------------------------------------------------------------------------- /t/io/utf8.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/io/utf8.t -------------------------------------------------------------------------------- /t/lib/CannotParse.pm: -------------------------------------------------------------------------------- 1 | # a module that fails parsing 2 | - 3 | -------------------------------------------------------------------------------- /t/lib/Cname.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/Cname.pm -------------------------------------------------------------------------------- /t/lib/Count.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/Count.pm -------------------------------------------------------------------------------- /t/lib/Devel/switchd_empty.pm: -------------------------------------------------------------------------------- 1 | sub DB::DB {} 2 | 1 3 | -------------------------------------------------------------------------------- /t/lib/common.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/common.pl -------------------------------------------------------------------------------- /t/lib/croak.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/croak.t -------------------------------------------------------------------------------- /t/lib/croak/gv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/croak/gv -------------------------------------------------------------------------------- /t/lib/croak/mg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/croak/mg -------------------------------------------------------------------------------- /t/lib/croak/op: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/croak/op -------------------------------------------------------------------------------- /t/lib/croak/pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/croak/pp -------------------------------------------------------------------------------- /t/lib/cygwin.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/cygwin.t -------------------------------------------------------------------------------- /t/lib/h2ph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/h2ph.h -------------------------------------------------------------------------------- /t/lib/h2ph.pht: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/h2ph.pht -------------------------------------------------------------------------------- /t/lib/no_load.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/no_load.t -------------------------------------------------------------------------------- /t/lib/subs/subs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/lib/subs/subs -------------------------------------------------------------------------------- /t/lib/test_use_14937.pm: -------------------------------------------------------------------------------- 1 | 1; 2 | -------------------------------------------------------------------------------- /t/loc_tools.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/loc_tools.pl -------------------------------------------------------------------------------- /t/mro/basic.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/basic.t -------------------------------------------------------------------------------- /t/mro/dbic_c3.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/dbic_c3.t -------------------------------------------------------------------------------- /t/mro/isa_c3.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/isa_c3.t -------------------------------------------------------------------------------- /t/mro/isa_dfs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/isa_dfs.t -------------------------------------------------------------------------------- /t/mro/isarev.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/isarev.t -------------------------------------------------------------------------------- /t/mro/pkg_gen.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/mro/pkg_gen.t -------------------------------------------------------------------------------- /t/op/64bitint.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/64bitint.t -------------------------------------------------------------------------------- /t/op/aassign.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/aassign.t -------------------------------------------------------------------------------- /t/op/alarm.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/alarm.t -------------------------------------------------------------------------------- /t/op/anonsub.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/anonsub.t -------------------------------------------------------------------------------- /t/op/append.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/append.t -------------------------------------------------------------------------------- /t/op/args.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/args.t -------------------------------------------------------------------------------- /t/op/array.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/array.t -------------------------------------------------------------------------------- /t/op/attrhand.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/attrhand.t -------------------------------------------------------------------------------- /t/op/attrs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/attrs.t -------------------------------------------------------------------------------- /t/op/auto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/auto.t -------------------------------------------------------------------------------- /t/op/avhv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/avhv.t -------------------------------------------------------------------------------- /t/op/bless.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/bless.t -------------------------------------------------------------------------------- /t/op/blocks.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/blocks.t -------------------------------------------------------------------------------- /t/op/bop.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/bop.t -------------------------------------------------------------------------------- /t/op/caller.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/caller.pl -------------------------------------------------------------------------------- /t/op/caller.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/caller.t -------------------------------------------------------------------------------- /t/op/catch.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/catch.t -------------------------------------------------------------------------------- /t/op/chars.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/chars.t -------------------------------------------------------------------------------- /t/op/chdir.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/chdir.t -------------------------------------------------------------------------------- /t/op/chop.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/chop.t -------------------------------------------------------------------------------- /t/op/chr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/chr.t -------------------------------------------------------------------------------- /t/op/closure.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/closure.t -------------------------------------------------------------------------------- /t/op/cmpchain.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/cmpchain.t -------------------------------------------------------------------------------- /t/op/concat2.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/concat2.t -------------------------------------------------------------------------------- /t/op/cond.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/cond.t -------------------------------------------------------------------------------- /t/op/context.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/context.t -------------------------------------------------------------------------------- /t/op/coreamp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/coreamp.t -------------------------------------------------------------------------------- /t/op/coresubs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/coresubs.t -------------------------------------------------------------------------------- /t/op/cproto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/cproto.t -------------------------------------------------------------------------------- /t/op/crypt.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/crypt.t -------------------------------------------------------------------------------- /t/op/dbm.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/dbm.t -------------------------------------------------------------------------------- /t/op/defined.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/defined.t -------------------------------------------------------------------------------- /t/op/defins.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/defins.t -------------------------------------------------------------------------------- /t/op/delete.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/delete.t -------------------------------------------------------------------------------- /t/op/die.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/die.t -------------------------------------------------------------------------------- /t/op/die_exit.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/die_exit.t -------------------------------------------------------------------------------- /t/op/do.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/do.t -------------------------------------------------------------------------------- /t/op/dor.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/dor.t -------------------------------------------------------------------------------- /t/op/dump.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/dump.t -------------------------------------------------------------------------------- /t/op/each.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/each.t -------------------------------------------------------------------------------- /t/op/eval.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/eval.t -------------------------------------------------------------------------------- /t/op/exec.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/exec.t -------------------------------------------------------------------------------- /t/op/exp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/exp.t -------------------------------------------------------------------------------- /t/op/fh.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/fh.t -------------------------------------------------------------------------------- /t/op/filetest.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/filetest.t -------------------------------------------------------------------------------- /t/op/flip.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/flip.t -------------------------------------------------------------------------------- /t/op/for.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/for.t -------------------------------------------------------------------------------- /t/op/fork.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/fork.t -------------------------------------------------------------------------------- /t/op/getpid.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/getpid.t -------------------------------------------------------------------------------- /t/op/getppid.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/getppid.t -------------------------------------------------------------------------------- /t/op/glob.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/glob.t -------------------------------------------------------------------------------- /t/op/gmagic.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/gmagic.t -------------------------------------------------------------------------------- /t/op/goto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/goto.t -------------------------------------------------------------------------------- /t/op/goto_xs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/goto_xs.t -------------------------------------------------------------------------------- /t/op/grent.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/grent.t -------------------------------------------------------------------------------- /t/op/grep.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/grep.t -------------------------------------------------------------------------------- /t/op/groups.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/groups.t -------------------------------------------------------------------------------- /t/op/gv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/gv.t -------------------------------------------------------------------------------- /t/op/hash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/hash.t -------------------------------------------------------------------------------- /t/op/hashwarn.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/hashwarn.t -------------------------------------------------------------------------------- /t/op/heredoc.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/heredoc.t -------------------------------------------------------------------------------- /t/op/hexfp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/hexfp.t -------------------------------------------------------------------------------- /t/op/inc.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/inc.t -------------------------------------------------------------------------------- /t/op/inccode.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/inccode.t -------------------------------------------------------------------------------- /t/op/index.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/index.t -------------------------------------------------------------------------------- /t/op/infnan.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/infnan.t -------------------------------------------------------------------------------- /t/op/int.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/int.t -------------------------------------------------------------------------------- /t/op/isa.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/isa.t -------------------------------------------------------------------------------- /t/op/join.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/join.t -------------------------------------------------------------------------------- /t/op/kill0.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/kill0.t -------------------------------------------------------------------------------- /t/op/kvaslice.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/kvaslice.t -------------------------------------------------------------------------------- /t/op/kvhslice.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/kvhslice.t -------------------------------------------------------------------------------- /t/op/lc.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lc.t -------------------------------------------------------------------------------- /t/op/length.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/length.t -------------------------------------------------------------------------------- /t/op/lex.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lex.t -------------------------------------------------------------------------------- /t/op/lexsub.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lexsub.t -------------------------------------------------------------------------------- /t/op/lfs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lfs.t -------------------------------------------------------------------------------- /t/op/list.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/list.t -------------------------------------------------------------------------------- /t/op/local.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/local.t -------------------------------------------------------------------------------- /t/op/localref.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/localref.t -------------------------------------------------------------------------------- /t/op/lock.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lock.t -------------------------------------------------------------------------------- /t/op/loopctl.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/loopctl.t -------------------------------------------------------------------------------- /t/op/lop.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lop.t -------------------------------------------------------------------------------- /t/op/lvref.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/lvref.t -------------------------------------------------------------------------------- /t/op/magic.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/magic.t -------------------------------------------------------------------------------- /t/op/method.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/method.t -------------------------------------------------------------------------------- /t/op/mkdir.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/mkdir.t -------------------------------------------------------------------------------- /t/op/my.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/my.t -------------------------------------------------------------------------------- /t/op/my_stash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/my_stash.t -------------------------------------------------------------------------------- /t/op/mydef.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/mydef.t -------------------------------------------------------------------------------- /t/op/negate.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/negate.t -------------------------------------------------------------------------------- /t/op/not.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/not.t -------------------------------------------------------------------------------- /t/op/oct.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/oct.t -------------------------------------------------------------------------------- /t/op/or.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/or.t -------------------------------------------------------------------------------- /t/op/ord.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/ord.t -------------------------------------------------------------------------------- /t/op/override.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/override.t -------------------------------------------------------------------------------- /t/op/pack.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/pack.t -------------------------------------------------------------------------------- /t/op/packagev.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/packagev.t -------------------------------------------------------------------------------- /t/op/pos.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/pos.t -------------------------------------------------------------------------------- /t/op/pow.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/pow.t -------------------------------------------------------------------------------- /t/op/print.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/print.t -------------------------------------------------------------------------------- /t/op/push.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/push.t -------------------------------------------------------------------------------- /t/op/pwent.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/pwent.t -------------------------------------------------------------------------------- /t/op/qr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/qr.t -------------------------------------------------------------------------------- /t/op/rand.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/rand.t -------------------------------------------------------------------------------- /t/op/range.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/range.t -------------------------------------------------------------------------------- /t/op/read.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/read.t -------------------------------------------------------------------------------- /t/op/readdir.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/readdir.t -------------------------------------------------------------------------------- /t/op/readline.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/readline.t -------------------------------------------------------------------------------- /t/op/recurse.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/recurse.t -------------------------------------------------------------------------------- /t/op/ref.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/ref.t -------------------------------------------------------------------------------- /t/op/repeat.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/repeat.t -------------------------------------------------------------------------------- /t/op/reset.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/reset.t -------------------------------------------------------------------------------- /t/op/reverse.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/reverse.t -------------------------------------------------------------------------------- /t/op/rt119311.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/rt119311.t -------------------------------------------------------------------------------- /t/op/runlevel.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/runlevel.t -------------------------------------------------------------------------------- /t/op/select.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/select.t -------------------------------------------------------------------------------- /t/op/sleep.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sleep.t -------------------------------------------------------------------------------- /t/op/smartkve.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/smartkve.t -------------------------------------------------------------------------------- /t/op/sort.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sort.t -------------------------------------------------------------------------------- /t/op/splice.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/splice.t -------------------------------------------------------------------------------- /t/op/split.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/split.t -------------------------------------------------------------------------------- /t/op/sprintf.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sprintf.t -------------------------------------------------------------------------------- /t/op/sprintf2.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sprintf2.t -------------------------------------------------------------------------------- /t/op/srand.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/srand.t -------------------------------------------------------------------------------- /t/op/sselect.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sselect.t -------------------------------------------------------------------------------- /t/op/stash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/stash.t -------------------------------------------------------------------------------- /t/op/stat.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/stat.t -------------------------------------------------------------------------------- /t/op/state.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/state.t -------------------------------------------------------------------------------- /t/op/study.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/study.t -------------------------------------------------------------------------------- /t/op/sub.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sub.t -------------------------------------------------------------------------------- /t/op/sub_lval.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/sub_lval.t -------------------------------------------------------------------------------- /t/op/substr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/substr.t -------------------------------------------------------------------------------- /t/op/svleak.pl: -------------------------------------------------------------------------------- 1 | <create( sub { } )->join; 2 | "ok\n"; 3 | -------------------------------------------------------------------------------- /t/op/tie.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/tie.t -------------------------------------------------------------------------------- /t/op/tiearray.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/tiearray.t -------------------------------------------------------------------------------- /t/op/time.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/time.t -------------------------------------------------------------------------------- /t/op/tr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/tr.t -------------------------------------------------------------------------------- /t/op/undef.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/undef.t -------------------------------------------------------------------------------- /t/op/unlink.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/unlink.t -------------------------------------------------------------------------------- /t/op/unshift.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/unshift.t -------------------------------------------------------------------------------- /t/op/upgrade.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/upgrade.t -------------------------------------------------------------------------------- /t/op/utfhash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/utfhash.t -------------------------------------------------------------------------------- /t/op/utftaint.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/utftaint.t -------------------------------------------------------------------------------- /t/op/vec.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/vec.t -------------------------------------------------------------------------------- /t/op/ver.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/ver.t -------------------------------------------------------------------------------- /t/op/waitpid.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/waitpid.t -------------------------------------------------------------------------------- /t/op/warn.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/warn.t -------------------------------------------------------------------------------- /t/op/while.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/while.t -------------------------------------------------------------------------------- /t/op/write.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/write.t -------------------------------------------------------------------------------- /t/op/yadayada.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/op/yadayada.t -------------------------------------------------------------------------------- /t/opbasic/cmp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/opbasic/cmp.t -------------------------------------------------------------------------------- /t/opbasic/qq.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/opbasic/qq.t -------------------------------------------------------------------------------- /t/perf/optree.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/perf/optree.t -------------------------------------------------------------------------------- /t/perf/speed.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/perf/speed.t -------------------------------------------------------------------------------- /t/perf/taint.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/perf/taint.t -------------------------------------------------------------------------------- /t/perl.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/perl.supp -------------------------------------------------------------------------------- /t/porting/bench/badversion.json: -------------------------------------------------------------------------------- 1 | {"version":9999.9} -------------------------------------------------------------------------------- /t/re/anyof.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/anyof.t -------------------------------------------------------------------------------- /t/re/charset.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/charset.t -------------------------------------------------------------------------------- /t/re/overload.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/overload.t -------------------------------------------------------------------------------- /t/re/pat.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/pat.t -------------------------------------------------------------------------------- /t/re/pat_thr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/pat_thr.t -------------------------------------------------------------------------------- /t/re/pos.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/pos.t -------------------------------------------------------------------------------- /t/re/qr-72922.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/qr-72922.t -------------------------------------------------------------------------------- /t/re/qr.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/qr.t -------------------------------------------------------------------------------- /t/re/qr_gc.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/qr_gc.t -------------------------------------------------------------------------------- /t/re/qrstack.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/qrstack.t -------------------------------------------------------------------------------- /t/re/re_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/re_tests -------------------------------------------------------------------------------- /t/re/reg_eval.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/reg_eval.t -------------------------------------------------------------------------------- /t/re/reg_fold.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/reg_fold.t -------------------------------------------------------------------------------- /t/re/reg_mesg.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/reg_mesg.t -------------------------------------------------------------------------------- /t/re/reg_pmod.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/reg_pmod.t -------------------------------------------------------------------------------- /t/re/regexp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/regexp.t -------------------------------------------------------------------------------- /t/re/rt122747.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/rt122747.t -------------------------------------------------------------------------------- /t/re/rxcode.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/rxcode.t -------------------------------------------------------------------------------- /t/re/speed.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/speed.t -------------------------------------------------------------------------------- /t/re/subst.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/subst.t -------------------------------------------------------------------------------- /t/re/substT.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/re/substT.t -------------------------------------------------------------------------------- /t/run/cloexec.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/cloexec.t -------------------------------------------------------------------------------- /t/run/dtrace.pl: -------------------------------------------------------------------------------- 1 | 42 2 | -------------------------------------------------------------------------------- /t/run/dtrace.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/dtrace.t -------------------------------------------------------------------------------- /t/run/exit.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/exit.t -------------------------------------------------------------------------------- /t/run/flib/t2.pm: -------------------------------------------------------------------------------- 1 | package t2; 2 | 3 | sub id { "t2pm" } 4 | 5 | 1; 6 | -------------------------------------------------------------------------------- /t/run/flib/t2.pmc: -------------------------------------------------------------------------------- 1 | package t2; 2 | 3 | sub id { "t2pmc" } 4 | 5 | 1; 6 | -------------------------------------------------------------------------------- /t/run/locale.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/locale.t -------------------------------------------------------------------------------- /t/run/runenv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/runenv.t -------------------------------------------------------------------------------- /t/run/script.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/script.t -------------------------------------------------------------------------------- /t/run/switch0.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switch0.t -------------------------------------------------------------------------------- /t/run/switchC.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchC.t -------------------------------------------------------------------------------- /t/run/switchF.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchF.t -------------------------------------------------------------------------------- /t/run/switchI.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchI.t -------------------------------------------------------------------------------- /t/run/switchM.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchM.t -------------------------------------------------------------------------------- /t/run/switcha.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switcha.t -------------------------------------------------------------------------------- /t/run/switchd.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchd.t -------------------------------------------------------------------------------- /t/run/switchn.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchn.t -------------------------------------------------------------------------------- /t/run/switchp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchp.t -------------------------------------------------------------------------------- /t/run/switcht.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switcht.t -------------------------------------------------------------------------------- /t/run/switchx.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/run/switchx.t -------------------------------------------------------------------------------- /t/run/switchx3.aux: -------------------------------------------------------------------------------- 1 | print "not ok 5\n"; 2 | die "You shouldn't get here"; 3 | -------------------------------------------------------------------------------- /t/test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/test.pl -------------------------------------------------------------------------------- /t/thread_it.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/thread_it.pl -------------------------------------------------------------------------------- /t/uni/attrs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/attrs.t -------------------------------------------------------------------------------- /t/uni/bless.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/bless.t -------------------------------------------------------------------------------- /t/uni/caller.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/caller.t -------------------------------------------------------------------------------- /t/uni/case.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/case.pl -------------------------------------------------------------------------------- /t/uni/chomp.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/chomp.t -------------------------------------------------------------------------------- /t/uni/class.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/class.t -------------------------------------------------------------------------------- /t/uni/eval.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/eval.t -------------------------------------------------------------------------------- /t/uni/fold.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/fold.t -------------------------------------------------------------------------------- /t/uni/goto.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/goto.t -------------------------------------------------------------------------------- /t/uni/greek.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/greek.t -------------------------------------------------------------------------------- /t/uni/gv.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/gv.t -------------------------------------------------------------------------------- /t/uni/labels.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/labels.t -------------------------------------------------------------------------------- /t/uni/latin2.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/latin2.t -------------------------------------------------------------------------------- /t/uni/lower.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/lower.t -------------------------------------------------------------------------------- /t/uni/method.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/method.t -------------------------------------------------------------------------------- /t/uni/opcroak.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/opcroak.t -------------------------------------------------------------------------------- /t/uni/package.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/package.t -------------------------------------------------------------------------------- /t/uni/parser.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/parser.t -------------------------------------------------------------------------------- /t/uni/select.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/select.t -------------------------------------------------------------------------------- /t/uni/sprintf.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/sprintf.t -------------------------------------------------------------------------------- /t/uni/stash.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/stash.t -------------------------------------------------------------------------------- /t/uni/tie.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/tie.t -------------------------------------------------------------------------------- /t/uni/title.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/title.t -------------------------------------------------------------------------------- /t/uni/tr_utf8.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/tr_utf8.t -------------------------------------------------------------------------------- /t/uni/upper.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/upper.t -------------------------------------------------------------------------------- /t/uni/write.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/uni/write.t -------------------------------------------------------------------------------- /t/win32/crypt.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/win32/crypt.t -------------------------------------------------------------------------------- /t/win32/fs.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/win32/fs.t -------------------------------------------------------------------------------- /t/win32/popen.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/t/win32/popen.t -------------------------------------------------------------------------------- /taint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/taint.c -------------------------------------------------------------------------------- /thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/thread.h -------------------------------------------------------------------------------- /time64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/time64.c -------------------------------------------------------------------------------- /time64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/time64.h -------------------------------------------------------------------------------- /time64_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/time64_config.h -------------------------------------------------------------------------------- /toke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/toke.c -------------------------------------------------------------------------------- /uconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/uconfig.h -------------------------------------------------------------------------------- /uconfig.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/uconfig.sh -------------------------------------------------------------------------------- /uconfig64.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/uconfig64.sh -------------------------------------------------------------------------------- /uni_keywords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/uni_keywords.h -------------------------------------------------------------------------------- /universal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/universal.c -------------------------------------------------------------------------------- /unixish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/unixish.h -------------------------------------------------------------------------------- /utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utf8.c -------------------------------------------------------------------------------- /utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utf8.h -------------------------------------------------------------------------------- /utfebcdic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utfebcdic.h -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/util.c -------------------------------------------------------------------------------- /util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/util.h -------------------------------------------------------------------------------- /utils.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils.lst -------------------------------------------------------------------------------- /utils/cpan.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/cpan.PL -------------------------------------------------------------------------------- /utils/enc2xs.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/enc2xs.PL -------------------------------------------------------------------------------- /utils/h2ph.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/h2ph.PL -------------------------------------------------------------------------------- /utils/h2xs.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/h2xs.PL -------------------------------------------------------------------------------- /utils/piconv.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/piconv.PL -------------------------------------------------------------------------------- /utils/pl2pm.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/pl2pm.PL -------------------------------------------------------------------------------- /utils/prove.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/prove.PL -------------------------------------------------------------------------------- /utils/ptar.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/ptar.PL -------------------------------------------------------------------------------- /utils/shasum.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/shasum.PL -------------------------------------------------------------------------------- /utils/splain.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/splain.PL -------------------------------------------------------------------------------- /utils/xsubpp.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/utils/xsubpp.PL -------------------------------------------------------------------------------- /vms/genopt.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/genopt.com -------------------------------------------------------------------------------- /vms/mms2make.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/mms2make.pl -------------------------------------------------------------------------------- /vms/test.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/test.com -------------------------------------------------------------------------------- /vms/vms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/vms.c -------------------------------------------------------------------------------- /vms/vmsish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/vmsish.h -------------------------------------------------------------------------------- /vms/vmspipe.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vms/vmspipe.com -------------------------------------------------------------------------------- /vos/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vos/Changes -------------------------------------------------------------------------------- /vos/vos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vos/vos.c -------------------------------------------------------------------------------- /vos/vosish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vos/vosish.h -------------------------------------------------------------------------------- /vutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vutil.c -------------------------------------------------------------------------------- /vutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vutil.h -------------------------------------------------------------------------------- /vxs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/vxs.inc -------------------------------------------------------------------------------- /warnings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/warnings.h -------------------------------------------------------------------------------- /win32/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/Makefile -------------------------------------------------------------------------------- /win32/config.gc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/config.gc -------------------------------------------------------------------------------- /win32/config.vc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/config.vc -------------------------------------------------------------------------------- /win32/fcrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/fcrypt.c -------------------------------------------------------------------------------- /win32/perllib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/perllib.c -------------------------------------------------------------------------------- /win32/pod.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/pod.mak -------------------------------------------------------------------------------- /win32/runperl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/runperl.c -------------------------------------------------------------------------------- /win32/vdir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/vdir.h -------------------------------------------------------------------------------- /win32/vmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/vmem.h -------------------------------------------------------------------------------- /win32/win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/win32.c -------------------------------------------------------------------------------- /win32/win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/win32.h -------------------------------------------------------------------------------- /win32/win32io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/win32/win32io.c -------------------------------------------------------------------------------- /zaphod32_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atoomic/perl/HEAD/zaphod32_hash.h --------------------------------------------------------------------------------