Skip to content

Commit

Permalink
add missing dependency(DBD::SQLite)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed May 30, 2014
1 parent 07d1eaa commit e5aa7d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
"runtime" : {
"requires" : {
"DBIx::Inspector" : "0",
"Otogiri" : "0.06",
"Otogiri" : "0.11",
"Otogiri::Plugin" : "0.02",
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"DBD::SQLite" : "0",
"Test::More" : "0"
}
}
Expand Down
3 changes: 2 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'Otogiri', '0.06';
requires 'Otogiri', '0.11';
requires 'Otogiri::Plugin', '0.02';
requires 'DBIx::Inspector';

Expand All @@ -12,4 +12,5 @@ on configure => sub {

on test => sub {
requires 'Test::More';
requires 'DBD::SQLite';
};

0 comments on commit e5aa7d0

Please sign in to comment.