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.

Location:
trunk/LATMOS-Accounts-Web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/Makefile.PL

    r1138 r1157  
    1212requires 'Catalyst::Plugin::Authentication' => '0'; 
    1313requires 'Catalyst::Plugin::Session' => '0'; 
    14 requires 'Catalyst::Plugin::Session::Store::FastMmap' => '0'; 
     14requires 'Catalyst::Plugin::Session::Store::File' => '0'; 
    1515requires 'Catalyst::Plugin::Session::State::Cookie' => '0'; 
    1616requires 'Catalyst::Plugin::Prototype' => '0'; 
  • 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) 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web.pm

    r1148 r1157  
    2020    Session 
    2121    Session::State::Cookie 
    22     Session::Store::FastMmap 
     22    Session::Store::File 
    2323    Authentication 
    2424    Prototype 
Note: See TracChangeset for help on using the changeset viewer.