summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-18 05:47:22 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-01-18 05:54:12 -0800
commitb79fa73cac271d368f3004395a8948d64e990909 (patch)
tree3af58ef1d22768cd4fb451968dff371bf81d3e2b
parentbcbc28235d1d1c975c15c7f0b1d8840e8ef5fd11 (diff)
downloadperl-b79fa73cac271d368f3004395a8948d64e990909.tar.gz
Hash::Util::FieldHash: fix broken pod link
-rw-r--r--ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
index 606f906555..17a9f8551e 100644
--- a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
+++ b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
@@ -103,7 +103,8 @@ Returns the reference address of a reference $obj. If $obj is
not a reference, returns $obj.
This function is a stand-in replacement for
-L<Scalar::Util::refaddr|Scalar::Util/refaddr EXPR>, that is, it returns
+L<Scalar::Util::refaddr|Scalar::Util/"$addr = refaddr( $ref )">,
+that is, it returns
the reference address of its argument as a numeric value. The only
difference is that C<refaddr()> returns C<undef> when given a
non-reference while C<id()> returns its argument unchanged.