do not quote scalar refs to pass literal html
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Oct 2008 01:46:21 +0000 (01:46 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Oct 2008 01:46:21 +0000 (01:46 +0000)
commit061e1dbc2abe6c89b90348e22e5f3455a2b8328d
treee4f5beb87c4ad8cb73c4c719148bfba00863c192
parent2ba73dcfab70f6f5de8840658f98e1df53db3e53
do not quote scalar refs to pass literal html

Treat scalar references as escaped in quote(), so that raw input can be
given if one really wants to.
lib/HTML/Form/Simple.pm
t/html.t