summaryrefslogtreecommitdiff
path: root/lib/overload.pm
Commit message (Expand)AuthorAgeFilesLines
* Prefer scalar assignment to get caller's first return valueRichard Leach2023-02-221-3/+3
* overload: bump versionGraham Knop2022-10-241-1/+1
* overload: only disable builtin warnings where blessed is calledGraham Knop2022-10-241-1/+1
* overload: remove localizing of error varibles when not loading a moduleGraham Knop2022-10-241-2/+0
* overload: clean up whitespaceGraham Knop2022-10-241-360/+364
* Augment overload::Method docsHugo van der Sanden2022-02-031-0/+3
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-1/+2
* Use builtin::blessed() in overload.pm rather than using Scalar::UtilPaul "LeoNerd" Evans2021-12-141-4/+3
* Fix enough code to get make test_prep working with -dDusedefaultstrictTodd Rinaldo2020-10-131-6/+9
* Change some link pod for better renderingKarl Williamson2020-08-311-2/+2
* lib/overload.pm: Use L</Foo Bar>, not L<Foo Bar>Karl Williamson2019-05-251-15/+15
* Update docs wrt bitwise opsFather Chrysostomos2017-12-311-2/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-3/+28
* update doc in lib/ about smartmatchZefram2017-11-221-28/+3
* overload.pm: add a missing 'exists'Dan Collins2016-12-261-2/+2
* Speed up compilation of overload.pm a smidge.James Raspass2016-09-281-5/+3
* document that we may add more overloaded ops over timeRicardo Signes2015-05-081-1/+2
* overload.pm: Document fifth arg for &|^~Father Chrysostomos2015-01-311-2/+11
* overload.pm: TypoFather Chrysostomos2015-01-311-1/+1
* overload.pm: Document &. etc.Father Chrysostomos2015-01-311-6/+6
* Increase $overload::VERSION to 1.25Father Chrysostomos2015-01-311-1/+1
* overload.pm: Add string-specific bitopsFather Chrysostomos2015-01-311-4/+4
* overload.pm: Removed an unused variableBrian Fraser2014-10-311-2/+2
* Increase $overload::VERSION to 1.23Father Chrysostomos2014-09-091-1/+1
* Remove redundant check from overload.pmFather Chrysostomos2014-09-091-1/+1
* Document that range operator '..' can not be overloaded.Moritz Lenz2013-04-141-1/+5
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-4/+1
* [perl #113050] Put fallback back under "()"Father Chrysostomos2012-05-231-4/+5
* overload.pm: Allow :: in method namesFather Chrysostomos2012-05-211-1/+1
* overload.pm: This warning exists nowFather Chrysostomos2012-05-211-10/+0
* Update overload docsFather Chrysostomos2012-05-211-24/+7
* Make ‘no overload’ also warn about invalid argsFather Chrysostomos2012-05-211-0/+2
* overload.pm: Don’t touch %OVERLOAD’s dummy entryFather Chrysostomos2012-05-211-2/+0
* Make overloaded classes inherit fallbackFather Chrysostomos2012-05-211-11/+11
* Increase $overload::VERSION to 1.19Father Chrysostomos2012-05-211-1/+1
* Increase $overload::VERSION to 1.18Father Chrysostomos2012-01-241-1/+1
* In overload::AddrRef, use ‘no overloading’Father Chrysostomos2012-01-241-11/+2
* overload.pm: Smaller indents for long linesFather Chrysostomos2012-01-181-6/+6
* overload.pm: spaces after dots; wording tweakFather Chrysostomos2012-01-181-16/+17
* Document new overload warning in overload.pmFather Chrysostomos2012-01-181-0/+5
* overload.pm: Doc tweaksFather Chrysostomos2012-01-181-1/+1
* In overload::ov_method, use ‘no overloading’Father Chrysostomos2012-01-181-3/+2
* Lower $overload::VERSION to 1.17Father Chrysostomos2012-01-161-1/+1
* overload.pm: Combine two loopsFather Chrysostomos2012-01-161-3/+2
* overload.pm: Put invalid arg warning in "overload" categoryFather Chrysostomos2012-01-161-1/+1
* Suppress ‘useless’ warning in overload.pmFather Chrysostomos2012-01-161-1/+1
* Emit a warning if an attempt is made to overload an invalid (e.g., misspelled...jkeenan2012-01-161-17/+30
* [perl #40333] Stop overload::Overloaded from calling ->canFather Chrysostomos2012-01-091-1/+1
* Increase $overload::VERSION to 1.17Father Chrysostomos2012-01-051-1/+1