summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make scalar assignment to undef a compile time errorRichard Leach2021-05-251-2/+2
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-241-3/+0
* Do not cache utf8 offsets for non-canonical lengthsLeon Timmermans2021-05-241-1/+9
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-241-0/+1
* Add a regex test for changes in 1d8aafaE. Choroba2021-05-201-0/+1
* Update customizedSawyer X2021-05-201-2/+0
* update experimental to 0.024 from CPANRicardo Signes2021-05-021-1/+0
* t/op/bop.t: Call "use warnings" pragma after BEGIN blockTAKAI Kousuke2021-04-191-2/+2
* pp.c: Clip shift amount of <<, >> to avoid overflowTAKAI Kousuke2021-04-161-1/+18
* Set %ENV keys using the same byte-string logic as setting %ENV values.Felipe Gasper2021-04-161-1/+12
* Ensure isa object method still works after using isa infix operatorMarc Reisner2021-04-151-1/+7
* Support %#p format (#18709)Dominic Hamon2021-04-101-1/+1
* av_extend_guts: set correct ary_offset when unshifting an array (GH#18667)Richard Leach2021-04-051-0/+6
* Fix broken left shift of IV_MIN under 'use integer'Karl Williamson2021-03-291-1/+8
* re/pat.t: Skip locale tests if no locales availableKarl Williamson2021-03-291-4/+8
* switch to using the test.pl test functions for op/arith2.tTony Cook2021-03-191-30/+25
* reindent to standard perl indentTony Cook2021-03-191-30/+31
* we no longer need to setup @INCTony Cook2021-03-191-10/+0
* Split Config-dependent tests in t/opbasic/arith.t to t/op/arith2.tTony Cook2021-03-192-56/+73
* Unit-test that try{} blocks are invisible to caller()Paul "LeoNerd" Evans2021-03-191-0/+16
* loc_tools.pl: Fix valid_categories calculationKarl Williamson2021-03-171-3/+11
* document how to get a PR as a local branchTony Cook2021-03-151-1/+1
* regcomp.c: Remove memory leakKarl Williamson2021-02-281-1/+2
* Show how to quote spaces in Configure invocationsJames E Keenan2021-02-181-0/+1
* Accommodate miniperl on FreeBSDJames E Keenan2021-02-161-1/+1
* t/op/magic.tJames E Keenan2021-02-161-42/+42
* Document and test that do {try/catch} behaves as expected; yielding the final...Paul "LeoNerd" Evans2021-02-141-0/+30
* Unit-test that try{return} within :lvalue sub behaves correctly (GH#18553)Paul "LeoNerd" Evans2021-02-141-0/+24
* If a file has been deleted and removed from the MANIFEST don't complainYves Orton2021-02-131-2/+4
* [#18555] Ensure that PL_hash_seed and PL_hash_state are word alignedYves Orton2021-02-131-1/+1
* opbasic/arith.t - make sure we use the right ConfigYves Orton2021-02-121-2/+4
* Look up 'nm' in %ConfigJames E Keenan2021-02-121-2/+2
* Update to ExtUtils::PL2Bat to 0.004Leon Timmermans2021-02-121-1/+0
* t/re/charset.t: Rmv unnecessary evalKarl Williamson2021-02-111-1/+1
* t/loc_tools.pl: Sort ourselves, instead of requring itKarl Williamson2021-02-111-5/+25
* t/loc_tools.pl: Rmv redundant 'if'Karl Williamson2021-02-111-1/+1
* Reïndent t/op/coreamp.t to a much more consistent 2-space indentPaul "LeoNerd" Evans2021-02-101-142/+140
* t/run/locale.t: Use fresh_perl_is vs fresh_perlKarl Williamson2021-02-091-7/+6
* t/run/locale.t: Rmv LANGUAGE from environmentKarl Williamson2021-02-091-1/+1
* gh18515: tests for special-cased patternsHugo van der Sanden2021-02-091-1/+18
* files in t/opbasic shouldn't load test.plTony Cook2021-02-091-2/+6
* Correct indentation of next/last/redo unit testsPaul "LeoNerd" Evans2021-02-091-54/+54
* Unit test that wantarray inside try {} sees the correct contextPaul "LeoNerd" Evans2021-02-091-0/+22
* Merge branch 'jkeenan/t-op-try-use-warnings-20210206' into bleadPaul "LeoNerd" Evans2021-02-081-0/+22
|\
| * Fix indentationPaul "LeoNerd" Evans2021-02-081-2/+2
| * Rework patch to reduce diffJames E Keenan2021-02-071-128/+108
| * Test for "experimental::try" warnings being activePaul LeoNerd Evans2021-02-071-102/+144
* | t/lib/warnings/pad - add shadow checks for 'state'Richard Leach2021-02-081-10/+47
|/
* Prepare reg_mesg.t for warnings enabled upon invocationKarl Williamson2021-02-061-0/+6
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-043-6/+160