summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #105024] UNIVERSAL::AUTOLOAD and %+Father Chrysostomos2011-11-301-1/+19
* teach podcheck.t about newly linked-to module in perlfuncRicardo Signes2011-11-301-1/+3
* panic after cow-to-stash assignmentFather Chrysostomos2011-11-281-0/+10
* [perl #99850] SEGV when destructor undefs goto &subFather Chrysostomos2011-11-271-1/+12
* [perl #97980] Stop tied() from returning a copyFather Chrysostomos2011-11-261-0/+8
* Oops!Father Chrysostomos2011-11-261-3/+1
* [perl #97632] Improve SvTAINT docsFather Chrysostomos2011-11-261-1/+3
* Remove ‘no warnings deprecated’ from two .t’sFather Chrysostomos2011-11-262-2/+0
* Optimise substr assignment in void contextFather Chrysostomos2011-11-261-5/+5
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-262-3/+12
* Don’t warn for foo+1 with ($) protoFather Chrysostomos2011-11-241-1/+3
* evalbytes should ignore outer utf8 declarationFather Chrysostomos2011-11-241-1/+1
* regen pod issuesFather Chrysostomos2011-11-241-1/+1
* Test ambiguous warning with (;$) protoFather Chrysostomos2011-11-241-0/+6
* Suppress ‘once’ warning in gmagic.tFather Chrysostomos2011-11-241-1/+1
* Call FETCH once for rcatlineFather Chrysostomos2011-11-241-1/+7
* sysread should not ignore magic on its bufferFather Chrysostomos2011-11-241-0/+24
* Make sselect call fetch onceFather Chrysostomos2011-11-242-1/+17
* Move substr tests under t/opFather Chrysostomos2011-11-242-0/+0
* Call FETCH once when chomping a tied refFather Chrysostomos2011-11-241-0/+5
* Call FETCH once for $tied_ref =~ y/a/b/Father Chrysostomos2011-11-241-1/+3
* __SUB__ should warn in void contextFather Chrysostomos2011-11-241-0/+3
* UNIVERSAL::VERSION should treat "version" as a stringFather Chrysostomos2011-11-231-1/+8
* printf "%vd", "version" should not SEGVFather Chrysostomos2011-11-231-0/+1
* [RT #36079] Due to test failures, revert conversion from backtick to single q...jkeenan2011-11-221-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* [RT #36079] Convert ` to '.jkeenan2011-11-224-8/+8
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-222-2/+2
* [RT #36079] Convert ` to '.jkeenan2011-11-225-8/+8
* [perl #103766] Wrong $" warning in perl 5.14Father Chrysostomos2011-11-221-0/+6
* Move a test from t/lib/warnings/sv to .../9uninitFather Chrysostomos2011-11-222-7/+7
* [perl #80628] __SUB__Father Chrysostomos2011-11-223-1/+44
* Test for lack of uninit warnings in sub redefFather Chrysostomos2011-11-221-0/+6
* Make constant sub redef warnings obey scopeFather Chrysostomos2011-11-211-10/+16
* Restore autouse’s exemption from redef warningsFather Chrysostomos2011-11-211-2/+2
* Make sort {} and sort {()} equivalentFather Chrysostomos2011-11-211-0/+7
* Merge remote-tracking branch 'p5p/smoke-me/gsoc-pod' into bleadRicardo Signes2011-11-201-0/+4
|\
| * Dynamically create and delete testdir/test.lib/smoke-me/gsoc-podMarc Green2011-10-311-4/+4
| * Update known_pod_issuesMarc Green2011-10-311-10/+10
| * Update known_pod_issuesMarc Green2011-10-311-8/+12
* | Make constant promotion null-cleanFather Chrysostomos2011-11-201-1/+13
* | Handle require() on implicit $_ properly w/r global overridesVincent Pit2011-11-201-1/+13
* | Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-1/+8
* | sort does not call get-magic after dereffingFather Chrysostomos2011-11-191-3/+5
* | Call FETCH once on handle passed as 3rd arg to open()Father Chrysostomos2011-11-191-2/+2
* | Mention variable names in @a =~ // warningsFather Chrysostomos2011-11-191-12/+12
* | Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-31/+37
* | Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-8/+8
* | Fix pp_goto crash with orphaned GVFather Chrysostomos2011-11-181-1/+17