Added high performance version of the Sessions code as a branch high_performance mirror/high_performance
authorEdmund von der Burg <evdb@ecclestoad.co.uk>
Wed, 20 May 2009 15:40:11 +0000 (15:40 +0000)
committerEdmund von der Burg <evdb@ecclestoad.co.uk>
Wed, 20 May 2009 15:40:11 +0000 (15:40 +0000)
commit95c6f6e86161fe6d66139bc83b3f168d4729d3e2
tree0c5a1b85d42a2307bcb626cdcc993e962cf467b3
Added high performance version of the Sessions code as a branch
22 files changed:
Changes [new file with mode: 0755]
MANIFEST [new file with mode: 0755]
MANIFEST.SKIP [new file with mode: 0755]
Makefile.PL [new file with mode: 0755]
README [new file with mode: 0755]
lib/Catalyst/Plugin/SessionHP.pm [new file with mode: 0755]
lib/Catalyst/Plugin/SessionHP/State.pm [new file with mode: 0755]
lib/Catalyst/Plugin/SessionHP/State/Cookie.pm [new file with mode: 0755]
requirements.txt [new file with mode: 0755]
t/00_basic_sanity.t [new file with mode: 0755]
t/01_setup.t [new file with mode: 0755]
t/01use.t [new file with mode: 0755]
t/03_flash.t [new file with mode: 0755]
t/05_semi_persistent_flash.t [new file with mode: 0755]
t/99_pod.t [new file with mode: 0755]
t/99_podcoverage.t [new file with mode: 0755]
t/basic.t [new file with mode: 0755]
t/lib/FlashTestApp.pm [new file with mode: 0755]
t/lib/SessionTestApp.pm [new file with mode: 0755]
t/live_app_cookie.t [new file with mode: 0755]
t/live_app_session.t [new file with mode: 0755]
t/live_simple_session.t [new file with mode: 0755]