Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Jun 7, 2014
1 parent ca07c35 commit 69c6438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -4,6 +4,7 @@ Revision history for Perl extension Otogiri-Plugin

- add document HOW TO MAKE YOUR PLUGIN
- requires latest Otogiri(0.12). this version is fixed deflate bug
- add missing dependency(DBD::SQLite)

0.02 2014-01-15T01:34:05Z

Expand Down
1 change: 1 addition & 0 deletions META.json
Expand Up @@ -51,6 +51,7 @@
},
"test" : {
"requires" : {
"DBD::SQLite" : "0",
"Test::More" : "0.98"
}
}
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Expand Up @@ -10,5 +10,6 @@ on configure => sub {

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

0 comments on commit 69c6438

Please sign in to comment.