summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/overload.pm5
-rw-r--r--t/porting/known_pod_issues.dat1
2 files changed, 3 insertions, 3 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.
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 51de3cc08b..0a6e22c1ca 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -346,7 +346,6 @@ lib/tie/scalar.pm Verbatim line length including indents exceeds 80 by 1
lib/unicode/ucd.pm Verbatim line length including indents exceeds 80 by 1
lib/deprecate.pm Verbatim line length including indents exceeds 80 by 2
lib/integer.pm Verbatim line length including indents exceeds 80 by 1
-lib/overload.pm Apparent broken link 1
lib/overload.pm Verbatim line length including indents exceeds 80 by 1
lib/perl5db.pl ? Should you be using L<...> instead of 1
lib/perl5db.pl Verbatim line length including indents exceeds 80 by 1