summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Copy magic during localisation even for GVsFather Chrysostomos2011-11-181-0/+16
* | Test length() warning with pad varsFather Chrysostomos2011-11-181-0/+4
* | Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+17
* | Update several test cases to not generate failures on VOS.Paul Green2011-11-182-1/+5
* | Make sure $DB::sub is callableFather Chrysostomos2011-11-181-1/+17
* | Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.Nicholas Clark2011-11-181-0/+0
* | Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.Nicholas Clark2011-11-181-2/+2
* | Re-deprecate $[Father Chrysostomos2011-11-172-0/+16
* | Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-1720-48/+95
* | Patch t/test.pl so isa_ok() works with objects.Michael G. Schwern2011-11-172-6/+60
* | [perl #70151] eval localises %^H at runtimeFather Chrysostomos2011-11-173-3/+21
* | eval.t: add bug numberFather Chrysostomos2011-11-171-0/+1
* | eval.t: typosFather Chrysostomos2011-11-171-2/+2
* | podcheck.t: Add commentKarl Williamson2011-11-101-1/+3
* | utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-101-0/+7
* | utf8.c: Handle swashes at UV_MAXKarl Williamson2011-11-101-0/+4
* | utf8.c: Fix swash handling under USE_MORE_BITSKarl Williamson2011-11-101-4/+10
* | utf8.c: Make swashes work close to UV_MAXKarl Williamson2011-11-091-3/+8
* | intrpvar.h: Increase size of variable that stores UTF8 bytesKarl Williamson2011-11-091-0/+16
* | pat_advanced.t: Display better names for a few testsKarl Williamson2011-11-091-4/+7
* | t/uni/case.pl: Allow overridden simple maps in inputKarl Williamson2011-11-081-1/+6
* | Dear dual-life.t: I regret your existenceFather Chrysostomos2011-11-061-1/+1
* | eval"" should reset %^H in more casesFather Chrysostomos2011-11-061-1/+13
* | Typos in gv.tFather Chrysostomos2011-11-061-2/+2
* | Correct bug number in gv.tFather Chrysostomos2011-11-061-4/+4
* | Make multiple #line’s update dblines in evalsFather Chrysostomos2011-11-061-1/+4
* | [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-062-6/+8
* | Document unicode_eval and evalbytesFather Chrysostomos2011-11-061-1/+2
* | Add evalbytes functionFather Chrysostomos2011-11-064-4/+64
* | eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+42