diff options
author | Karl Williamson <khw@cpan.org> | 2017-12-18 15:12:17 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-12-24 17:20:45 -0700 |
commit | 0d76344ba3b6c2a839f8199ff1a511d13394ca09 (patch) | |
tree | c66a6c8a5fc957a0ee6d1e8da108121cb20d50ec /regen | |
parent | 463b4a67b66f3d1246e0d870a3c112f85e1eae86 (diff) | |
download | perl-0d76344ba3b6c2a839f8199ff1a511d13394ca09.tar.gz |
Add warning for script runs being experimental
This will be used in later commits.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index eb286d8a16..a94a7522e8 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -16,7 +16,7 @@ # # This script is normally invoked from regen.pl. -$VERSION = '1.39'; +$VERSION = '1.40'; BEGIN { require './regen/regen_lib.pl'; @@ -107,6 +107,8 @@ my $tree = { [ 5.021, DEFAULT_ON ], 'experimental::declared_refs' => [ 5.025, DEFAULT_ON ], + 'experimental::script_run' => + [ 5.027, DEFAULT_ON ], }], 'missing' => [ 5.021, DEFAULT_OFF], |