summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-08 19:11:40 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-08 20:19:42 -0400
commiteb91097c56fcbc5b66cea97d62fb26a347807e2e (patch)
treeb4f68edd76c80698c1b3151eebec4f6b355be9a3 /lib
parent0590bd99f192564130ecb2be72b166529801ab6b (diff)
downloadperl-eb91097c56fcbc5b66cea97d62fb26a347807e2e.tar.gz
document that we may add more overloaded ops over time
Diffstat (limited to 'lib')
-rw-r--r--lib/overload.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/overload.pm b/lib/overload.pm
index 414c386675..4a1912c236 100644
--- a/lib/overload.pm
+++ b/lib/overload.pm
@@ -1,6 +1,6 @@
package overload;
-our $VERSION = '1.25';
+our $VERSION = '1.26';
%ops = (
with_assign => "+ - * / % ** << >> x .",
@@ -383,6 +383,7 @@ hash C<%overload::ops>:
Most of the overloadable operators map one-to-one to these keys.
Exceptions, including additional overloadable operations not
apparent from this hash, are included in the notes which follow.
+This list is subject to growth over time.
A warning is issued if an attempt is made to register an operator not found
above.