Skip to content

Commit

Permalink
Merge pull request #12 from colinnewell/bfwg/reduce_test_dependencies
Browse files Browse the repository at this point in the history
Bfwg/reduce test dependencies
  • Loading branch information
bobtfish committed Apr 8, 2015
2 parents 7373e29 + 23d4f89 commit aafa487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Remove test dependency on Session::Store::File

0.18 Sat, 21 July 2012 14:39:00 +0100
* Stop depending on the now unused Catalyst::Controller::ActionRole
RT#78500
Expand Down
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ test_requires 'Test::Exception';
test_requires 'File::Temp';
test_requires 'Catalyst::Action::RenderView';
test_requires 'Catalyst::Plugin::Session::State::Cookie';
test_requires 'Catalyst::Plugin::Session::Store::File';
test_requires 'HTTP::Request::Common';
test_requires 'Catalyst::ActionRole::ACL';
test_requires 'CatalystX::InjectComponent';
Expand Down
2 changes: 1 addition & 1 deletion t/lib/TestAppBase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Catalyst qw/
+CatalystX::SimpleLogin
Authentication
Session
Session::Store::File
Session::Store::Dummy
Session::State::Cookie
/;
extends 'Catalyst';
Expand Down

0 comments on commit aafa487

Please sign in to comment.