K 10 svn:author V 2 tz K 8 svn:date V 27 2016-06-10T13:40:37.544650Z K 7 svn:log V 694 security/p5-Session-Token: Update to 1.502 Changes: 1.502 2015-09-19 * The alphabet test was using a regexp with ok() which I think may be causing cpantesters failures. I changed it to use like() which will also have better reporting. 1.501 2015-09-09 * Add benchmarking example that compares token templates versus String::Random's randpattern 1.500 2015-09-09 * Use typemap to bless the C context to Session::Token package and implement get() fully in XS. This is about 40% faster when tokens are created in a tight loop. PR: 210178 Submitted by: Henk van Oers (maintainer) Approved by: junovitch (mentor) END