This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlsub - indicate version requirement for "delete local"
authorDan Book <grinnz@grinnz.com>
Thu, 26 Nov 2020 02:29:22 +0000 (21:29 -0500)
committerKarl Williamson <khw@cpan.org>
Thu, 26 Nov 2020 04:02:53 +0000 (21:02 -0700)
pod/perlsub.pod

index 629a273..2c18b09 100644 (file)
@@ -1032,6 +1032,8 @@ also accepted.
     }
     # %hash is back to its original state
 
+This construct is supported since Perl v5.12.
+
 =head2 Lvalue subroutines
 X<lvalue> X<subroutine, lvalue>