This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove the expectation of a "P" command
authorRicardo Signes <rjbs@cpan.org>
Tue, 28 May 2013 13:01:21 +0000 (09:01 -0400)
committerRicardo 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

index 0705341..8db61dd 100644 (file)
@@ -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 {