mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 11:25:45 -04:00
foo
This commit is contained in:
parent
6e6f1b0c31
commit
4f9d29d75a
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ sub _fact_substitute
|
|||
{
|
||||
my @caps = map {substr($pred, $-[$_], $+[$_] - $-[$_])} 1..$#+;
|
||||
my $realsubst = $subst;
|
||||
$realsubst =~ s/$(\d+)/$caps[$1]/eg;
|
||||
$realsubst =~ s/\$(\d+)/$caps[$1]/eg;
|
||||
|
||||
$pred =~ s/$match/$realsubst/;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue