From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
# $File: //member/autrijus/Apache-Session-BerkeleyDB/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 670 $ $DateTime: 2002/08/16 18:42:29 $
This is the README file for Apache::Session::BerkeleyDB, an implementation
of Apache::Session using the BerkeleyDB as backing store and locking scheme.
* Installation
Apache::Session::BerkeleyDB uses the standard perl module install process:
cpansign -v # see SIGNATURE for details
perl Makefile.PL
make
make test
make install
* Copyright
Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
|