diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 23:40:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 23:40:23 +0000 |
commit | f89d5b93a516d78bcc0057e83a331068bad1a81d (patch) | |
tree | a10d3c902eb7d638b6652ea7ca1176940f3cc114 /www/Makefile | |
parent | b06e081819884e536627a66b3b1e7f757ffc85f5 (diff) |
This storage module will store session data in a database using DBIx::Class.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/
PR: ports/107781
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Notes
Notes:
svn path=/head/; revision=182036
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c57afad82784..1f661824a456 100644 --- a/www/Makefile +++ b/www/Makefile @@ -581,6 +581,7 @@ 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-DBIC SUBDIR += p5-Catalyst-Plugin-Session-Store-Delegate SUBDIR += p5-Catalyst-Plugin-Session-Store-FastMmap SUBDIR += p5-Catalyst-Plugin-Session-Store-File |