Ignore:
Timestamp:
09/20/12 10:37:12 (12 years ago)
Author:
nanardon
Message:

Use Store::File instead FastMmap?

Store::File plugins alow to store larger data, need for the mailing feature to
store attachments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/latmos-accounts-web.spec.in

    r1138 r1157  
    2222BuildRequires: perl(Catalyst::Plugin::Authentication) 
    2323BuildRequires: perl(Catalyst::Plugin::Session) 
    24 BuildRequires: perl(Catalyst::Plugin::Session::Store::FastMmap) 
     24BuildRequires: perl(Catalyst::Plugin::Session::Store::File) 
    2525BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie) 
    2626BuildRequires: perl(Catalyst::Plugin::Prototype) 
     
    3838Requires: perl(Catalyst::Plugin::Authentication) 
    3939Requires: perl(Catalyst::Plugin::Session) 
    40 Requires: perl(Catalyst::Plugin::Session::Store::FastMmap) 
     40Requires: perl(Catalyst::Plugin::Session::Store::File) 
    4141Requires: perl(Catalyst::Plugin::Session::State::Cookie) 
    4242Requires: perl(Catalyst::Plugin::Prototype) 
Note: See TracChangeset for help on using the changeset viewer.