Skip to content

[doc] typo in perl-5.40.0/lib/DB.pm #22732

@sobrado8086

Description

@sobrado8086

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions