summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* only negative cache a method lookup if we look at UNIVERSALTony Cook2023-04-101-1/+27
* formats: fix splitting on non-spacesDavid Mitchell2023-04-101-1/+55
* check the IO object exists when writing to IO magic variablesTony Cook2023-04-101-1/+15
* handle intermediate pads not including the name in find_lexical_cv()Tony Cook2023-04-101-1/+12
* fix another panic from eval {} inside /(?{...})/David Mitchell2023-04-101-1/+7
* fix panic from eval {} inside /(?{...})/David Mitchell2023-04-101-1/+10
* GH19478: applying taint is no reason to mess with posHugo van der Sanden2023-04-101-1/+13
* perlapi: Document and mark internal my_socketpairKarl Williamson2022-05-181-0/+1
* Loosen regex in tests which validate process name.Todd Rinaldo2022-05-181-1/+2
* fixup! Make t/op/magic.t pass on AlmaLinux 8’s kernel.Felipe Gasper2022-05-131-0/+10
* Make t/op/magic.t pass on AlmaLinux 8’s kernel.Felipe Gasper2022-05-131-1/+5
* RMG: Fix verbatim line lengthKarl Williamson2022-05-131-1/+1
* perlapi: Add some commentary for rsignal()Karl Williamson2022-05-111-0/+1
* perlapi: Document my_chsizeKarl Williamson2022-05-111-0/+1
* perlapi: Document mkstemp, mkostempKarl Williamson2022-05-091-0/+2
* perlapi: Document my_popen, my_pcloseKarl Williamson2022-05-091-0/+2
* perlhist: Fix overlong verbatim pod lineKarl Williamson2022-05-061-1/+0
* perlhack: Fix some pod markup, overlong verbatimKarl Williamson2022-05-061-2/+0
* podcheck.t: Change $variable nameKarl Williamson2022-05-041-4/+4
* podcheck.t: Skip conflict markers in db fileKarl Williamson2022-05-041-1/+2
* podcheck.t: Don't chdir without checking if feasibleKarl Williamson2022-05-041-1/+1
* podcheck.t: --show-all doesn't output skipped problemsKarl Williamson2022-05-041-4/+18
* bisect-runner: Fix verbatim line lengthKarl Williamson2022-05-041-1/+0
* README.os2: Fix podKarl Williamson2022-05-041-1/+2
* README.irix: Fix overlong verbatim lineKarl Williamson2022-05-041-1/+0
* todo.pod: Use m// instead of //Karl Williamson2022-05-041-1/+0
* podcheck.t: Treat some additional files speciallyKarl Williamson2022-05-042-2/+6
* podcheck.t: White-space, comments, typosKarl Williamson2022-05-041-17/+17
* podcheck.t: Allow dash in argument namesKarl Williamson2022-05-041-16/+17
* podcheck.t: Set $| to 1Karl Williamson2022-05-041-0/+2
* Amiga-Exec/Exec.pm: Fix podKarl Williamson2022-05-041-1/+0
* lib/perl5db.pl: Give proper pod linksKarl Williamson2022-05-041-1/+0
* lib/experimental.pm is no longer customizedLeon Timmermans2022-04-261-1/+0
* Replace 'use strict; use warnings;' with 'use VERSION' in docs code examplesPaul "LeoNerd" Evans2022-04-231-1/+1
* skip 2 tests if built with DEBUGGING and no taint supportNeil Bowers2022-04-201-4/+9
* Add/correct/delete notes of CUSTOMIZED files in bleadSteve Hay2022-04-201-2/+22
* changes to perl tests to handle perl without taint supportNeil Bowers2022-04-206-17/+60
* Revert "mg.c, Cwd.pm - Empty path is the same as "." which is forbidden under...Yves Orton2022-04-202-21/+3
* mg.c, Cwd.pm - Empty path is the same as "." which is forbidden under taintYves Orton2022-04-202-3/+21
* op/magic.t - make $SIG{ALRM} local test deal with inherited IGNORE'd signalYves Orton2022-04-191-1/+5
* Skip Test::Harness t/harness.t SEGV testLeon Timmermans2022-04-181-0/+1
* cpan/Test-Harness/t/source.t is no longer customizedLeon Timmermans2022-04-181-1/+0
* ExtUtils-Constant: Fix to work on EBCDICKarl Williamson2022-04-171-0/+3
* Makefile.SH - reduce technical debt, use `runtests` for `make test_porting`Yves Orton2022-04-131-1/+1
* t/harness - use glob on arguments even on *nixYves Orton2022-04-131-6/+5
* Add a way to skip utils/ files that need 64 bit intsYves Orton2022-04-131-0/+9
* fix SVf_POK getting set on NVs when copyingGraham Knop2022-04-121-1/+21
* Accept \p{nv=-0}Karl Williamson2022-04-082-5/+3
* regcomp.c: fix substring optimizer for ACCEPT inside of CURLYYves Orton2022-04-082-0/+2
* regcomp.c: With ACCEPT set stopmin even if no data struct presentYves Orton2022-04-081-0/+6