fix bug in dumping self-referential scalars
[p5sagit/p5-mst-13.2.git] / pod / perllexwarn.pod
index 8dbae0d..6078aef 100644 (file)
@@ -3,7 +3,7 @@
 perllexwarn - Perl Lexical Warnings
 
 =head1 DESCRIPTION
+
 The C<use warnings> pragma is a replacement for both the command line
 flag B<-w> and the equivalent Perl variable, C<$^W>.
 
@@ -160,7 +160,7 @@ introduction of lexically scoped warnings, or have code that uses both
 lexical warnings and C<$^W>, this section will describe how they interact.
 
 How Lexical Warnings interact with B<-w>/C<$^W>:
+
 =over 5
 
 =item 1.
@@ -313,6 +313,10 @@ produce a fatal error.
  
 The experimental features need bottomed out.
 
+  perldiag.pod
+    Need to add warning class information and notes on
+    how to use the class info with the warnings pragma.
+
   perl5db.pl
     The debugger saves and restores C<$^W> at runtime. I haven't checked
     whether the debugger will still work with the lexical warnings