diff options
author | Karl Williamson <khw@cpan.org> | 2019-03-11 13:14:36 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-03-12 12:06:26 -0600 |
commit | 4fa1c4b657de9d7a44e46d8008bf0f11306cf3e8 (patch) | |
tree | d037a019c4d66798fcb7fdb542f278ebd85f5210 /regen/warnings.pl | |
parent | 465848b5c535041b50179c7fe361c169bd817143 (diff) | |
download | perl-4fa1c4b657de9d7a44e46d8008bf0f11306cf3e8.tar.gz |
Add warnings category experimental::uniprop_wildcards
Diffstat (limited to 'regen/warnings.pl')
-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 ff08a2f0ce..d873551df7 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -113,6 +113,8 @@ my $tree = { [ 5.027, DEFAULT_ON ], 'experimental::private_use' => [ 5.029, DEFAULT_ON ], + 'experimental::uniprop_wildcards' => + [ 5.029, DEFAULT_ON ], }], 'missing' => [ 5.021, DEFAULT_OFF], |