Apache-SessionManager

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.00    Mon Dec 01 18:00:00 2003 
	+ Added mod_perl 2 and mod_perl 1 full compatibility
	+ Added OO interface. Now Apache::SessionManager inherits from Apache class
	+ Added new cookpod section: "Using Apache::SessionManager without root
	  privileges"
	+ Added new cookpod section: "Using Apache::SessionManager with Apache::DBI"
	+ Added new cookpod section: "Expiration policies on the client side"
	+ Added t/lib/PerlEnvOO.pm simple mod_perl handler to test OO interface
	! Updated Makefile.PL in order to:
		- accept command line switch '-n' which 
		  doesn't ask at prompt and doesn't run live Apache tests. This is to pack
		  easier this package for Debian (suggested by Krzysztof Krzyzaniak 
		  <eloy@debian.org>)
		- check correctly environment: test mod_perl generation
		  and test suite. Added messages before configuring test
		- add httpd.conf extra lines for testing with Apache::DBI
	! Updated PODS
		- SessionManager.pm PODS (VERSION section)
		- added L<> in every module name
		- documented mp1/mp2 bug with "PerlSetVar Foo 0"
		- Switched use of $ENV{'GATEWAY_INTERFACE'} to $ENV{'MOD_PERL'} in

Makefile.PL  view on Meta::CPAN

# Allow us to skip prompt and (and for) tests
use Getopt::Std qw(getopts);
use vars qw($opt_n);
getopts('n');

#unless (getopts("n")) {
#    die "Usage: $0 [-n]\n";
#}   

my($errors, $warnings);
my $necessary_modules = {



( run in 0.724 second using v1.01-cache-2.11-cpan-6aa56a78535 )