Change 17248 by jhi@alpha on 2002/06/14 22:34:27

        Group the debugger changes in one place.

Affected files ...

.... //depot/perl/pod/perldelta.pod#455 edit

Differences ...

==== //depot/perl/pod/perldelta.pod#455 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#454~17246~   Fri Jun 14 12:18:44 2002
+++ perl/pod/perldelta.pod      Fri Jun 14 15:34:27 2002
@@ -2072,13 +2072,6 @@
 
 =item *
 
-Several debugger fixes: exit code now reflects the script exit code,
-condition C<"0"> now treated correctly, the C<d> command now checks
-line number, C<$.> no longer gets corrupted, and all debugger output
-now goes correctly to the socket if RemotePort is set. [561]
-
-=item *
-
 Perl 5.6.0 could emit spurious warnings about redefinition of
 dl_error() when statically building extensions into perl.
 This has been corrected. [561]
@@ -2775,6 +2768,13 @@
 Perl with debugging, you can use the -DT [561] and -DR options to trace
 tokenising and to add reference counts to displaying variables,
 respectively.
+
+=item *
+
+Several debugger fixes: exit code now reflects the script exit code,
+condition C<"0"> now treated correctly, the C<d> command now checks
+line number, C<$.> no longer gets corrupted, and all debugger output
+now goes correctly to the socket if RemotePort is set. [561]
 
 =item *
 
End of Patch.

Reply via email to