comparison Lib/IMPL/Web/Handler/SecureCookie.pm @ 371:d5c8b955bf8d

refactoring
author cin
date Fri, 13 Dec 2013 16:49:47 +0400
parents ec58c47edb52
children 69a1f1508696
comparison
equal deleted inserted replaced
370:cbf4febf0930 371:d5c8b955bf8d
19 'IMPL::Object::Autofill' => '@_', 19 'IMPL::Object::Autofill' => '@_',
20 'IMPL::Object::Serializable' => undef 20 'IMPL::Object::Serializable' => undef
21 }, 21 },
22 props => [ 22 props => [
23 salt => PROP_RO, 23 salt => PROP_RO,
24 _security => PROP_RO, 24 _security => PROP_RW,
25 _cookies => PROP_RW 25 _cookies => PROP_RW
26 ] 26 ]
27 }; 27 };
28 28
29 sub CTOR { 29 sub CTOR {