Ignore:
Timestamp:
06/05/09 13:56:00 (15 years ago)
Author:
nanardon
Message:
  • add login part
File:
1 edited

Legend:

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

    r94 r229  
    1010requires 'YAML'; # This should reflect the config file format you've chosen 
    1111                 # See Catalyst::Plugin::ConfigLoader for supported formats 
     12requires 'Catalyst::Plugin::Authentication' => '0'; 
     13requires 'Catalyst::Plugin::Session' => '0'; 
     14requires 'Catalyst::Plugin::Session::Store::FastMmap' => '0'; 
     15requires 'Catalyst::Plugin::Session::State::Cookie' => '0'; 
    1216catalyst; 
    1317 
Note: See TracChangeset for help on using the changeset viewer.