-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Labels
Description
Where
This one is a fix for perl-5.40.0/lib/DB.pm
Description
There is one typo in DB.pm, look attached file.
--- ./perl-5.40.0/lib/DB.pm Tue Feb 27 01:50:15 2024
+++ ./perl-5.40.0/lib/DB.pm Thu Nov 7 11:22:44 2024
@@ -560,7 +560,7 @@
CLIENT->done() # de-register from the debugging API
CLIENT->skippkg('hide::hide') # ask DB not to stop in this package
CLIENT->cont([WHERE]) # run some more (until BREAK or
- # another breakpointt)
+ # another breakpoint)
CLIENT->step() # single step
CLIENT->next() # step over
CLIENT->ret() # return from current subroutine