summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Extract subroutines used to test File-Find into separate package.James E Keenan2013-12-012-1/+42
* regen pod issuesFather Chrysostomos2013-11-301-0/+1
* Update Module-Build to CPAN version 0.4203Chris 'BinGOs' Williams2013-11-281-1/+1
* Test that (??{$pvlvregexp}) does not recompile the regexpFather Chrysostomos2013-11-241-1/+8
* Reënable qr caching for (??{}) retval where possibleFather Chrysostomos2013-11-241-1/+18
* Don’t cache qr magic on referencesFather Chrysostomos2013-11-241-1/+12
* Make (??{$tied_ovrld}) see the right $1Father Chrysostomos2013-11-241-1/+12
* Don’t skip pat_re_eval.t under miniperlFather Chrysostomos2013-11-241-1/+0
* Fix bug with (??{$overload}) regexp cachingFather Chrysostomos2013-11-241-1/+13
* ->$#*Father Chrysostomos2013-11-241-1/+10
* Test line number for (??{$str}) regexp warningsFather Chrysostomos2013-11-241-0/+6
* Fix RT #120600: Variable length lookbehind is not variableYves Orton2013-11-221-0/+2
* regen pod issuesFather Chrysostomos2013-11-211-2/+2
* t/op/sub.t: Suppress warnings properlyFather Chrysostomos2013-11-201-1/+2
* Move <-- HERE arrow for ‘Switch condition not recognized’Father Chrysostomos2013-11-191-0/+1
* Update Module-Build to CPAN version 0.4202Chris 'BinGOs' Williams2013-11-191-1/+1
* Optimise 'if ($a || $b)' and 'unless ($a && $b)' early exitMatthew Horsfall (alh)2013-11-192-2/+42
* Update Module-Build to CPAN version 0.4201Chris 'BinGOs' Williams2013-11-191-1/+1
* Fix ‘panic: memory wrap’ in reg_scan_nameFather Chrysostomos2013-11-181-0/+8
* Require closing paren for (?&...Father Chrysostomos2013-11-181-1/+2
* fix expected failure text for new croak.t testTony Cook2013-11-181-1/+1
* perldiag: Don’t let <-- HERE be wrappedFather Chrysostomos2013-11-171-1/+1
* diag.t: Fix copy-and-paste error in os2 exceptionFather Chrysostomos2013-11-171-1/+1
* diag.t: Don’t check ‘calls’ in column 0Father Chrysostomos2013-11-171-1/+1
* diag.t: More win32 exceptionsFather Chrysostomos2013-11-171-0/+2
* diag.t: Support multiline perldiag entries betterFather Chrysostomos2013-11-171-1/+1
* diag.t: Let diag.t be run on specific source filesFather Chrysostomos2013-11-171-1/+6
* diag.t: Another exceptionFather Chrysostomos2013-11-171-0/+1
* diag.t: Skip x2pFather Chrysostomos2013-11-171-1/+1
* diag.t: win32 exceptionsFather Chrysostomos2013-11-171-0/+22
* diag.t: Support win32_croak_not_implementedFather Chrysostomos2013-11-171-0/+3
* diag.t: Another exceptionFather Chrysostomos2013-11-171-0/+1
* Remove extraneous dot from ‘Missing right brace...’Father Chrysostomos2013-11-171-0/+6
* perldiag: Document ‘\N{} in character class restricted...’Father Chrysostomos2013-11-171-1/+0
* perldiag: Document ‘Zero length \N{}’Father Chrysostomos2013-11-171-1/+0
* perldiag: Clean up ‘Sequence (...’ messagesFather Chrysostomos2013-11-171-6/+0
* perldiag: Add some ‘in regex’ variantsFather Chrysostomos2013-11-171-3/+0
* diag.t: Fix FAIL and vFAIL supportFather Chrysostomos2013-11-171-3/+4
* diag.t: Exceptions from plan9.cFather Chrysostomos2013-11-171-0/+23
* diag.t: Exceptions, mostly from os2.cFather Chrysostomos2013-11-171-0/+27
* diag.t: gv_override is not a croak functionFather Chrysostomos2013-11-171-1/+1
* Stop diag.t from skipping yyerror messagesFather Chrysostomos2013-11-171-1/+1
* perldiag: \%d better written as $%dFather Chrysostomos2013-11-171-1/+0
* Fix memory leak with recursive sub redefinitionFather Chrysostomos2013-11-161-2/+10
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+14
* Don’t skip t/re/reg_eval_scope.t under miniperlFather Chrysostomos2013-11-141-1/+0
* Compile-time checking for %$obj{"key"} under ‘use fields’Father Chrysostomos2013-11-141-0/+7
* podcheck: Remove workaround no longer neededKarl Williamson2013-11-131-2/+0
* Update Module-Build to CPAN version 0.4200Chris 'BinGOs' Williams2013-11-121-1/+1
* In newATTRSUB, clear glob slot before lowering refcount.Father Chrysostomos2013-11-111-1/+16