This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid Unicode warnings in Carp
[perl5.git] / pod / perllexwarn.pod
index c6494db..b193e3c 100644 (file)
@@ -212,6 +212,12 @@ to be enabled/disabled in isolation.
 
 The current hierarchy is:
 
+=for comment
+This tree is generated by regen/warnings.pl.  Any changes made here
+will be lost.
+
+=for warnings.pl begin
+
     all -+
          |
          +- closure
@@ -223,6 +229,12 @@ The current hierarchy is:
          +- experimental --+
          |                 |
          |                 +- experimental::lexical_subs
+         |                 |
+         |                 +- experimental::lexical_topic
+         |                 |
+         |                 +- experimental::regex_sets
+         |                 |
+         |                 +- experimental::smartmatch
          |
          +- glob
          |
@@ -318,6 +330,8 @@ The current hierarchy is:
          |
          +- void
 
+=for warnings.pl end
+
 Just like the "strict" pragma any of these categories can be combined
 
     use warnings qw(void redefine);