1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 19:05:50 -04:00

wrong return value

This commit is contained in:
Ryan Voots 2010-03-12 15:55:00 -05:00
parent f1e646dd48
commit 6e6f1b0c31

View file

@ -347,6 +347,8 @@ sub _fact_substitute
$realsubst =~ s/$(\d+)/$caps[$1]/eg;
$pred =~ s/$match/$realsubst/;
return $pred;
}
else
{