This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4724da0
)
remove the expectation of a "P" command
author
Ricardo Signes
<rjbs@cpan.org>
Tue, 28 May 2013 13:01:21 +0000
(09:01 -0400)
committer
Ricardo Signes
<rjbs@cpan.org>
Tue, 28 May 2013 13:01:21 +0000
(09:01 -0400)
This command was introduced for the ill-fated assertions system,
then *mostly* removed by commit
584420f022
.
Reported as [perl #118191] and [perl #118185]
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
0705341
..
8db61dd
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-2500,7
+2500,7
@@
my %cmd_lookup =
{ t => 's', v => \&_DB__handle_restart_and_rerun_commands, },
} qw(R rerun)),
(map { $_ => {t => 'm', v => '_handle_cmd_wrapper_commands' }, }
-
qw(a A b B e E h i l L M o O P
v w W)),
+
qw(a A b B e E h i l L M o O
v w W)),
);
sub DB {