Apache2-WebApp-Plugin-Session-Memcached
view release on metacpan or search on metacpan
Revision history for Perl module Apache2::WebApp::Plugin::Session::Memcached
0.12
- Migrated project SCM and code repository to Google Project hosting.
- Updated POD and README artistic license URL in COPYRIGHT clause.
- Changed each module version so that I can verify that the PAUSE packager/uploader script works as expected.
- Updated license field in META.yml to fix 'License Unknown' issue on CPAN
- Updated PREREQ_PM module versions in Makefile.PL
- Updated module versions in META.yml requires field.
0.13
- Updated POD and README with new configuration examples.
- Updated package Apache2::WebApp minimum version dependencies.
- Fixed warning 'numeric in numeric ge (>=)' in memcached_threshold argument.
- Fixed runtime issue due to an orphaned variable that somehow made it into this build.
t/conf/webapp.in view on Meta::CPAN
[project]
title = Basic
[apache]
doc_root = @ServerRoot@
disable_uploads = 0
post_max = 5242880
temp_dir = /tmp
[session]
storage_type = memcached
( run in 1.405 second using v1.01-cache-2.11-cpan-b16cb0d3907 )