summaryrefslogtreecommitdiff
path: root/ext/attrs/attrs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/attrs/attrs.pm')
-rw-r--r--ext/attrs/attrs.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/attrs/attrs.pm b/ext/attrs/attrs.pm
index fe2bf356e4..e97fa1ee39 100644
--- a/ext/attrs/attrs.pm
+++ b/ext/attrs/attrs.pm
@@ -46,6 +46,11 @@ execution. The semantics of the lock are exactly those of one
explicitly taken with the C<lock> operator immediately after the
subroutine is entered.
+=item lvalue
+
+Setting this attribute enables the subroutine to be used in
+lvalue context. See L<perlsub/"Lvalue subroutines">.
+
=back
=cut