[dancer-users] Dancer::Plugin::Passphrase utf-8 mysql Solved :)

Wade Burgett wadeburgett at gmail.com
Mon Dec 31 22:33:15 GMT 2012


Thanks for help.  After a lot of learning about utf-8, which was quite
educational, the problem was simply that I was calling
my $result = passphrase('1234')->matches($pin);

instead of
my $result = passphrase(param('1234'))->matches($pin);

doh.




-- 
Wade Burgett
el hefe
Santeria
http://thesanteria.com
503-939-4719
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20121231/780b999b/attachment.htm>


More information about the dancer-users mailing list