• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/CGI/Session/Driver/H11-Sep-2009-14146

t/H11-Sep-2009-6252

ChangesH A D11-Sep-2009440 1611

LICENSEH A D11-Sep-200920.1 KiB382309

MANIFESTH A D11-Sep-2009211 109

MANIFEST.SKIPH A D11-Sep-2009166 2221

META.ymlH A D11-Sep-2009507 1615

Makefile.PLH A D11-Sep-20091.1 KiB5240

READMEH A D11-Sep-2009709 2716

README

1                    ========================================
2                       CGI::Session::Driver::memcached
3                    ========================================
4
5CGI::Session::Driver::memcached is CGI::Session driver for memcached.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  CGI::Session
21  Cache::Memcached (or Cache::Memcached::Fast)
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2005 - 2009 Kazuhiro Oinuma <oinume@cpan.org>. All rights reserved. This library is free software. You can modify and or distribute it under the same terms as Perl itself.
26
27