diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-07-17 13:04:26 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-17 13:07:03 -0700 |
commit | d4062d50d8a6d4ab7c4d7edb81db545ae26cef70 (patch) | |
tree | 451aab55d8b5d8cfd7fd7fc07769eef4d15cf031 /pod/perlref.pod | |
parent | 981b911e11a28c0a992f2065cfe21131e0b43d90 (diff) | |
download | perl-d4062d50d8a6d4ab7c4d7edb81db545ae26cef70.tar.gz |
perlref: Wrap pod
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: |