summaryrefslogtreecommitdiff
path: root/lib/overload.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test %main::OVERLOAD, which was almost broken by a proposed fix forFather Chrysostomos2010-09-131-1/+10
* Fix the overload tests marked as TODO in 22afb09b13a6dc17f20388991422fdbe6166...Chris 'BinGOs' Williams2010-08-151-6/+4
* Made a number of tests TODO in lib/overload.t due to changes to Test-SimpleChris 'BinGOs' Williams2010-08-141-1/+3
* avoid multiple FETCH/stringify on filetest opsDavid Mitchell2010-07-031-11/+1
* avoid extra FETCHes on overloaded qr stringifyDavid Mitchell2010-07-031-4/+1
* overload.t: clarify concat #FETCH expectedDavid Mitchell2010-07-031-16/+10
* remove double stringify-overload from $ovld .= fooDavid Mitchell2010-07-031-11/+3
* eval: handle taint of overloaded/tied argDavid Mitchell2010-07-031-2/+6
* fix tainting and overloadDavid Mitchell2010-07-031-62/+246
* taint-enable lib/overload.tDavid Mitchell2010-07-031-4/+4
* fix for RT #8438: $tied->() doesn't call FETCHDavid Mitchell2010-06-041-1/+1
* make overload respect get magicDavid Mitchell2010-05-211-1/+240
* Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld.Nicholas Clark2010-03-111-2/+2
* fix bug 67156: overload: nomethod(..., '!') return value invertedMichael Breen2009-12-141-2/+17
* Improvements to qr-overload testsRafael Garcia-Suarez2009-11-011-8/+15
* Implement the 'qr' overload type.Ben Morrow2009-11-011-1/+79
* Test that overload::constant works in eval("")Rafael Garcia-Suarez2009-01-121-1/+8
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+41
* [perl #55786] [PATCH blead] Re: Overload Segfaulting Rick Delaney2008-06-151-1/+17
* Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (...Yves Orton2008-01-061-1/+1
* First class regexps.Nicholas Clark2007-12-281-1/+1
* Regexps are now orange.Nicholas Clark2007-12-271-1/+1
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-2/+25
* Suggestion by Rick Delaney to make this test pass with -Duse64bitallRafael Garcia-Suarez2007-10-081-1/+1
* Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer resultsRick Delaney2007-10-081-1/+6
* Re: [perl #46011] overload "0+" doesn't handle integer resultsRick Delaney2007-10-071-1/+26
* I can't spell (well know fact) and while I'm there correct otherNicholas Clark2007-10-031-8/+8
* Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag wasNicholas Clark2007-10-031-1/+43
* Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'Rick Delaney2007-02-231-1/+48
* [perl #36689] &=, |= and ^= overloads are nbot documentedAdriano Ferreira2006-11-241-1/+34
* D'oh! 27508 wasn't quite testing what I wanted it to test. This does.Nicholas Clark2006-03-151-3/+2
* Test for reblessing objects with weak references.Nicholas Clark2006-03-151-1/+30
* Moving the overloading flag from the reference to the referant allowsNicholas Clark2006-03-151-1/+46
* Finish converting overload.t to Test::MoreNicholas Clark2006-03-151-132/+100
* Further conversion of overload.tNicholas Clark2006-03-151-81/+81