diff options
-rwxr-xr-x | src/mum | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ my $d = qr{ | (?&next) (?{ local %ref = (next => $^R) }) | (?&prev) (?{ local %ref = (prev => $^R) }) ) - ( ([+-] \d+) (?{ local %ref = (%ref, plus => $^N) }) + ( ([+-] \d+) (?{ local %ref = (%ref, plus => 0+$^N) }) )? ) (?<grep> g((?&next)) (?{ local %ref = (grep => $^R) }) |