Skip to content

Commit

Permalink
mysql 関係のモジュールを別の cpanfile に追い出した
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Oct 14, 2013
1 parent d64bd13 commit c5ed36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ on test => sub {
requires 'Plack::Util';
requires 'PocketIO::Test';
requires 'Test::More';
requires 'Test::mysqld';
};
5 changes: 5 additions & 0 deletions cpanfile.mysql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
requires 'DBD::mysql';

on test => sub {
requires 'Test::mysqld';
}

0 comments on commit c5ed36c

Please sign in to comment.