summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Added descriptions to tests lacking them.Andrew Tam2013-03-031-7/+7
* Stop SEGV on 'our sub { syntax error }'Peter Martini2013-03-031-1/+14
* Disable by default the new Copy-on-Write for 5.18David Mitchell2013-03-021-0/+1
* perlintro: Typo and stop verbatim wrappingKarl Williamson2013-02-241-1/+0
* Handle undef values in magic.t on VMS.Craig A. Berry2013-02-231-1/+6
* Also skip io/eintr.t on MidnightBSDChris 'BinGOs' Williams2013-02-201-1/+1
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-2011-21/+21
* put an experimental warning on lexical topicRicardo Signes2013-02-202-1/+16
* Un-deprecate the support for lexical $_Rafael Garcia-Suarez2013-02-202-16/+1
* Silence irrelevant stderr output from op/magic.tSteve Hay2013-02-201-1/+1
* Fix failing op/magic.t test 157Steve Hay2013-02-201-1/+1
* re/charset.t, re/fold_grind.t: Note C locale can match 128-255Karl Williamson2013-02-192-8/+12
* re/charset.t: Make sure locale is loaded at compile timeKarl Williamson2013-02-191-2/+5
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-199-0/+9
* Some tests for [perl #112244]Karl Williamson2013-02-181-1/+13
* Update Encode to CPAN version 2.48Chris 'BinGOs' Williams2013-02-181-0/+1
* mg.c : revert ENV{x} = undef behaviour to be empty string, not key deletionKent Fredric2013-02-171-1/+5
* INSTALL: Fix pod verbatim linesKarl Williamson2013-02-151-1/+0
* Extend t/porting/diag.t to cover code in DynaLoader.Nicholas Clark2013-02-151-2/+4
* Extend t/porting/diag.t to cover various other C-like files.Nicholas Clark2013-02-151-1/+2
* t/porting/diag.t now reads files from MANIFEST, instead of scanning the disk.Nicholas Clark2013-02-151-12/+8
* diag.t: Validate severity of ck warn routines betterFather Chrysostomos2013-02-101-2/+11
* RT-116192 - If a directory in @INC already has a trailing '/', don't add anot...Matthew Horsfall (alh)2013-02-102-0/+27
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-098-168/+361
* Update Pod-Parser to CPAN version 1.60Chris 'BinGOs' Williams2013-02-051-3/+4
* Make makemeta more cognisant and easier to useChris 'BinGOs' Williams2013-02-051-1/+1
* Add tests and clarify pod for (?[ ])Karl Williamson2013-02-041-0/+19
* Add interpolations to regex setsKarl Williamson2013-02-033-0/+16
* Teach makemeta to use CPAN::Meta to generate both META.json and META.ymlChris 'BinGOs' Williams2013-02-021-2/+6
* regcomp.c: Expand diagnosticKarl Williamson2013-01-311-2/+2
* Convert t/op/sprintf.t to use test.plMarcel Gruenauer (via RT)2013-01-281-12/+12
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+1
* Make sure that Test-Harness customisations are declared and checked.Chris 'BinGOs' Williams2013-01-241-6/+7
* Add deprecation warning for literal PATWS under /xKarl Williamson2013-01-231-0/+1
* reg_mesg.t: Remove repetitious boiler plateKarl Williamson2013-01-231-152/+152
* Move t/lib/warnings/regcomp to t/re/reg_mesg.tKarl Williamson2013-01-232-281/+66
* regcomp.c: Change warning category to just deprecatedKarl Williamson2013-01-231-2/+2
* reg_mesg.t: Add cpabilities; improve outputKarl Williamson2013-01-231-16/+53
* re/reg_mesg.t: White-space only; no code changesKarl Williamson2013-01-231-10/+10
* re/reg_mesg.t: Add tests for suppressing warningsKarl Williamson2013-01-231-4/+19
* Clean up indenting on t/win32/fs.tBrad Gilbert2013-01-231-13/+13
* Remove dead code from t/win32/fs.tBrad Gilbert2013-01-231-10/+0
* Convert to use of t/test.plJames E Keenan2013-01-221-2/+2
* Note why switchF1.t and switchp.t do not use test.pl.James E Keenan2013-01-222-0/+7
* syntax check a directory: set the test process locale tooTony Cook2013-01-221-0/+2
* Actually update Test-Harness to CPAN version 3.26Chris 'BinGOs' Williams2013-01-201-53/+4
* Replace XXX by correct bug numberKarl Williamson2013-01-191-1/+1
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-192-0/+28
* Revert "Deprecate literal unescaped "{" in regexes."Karl Williamson2013-01-192-8/+3
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-193-0/+7