From 2fa26a2dbfd545f906701a204842ed190c92317d Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 2 Jan 2006 11:34:19 +0000 Subject: This storage module will store session data in a database using DBI. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBI/ PR: ports/91206 Submitted by: Lars Balker Rasmussen --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 699fc1bf6bf..8b5d51922ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -520,6 +520,7 @@ SUBDIR += p5-Catalyst-Plugin-Session-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-State-Cookie SUBDIR += p5-Catalyst-Plugin-Session-State-URI + SUBDIR += p5-Catalyst-Plugin-Session-Store-DBI SUBDIR += p5-Catalyst-Plugin-Session-Store-File SUBDIR += p5-Catalyst-Plugin-Singleton SUBDIR += p5-Catalyst-Plugin-Static -- cgit