First hacks at turning into a Role. It's not yet working. moose mirror/moose
authorEric Prestemon <veep@cpan.org>
Sat, 1 Aug 2009 00:20:43 +0000 (00:20 +0000)
committerEric Prestemon <veep@cpan.org>
Sat, 1 Aug 2009 00:20:43 +0000 (00:20 +0000)
commit2f0cb5b720950852aabb667ca04fccaf1ec08d6e
treef65b326b388c648c7bec773a33d43cf48a24d025
parentaf1e4bc8c9d3470534d1b05831e5bc4c864fde64
First hacks at turning into a Role. It's not yet working.

Tests are failing for at least two reasons:
1) They assume they can instantiate Session.pm as a non-role.
2) setup_session (possibly among other things) isn't being run in Session::State::Cookie
lib/Catalyst/Plugin/Session.pm