From: Simon Ruderich Date: Sat, 23 Jan 2016 23:40:04 +0000 (+0100) Subject: replace $match->{url} with $match->{value} which is used in handlers X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=eecb272ee61ad60d634b8bfe78094e5e2ecb4939;hp=eecb272ee61ad60d634b8bfe78094e5e2ecb4939 replace $match->{url} with $match->{value} which is used in handlers $match->{string} is the matched string from the input. $match->{value} is used in handlers and defaults to $match->{string} but may be overwritten. ---