diff options
author | Zefram <zefram@fysh.org> | 2017-11-22 18:24:43 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-11-22 19:13:09 +0000 |
commit | 1068631d8485410b2f8645d5413bbed47244a4a8 (patch) | |
tree | 8894b036e54ec951374a89d0e0304918f766e056 /regen | |
parent | 25233fb4d503834fd10cefc6b551240224a7f31a (diff) | |
download | perl-1068631d8485410b2f8645d5413bbed47244a4a8.tar.gz |
update doc in lib/ about smartmatch
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/feature.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 6b95e901ce..8cad2c4b45 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -369,7 +369,7 @@ read_only_bottom_close_and_rename($h); __END__ package feature; -our $VERSION = '1.49'; +our $VERSION = '1.50'; FEATURES @@ -461,7 +461,7 @@ explicitly disabled the warning: no warnings "experimental::smartmatch"; -C<use feature 'switch'> tells the compiler to enable the Perl 6 +C<use feature 'switch'> tells the compiler to enable the given/when construct. See L<perlsyn/"Switch Statements"> for details. |