diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-08-19 13:12:11 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-09-29 10:49:19 -0400 |
commit | c29314de3abdb1d3bc527cce15a8f014a87875da (patch) | |
tree | 0d740c63f5243b367cfe578a1df032c065c78ea6 /regen/warnings.pl | |
parent | 7fba29668402ec06ad00dfafda69913bcbb2c1df (diff) | |
download | perl-c29314de3abdb1d3bc527cce15a8f014a87875da.tar.gz |
Remove experimental::lexical_topic warnings category
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index c4cc19c716..cd957f6f23 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -89,8 +89,6 @@ my $tree = { [ 5.017, DEFAULT_ON ], 'experimental::regex_sets' => [ 5.017, DEFAULT_ON ], - 'experimental::lexical_topic' => - [ 5.017, DEFAULT_ON ], 'experimental::smartmatch' => [ 5.017, DEFAULT_ON ], 'experimental::postderef' => |