Skip to content

Commit

Permalink
Add sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Jun 3, 2009
1 parent 2c672c3 commit f301767
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
Expand Up @@ -6,6 +6,9 @@ use inc::Module::Install;
name 'MyApp';
all_from 'lib/MyApp.pm';

requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::File';
requires 'Catalyst::Plugin::Session::State::Cookie';
requires 'Catalyst::View::TT';
requires 'Catalyst::Plugin::Authentication';
requires 'Catalyst::Plugin::Unicode';
Expand Down
3 changes: 3 additions & 0 deletions lib/MyApp.pm
Expand Up @@ -19,6 +19,9 @@ use Catalyst qw/-Debug
Static::Simple
Authentication
Unicode
Session
Session::Store::File
Session::State::Cookie
/;
our $VERSION = '0.01';

Expand Down

0 comments on commit f301767

Please sign in to comment.