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 0.572 second using v1.01-cache-2.11-cpan-6736b670a1e )