diff options
Diffstat (limited to 'pod/perlref.pod')
-rw-r--r-- | pod/perlref.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod index a071f1f3d6..dfbb52cd34 100644 --- a/pod/perlref.pod +++ b/pod/perlref.pod @@ -911,7 +911,10 @@ subject to change. =head1 Declaring a Reference to a Variable -Beginning in v5.26.0, the referencing operator can come after C<my>, C<state>, C<our>, or C<local>. This syntax must be enabled with C<use feature 'declared_refs'>. It is experimental, and will warn by default unless C<no warnings 'experimental::refaliasing'> is in effect. +Beginning in v5.26.0, the referencing operator can come after C<my>, +C<state>, C<our>, or C<local>. This syntax must be enabled with C<use +feature 'declared_refs'>. It is experimental, and will warn by default +unless C<no warnings 'experimental::refaliasing'> is in effect. This feature makes these: |