diff options
author | Brian Gottreu <gottreu@gmail.com> | 2013-06-16 13:37:33 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:44 -0700 |
commit | 555bd962bf06d749086724e280b3588586df7805 (patch) | |
tree | 50a45eca58f93ccc0fe9ddb4e9167d302f6b6415 /lib/DB.pm | |
parent | 6ca3c6c679258bbb20a4445b34608d144ac7090d (diff) | |
download | perl-555bd962bf06d749086724e280b3588586df7805.tar.gz |
Fixed verbatim lines in POD over 79 characters
Diffstat (limited to 'lib/DB.pm')
-rw-r--r-- | lib/DB.pm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -559,7 +559,8 @@ DB - programmatic interface to the Perl debugging API CLIENT->register() # register a client package name 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 breakpt) + CLIENT->cont([WHERE]) # run some more (until BREAK or + # another breakpointt) CLIENT->step() # single step CLIENT->next() # step over CLIENT->ret() # return from current subroutine @@ -588,7 +589,8 @@ DB - programmatic interface to the Perl debugging API CLIENT->stop(FILE,LINE) # when execution stops CLIENT->idle() # while stopped (can be a client event loop) CLIENT->cleanup() # just before exit - CLIENT->output(LIST) # called to print any output that API must show + CLIENT->output(LIST) # called to print any output that + # the API must show =head1 DESCRIPTION |