summaryrefslogtreecommitdiff
path: root/lib/overload.t
Commit message (Expand)AuthorAgeFilesLines
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-2/+4
* Revert "Lookup overloaded assignment operators when trying to swap the argume...Ricardo Signes2013-02-261-1/+1
* stop ""-overloaded Regex recursingDavid Mitchell2012-09-121-1/+19
* fix 386a548 for fallback => undefJesse Luehrs2012-06-291-6/+35
* "use overload fallback => 0" should enable overloading [perl #113010]Jesse Luehrs2012-06-291-1/+13
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-1/+259
* re-apply temporarily remove overload.t changesDavid Mitchell2012-06-131-37/+128
* handle (??{}) returning an overloaded valueDavid Mitchell2012-06-131-5/+2
* undo temporarily reverted lib/overload.t tests"David Mitchell2012-06-131-1/+48
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+10
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2012-06-131-1/+3
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-131-1/+40
* Revert 4 regex commits to ease rebasingDavid Mitchell2012-06-131-3/+1
* Temporarily revert some lib/overload.t testsDavid Mitchell2012-06-131-48/+1
* Temporarily remove overload.t changesDavid Mitchell2012-06-131-128/+37
* Merge branch 'rgs/overload' into bleadRafael Garcia-Suarez2012-05-231-1/+1
|\
| * Lookup overloaded assignment operators when trying to swap the argumentsRafael Garcia-Suarez2012-05-221-1/+1
* | [perl #113050] Put fallback back under "()"Father Chrysostomos2012-05-231-1/+12
|/
* Test <> ovrld with glob overrideFather Chrysostomos2012-05-211-1/+4
* overload.pm: Allow :: in method namesFather Chrysostomos2012-05-211-1/+15
* overload.t: Make the undef %overload:: test usefulFather Chrysostomos2012-05-211-1/+1
* overload.t: Translate a comment into English :-)Father Chrysostomos2012-05-211-2/+2
* overload.t: Move a testFather Chrysostomos2012-05-211-12/+12
* sv.c: Don’t fiddle with AMAGIC in sv_blessFather Chrysostomos2012-05-211-2/+2
* Make ‘no overload’ also warn about invalid argsFather Chrysostomos2012-05-211-1/+6
* Make overloaded classes inherit fallbackFather Chrysostomos2012-05-211-1/+25
* overload.t: Tests for no overload "fallback"Father Chrysostomos2012-05-211-1/+12
* Correct comment typo in overload.tFather Chrysostomos2012-05-211-1/+1
* Make @ISA changes update overloadednessFather Chrysostomos2012-05-211-1/+0
* overload.t: Move some tests above ‘keep last’ testFather Chrysostomos2012-05-211-32/+32
* [perl #112708] Update overloadedness with ‘use overload’Father Chrysostomos2012-05-211-3/+1
* overload.t: Another to-do test for isa changesFather Chrysostomos2012-05-211-1/+6
* gv.c: Check overload tables when overloading is usedFather Chrysostomos2012-05-211-11/+11
* Move SvAMAGIC flag from object to stashFather Chrysostomos2012-05-211-0/+2
* To-do tests for method/isa/overload updates and overloadingFather Chrysostomos2012-05-211-1/+20
* Test invalid arg warning from overloadFather Chrysostomos2012-01-161-1/+13
* [perl #40333] Another testJoshua ben Jore2012-01-091-1/+13
* [perl #40333] Stop overload::Overloaded from calling ->canFather Chrysostomos2012-01-091-1/+24
* [RT #36079] Convert ` to '.jkeenan2011-11-221-5/+5
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2011-10-291-1/+3
* Make undef %overload:: test more likely to crashFather Chrysostomos2011-10-061-0/+1
* Restore the package name to overload errors; fix crashFather Chrysostomos2011-09-301-3/+11
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-1/+1
* overload.t: Remove a bug workarondFather Chrysostomos2011-07-201-2/+1
* Tests for overload errorsFather Chrysostomos2011-07-201-1/+19
* fix a few typos in lib/overload.tDavid Mitchell2011-01-031-4/+4
* make <expr> always overload if expr is overloadedDavid Mitchell2011-01-021-11/+10
* overloaded <> sometimes left an extra stack argDavid Mitchell2011-01-021-1/+18
* [perl #71286] fallback/nomethod failuresMichael Breen2010-12-031-1/+147
* [perl #71998] overload::Method can die with blessed methodsFather Chrysostomos2010-09-281-1/+9