Skip to content

Commit fe99186

Browse files
peanutsjamjamtonycoz
authored andcommitted
lib/perl5db.pl: cmd_l() no longer exists.
Subroutine cmd_l() no longer exists. Now we should call cmd_l_main().
1 parent 6137bd7 commit fe99186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/perl5db.pl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@ sub cmd_v {
60316031
$line = $start . '-' . ( $start + $incr );
60326032

60336033
# List the lines.
6034-
cmd_l( 'l', $line );
6034+
_cmd_l_main( $line );
60356035
} ## end if ($line =~ /^(\d*)$/)
60366036
} ## end sub cmd_v
60376037

0 commit comments

Comments
 (0)