summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* First stab at my subFather Chrysostomos2012-09-152-6/+192
* Remove & from redef warnings for lex subsFather Chrysostomos2012-09-151-1/+0
* lexsub.t: Fix another testFather Chrysostomos2012-09-151-3/+1
* Clone state subs in anon subsFather Chrysostomos2012-09-151-5/+25
* Don’t say ‘variable &foo’ in warningsFather Chrysostomos2012-09-151-4/+2
* lexsub.t: Fix some testsFather Chrysostomos2012-09-151-5/+3
* Make pad_fixup_inner_anons cope with closed-over subsFather Chrysostomos2012-09-151-4/+0
* ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-151-2/+0
* Implement padcvFather Chrysostomos2012-09-151-21/+21
* Test state subsFather Chrysostomos2012-09-151-1/+188
* lexsub.t: Add test name, test override from another pkgFather Chrysostomos2012-09-151-3/+5
* Let barewords look up our subsFather Chrysostomos2012-09-151-10/+10
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-3/+1
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+5
* Make do sub() respect our declarationsFather Chrysostomos2012-09-151-1/+9
* lexsub.t: Fix a testFather Chrysostomos2012-09-151-4/+3
* Use test.pl in lexsub.tFather Chrysostomos2012-09-151-29/+28
* Make &foo respect our subFather Chrysostomos2012-09-152-3/+73
* Don’t allow name after our/state subFather Chrysostomos2012-09-151-0/+11
* PATCH: [perl #82954] Make "Can't do {n,m} with n > m into warningKarl Williamson2012-09-152-3/+2
* [perl #114888] Localise PL_comppad_name in cv_cloneFather Chrysostomos2012-09-141-0/+26
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-141-1/+5
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-141-1/+15
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-141-1/+7
* method.t: Add basic tests for SUPERFather Chrysostomos2012-09-141-2/+21
* method.t: Test more method-BLOCK edge casesFather Chrysostomos2012-09-141-1/+13
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-141-1/+5
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-145-2/+23
* Make (caller $n)[9] respect std warningsFather Chrysostomos2012-09-141-1/+18
* Fix %vd with alpha versionFather Chrysostomos2012-09-142-0/+15
* Refactor t/op/push.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-41/+27
* Refactor t/run/switch0.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-2/+10
* Refactor t/op/overload_integer.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-31/+11
* Refactor t/op/exists_sub.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-141-21/+58
* Document how to create and use smoke-me branchesSteve Hay2012-09-131-2/+2
* Fix listop-hash-infix parsingFather Chrysostomos2012-09-121-1/+6
* Eradicate race condition in t/op/sigsystem.t (#114562)Leon Timmermans2012-09-121-8/+7
* add test for 6502e08, s/(.)/die/eDavid Mitchell2012-09-121-2/+11
* Refactor to use test.pl instead of making TAP by hand. Add test names.Colin Kuskie2012-09-121-30/+30
* Refactor t/op/my.t to use test.pl instead of making TAP by handColin Kuskie2012-09-101-44/+60
* Refactor t/op/cond.t to use test.pl instead of making TAP by handColin Kuskie (via RT)2012-09-101-5/+11
* Refactor t/porting/customized to use test.pl instead of making TAP by handColin Kuskie (via RT)2012-09-101-9/+5
* fix a bug in handling $+[0] and unicodeDavid Mitchell2012-09-081-0/+1
* stop $foo =~ /(bar)/g skipping copyDavid Mitchell2012-09-082-2/+44
* rationalise t/re/pat_psycho.tDavid Mitchell2012-09-081-9/+11
* Don't copy all of the match string bufferDavid Mitchell2012-09-082-1/+6
* Separate handling of ${^PREMATCH} from $` etcDavid Mitchell2012-09-081-22/+36
* newXS_len_flags() shouldn't change the line number on PL_curcop when warning.Nicholas Clark2012-09-031-0/+21
* Test that the warning for "can be 0, test with defined" is for the start.Nicholas Clark2012-09-031-0/+15
* Test that the warning for "Found = in conditional" is for the start line.Nicholas Clark2012-09-031-0/+5