Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f21b866c15b7943ed88e398e8bc8f2ba7e60159d
https://github.com/Perl/perl5/commit/f21b866c15b7943ed88e398e8bc8f2ba7e60159d
Author: Sergei Zhmylev <[email protected]>
Date: 2025-01-18 (Sat, 18 Jan 2025)
Changed paths:
M .mailmap
M AUTHORS
M lib/perl5db.pl
Log Message:
-----------
perl5db.pl: Fix regex in cmd_a allowing short actions
The regex pattern in the `a` command was updated from `(\S.+)` to
`(\S.*)` to correctly handle short actions, including single-character
expressions after the line number.
Signed-off-by: Sergei Zhmylev <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications