summaryrefslogtreecommitdiff
path: root/lib/overload.pm
Commit message (Expand)AuthorAgeFilesLines
* Register ~~ operator overloading in its own category in %overload::opsRafael Garcia-Suarez2009-05-121-6/+8
* Docs for -X overloading.Ben Morrow2009-03-251-0/+25
* add link for those who look at overload for overridingYitzchak Scott-Thoennes2009-02-081-0/+3
* now get non-dual lived codeRicardo SIGNES2009-01-211-13/+13
* Use a slightly more paranoid regexRafael Garcia-Suarez2009-01-081-1/+1
* Minimal mention of overloading.pm in overload.pmPaul Fenwick2009-01-021-0/+5
* Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-271-1/+5
* [perl #55786] [PATCH blead] Re: Overload Segfaulting Rick Delaney2008-06-151-2/+4
* overload must not load XS modules at compile time, or perlRafael Garcia-Suarez2007-04-251-2/+6
* Remove a now redundant requireRafael Garcia-Suarez2007-04-251-6/+5
* Move the require at the top of the file.Rafael Garcia-Suarez2007-04-251-1/+2
* Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and GraphBrandon Black2007-04-251-2/+6
* Re: new C3 MRO patchBrandon Black2007-04-191-6/+7
* [perl #36689] &=, |= and ^= overloads are nbot documentedAdriano Ferreira2006-11-241-3/+7
* Typo fix in overload docsRafael Garcia-Suarez2006-09-251-1/+1
* Remove the last traces of explicitly setting HINT_LOCALIZE_HH fromNicholas Clark2006-04-201-3/+1
* "smart match" description in overload.pm is in the middle of "fallback" sectionJan Dubois2006-04-041-5/+5
* Re: [PATCH] Documentation patch for overloadSteffen Müller2006-02-071-6/+5
* Documentation patch for overloadSteffen Müller2006-02-051-0/+18
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-3/+0
* latest switch/say/~~Robin Houston2005-12-191-1/+6
* The return of the constingAndy Lester2005-09-131-1/+1
* Fix English error in overload.pmAndy Lester2005-07-291-5/+5
* Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badl...Rick Delaney2004-11-041-5/+1
* Mostly revert change #23347 (keep the test suite, fixed),Rafael Garcia-Suarez2004-11-031-1/+1
* Increment $overload::VERSION after change #23347Rafael Garcia-Suarez2004-10-041-1/+1
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRick Delaney2004-10-041-1/+1
* mention refaddr() in overload::StrVal docsFergal Daly2004-08-021-1/+4
* Diffs-sans-version-diffs between blead and maint.Jarkko Hietaniemi2003-08-141-1/+1
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
* [perl #22753] overload::StrVal() fails for regexp refsFergal Daly2003-06-221-4/+7
* Document the hint constants and where they're used.Rafael Garcia-Suarez2002-11-291-6/+6
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-4/+1
* Fix for 20001101.004, at least for the memleak part.Jarkko Hietaniemi2002-06-191-1/+1
* Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reportedYitzchak Scott-Thoennes2002-06-191-0/+3
* "\"\""Michael G. Schwern2002-05-041-8/+8
* a few typo fixes Jeffrey Friedl2001-11-121-4/+4
* Retract the changes made at #9176 to Neil's and Ilya's module pods.Jarkko Hietaniemi2001-03-181-5/+5
* more pod patchesMichael Stevens2001-03-161-5/+5
* [DOC PATCH] overload.pm nitsJohn Tobey2001-02-051-7/+7
* overload int()Ilya Zakharevich2001-01-251-2/+7
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+2
* Fix some recursion in overload.pmDaniel Chetlin2000-09-301-0/+5
* More %{} and other deref special casing - do not pass to 'nomethod'.Nick Ing-Simmons2000-09-021-59/+70
* Add the overload warnings to perldiag.Jarkko Hietaniemi2000-09-011-1/+1
* RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constantPaul Marquess2000-09-011-10/+3
* Sanaty checking of arguments to overload::constantAbigail2000-09-011-2/+48
* _Minor_ change to overload.pm podDaniel Chetlin2000-08-281-5/+4
* make hints available via globals in the respective pragmas toGurusamy Sarathy2000-03-041-1/+3