diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-22 19:52:23 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 09:51:13 -0600 |
commit | e846f1dc86643f46748f814adf2948a5787a2ccf (patch) | |
tree | 4f27668edeec71ebc25316527c942cba9b4c4ee2 /lib/overload.pm | |
parent | c35f3909efdc9b123c4fb38e1d66ba7ea29e59be (diff) | |
download | perl-e846f1dc86643f46748f814adf2948a5787a2ccf.tar.gz |
overload.pm: Fix broken link
The list this link tries to refer to is a bullet list, and so
doesn't get anchors generated for it, so clicking on the link
fails
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 78510e7a6f..b84552ffb1 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -1,6 +1,6 @@ package overload; -our $VERSION = '1.14'; +our $VERSION = '1.15'; sub nil {} @@ -877,7 +877,8 @@ skipped. There are exceptions to the above rules for dereference operations (which, if Step 1 fails, always fall back to the normal, built-in implementations - see Dereferencing), and for C<~~> (which has its -own set of rules - see L<Matching>). +own set of rules - see C<Matching> under L</Overloadable Operations> +above). Note on Step 7: some operators have a different semantic depending on the type of their operands. |