1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 08:25:42 -04:00

more debugging code...

This commit is contained in:
Ryan Voots 2010-03-12 16:15:21 -05:00
parent 7fc837717d
commit 97f166bfa2

View file

@ -352,7 +352,7 @@ sub _fact_substitute
} }
else else
{ {
return "O:".$pred; return "O:$regex:$flags:$match:$subst:".$pred;
} }
} }
} }