diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-02-20 11:40:45 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-02-20 11:53:04 -0500 |
commit | 4055dbce18d26660d937e0dea2aefbb2cd09478d (patch) | |
tree | 8cf94bf601162a1025e6bfab421c9b92473d5a14 /regen | |
parent | 55783725fcd6f6dcc5b3ecc5d7727d7ee3bda8a8 (diff) | |
download | perl-4055dbce18d26660d937e0dea2aefbb2cd09478d.tar.gz |
put an experimental warning on lexical topic
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 93b26fe58f..94a98436e8 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -89,6 +89,8 @@ my $tree = { [ 5.017, DEFAULT_ON ], 'experimental::regex_sets' => [ 5.017, DEFAULT_ON ], + 'experimental::lexical_topic' => + [ 5.017, DEFAULT_ON ], }], #'default' => [ 5.008, DEFAULT_ON ], |