New release date for 5.12.1 in light of the new RC
[p5sagit/p5-mst-13.2.git] / pod / perldebguts.pod
index 7a9fc48..7319e74 100644 (file)
@@ -4,7 +4,7 @@ perldebguts - Guts of Perl debugging
 
 =head1 DESCRIPTION
 
-This is not the perldebug(1) manpage, which tells you how to use
+This is not L<perldebug>, which tells you how to use
 the debugger.  This manpage describes low-level details concerning
 the debugger's internals, which range from difficult to impossible
 to understand for anyone who isn't incredibly intimate with Perl's guts.
@@ -154,6 +154,7 @@ contents of this variable are treated as if they were the argument
 of an C<o ...> debugger command (q.v. in L<perldebug/Options>).
 
 =head3 Debugger internal variables
+
 In addition to the file and subroutine-related variables mentioned above,
 the debugger also maintains various magical internal variables.