Catalyst-Authentication-AuthTkt

 view release on metacpan or  search on metacpan

t/MyApp/lib/MyApp.pm  view on Meta::CPAN

package MyApp;

use strict;
use warnings;

use Catalyst::Runtime '5.70';

use Catalyst qw(
    ConfigLoader 
    Static::Simple 
    Authentication
    Session
    Session::State::Cookie
    Session::Store::Dummy   
);

our $VERSION = '0.01';

__PACKAGE__->setup;

1;



( run in 1.547 second using v1.01-cache-2.11-cpan-df04353d9ac )